aboutsummaryrefslogtreecommitdiff
path: root/vp9/encoder/vp9_skin_detection.h
diff options
context:
space:
mode:
authorJerome Jiang <jianj@google.com>2017-07-18 14:52:04 -0700
committerJerome Jiang <jianj@google.com>2017-07-18 14:52:04 -0700
commit45266446154183dd62a1f1d84345e884ceca9287 (patch)
treea9035dc08ca525fba3938145fc7270578134324d /vp9/encoder/vp9_skin_detection.h
parent59e461db1faabb7601548c2b4d78e43dd681c72a (diff)
downloadlibvpx-45266446154183dd62a1f1d84345e884ceca9287.tar.gz
vp9: Removed unused skin detection function.
Change-Id: I6702b7b11aa4ac9aac5fd54deef4377cdcb29c64
Diffstat (limited to 'vp9/encoder/vp9_skin_detection.h')
-rw-r--r--vp9/encoder/vp9_skin_detection.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/vp9/encoder/vp9_skin_detection.h b/vp9/encoder/vp9_skin_detection.h
index c24d691b2..8880bff46 100644
--- a/vp9/encoder/vp9_skin_detection.h
+++ b/vp9/encoder/vp9_skin_detection.h
@@ -28,8 +28,6 @@ int vp9_compute_skin_block(const uint8_t *y, const uint8_t *u, const uint8_t *v,
void vp9_compute_skin_sb(struct VP9_COMP *const cpi, BLOCK_SIZE bsize,
int mi_row, int mi_col);
-void vp9_compute_skin_map(struct VP9_COMP *const cpi, BLOCK_SIZE bsize);
-
#ifdef OUTPUT_YUV_SKINMAP
// For viewing skin map on input source.
void vp9_output_skin_map(struct VP9_COMP *const cpi, FILE *yuv_skinmap_file);