summaryrefslogtreecommitdiff
path: root/vpx_dsp
diff options
context:
space:
mode:
authorJerome Jiang <jianj@google.com>2017-08-14 13:57:51 -0700
committerJerome Jiang <jianj@google.com>2017-08-15 10:44:03 -0700
commita153080b5522da7cdb8040abaeeeba13c5af3ed6 (patch)
treeebcfae254c8e3f88a71f34d3fdbbef4fa0b96166 /vpx_dsp
parent2caff16151bc0450142aaab5bc44dcf7ef603e11 (diff)
downloadlibvpx-a153080b5522da7cdb8040abaeeeba13c5af3ed6.tar
libvpx-a153080b5522da7cdb8040abaeeeba13c5af3ed6.tar.gz
libvpx-a153080b5522da7cdb8040abaeeeba13c5af3ed6.tar.bz2
libvpx-a153080b5522da7cdb8040abaeeeba13c5af3ed6.zip
Clean up writing YUV files for debug purpose.
Change legacy vp8/9_write_yuv_frame to vpx_write_yuv_files. Delete some flags that can be enabled during build. To enable writing denoised YUV, use the following command line: CFLAGS='-DOUTPUT_YUV_DENOISED' ./configure --enable-vp9-temporal-denoising For skinmap, use CFLAGS='-DOUTPUT_YUV_SKINMAP' Change-Id: I236974ac8b3cf279d20c4dc7f6162d8b480b6528
Diffstat (limited to 'vpx_dsp')
-rw-r--r--vpx_dsp/skin_detection.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/vpx_dsp/skin_detection.h b/vpx_dsp/skin_detection.h
index 0f87bb521..a2e99baf7 100644
--- a/vpx_dsp/skin_detection.h
+++ b/vpx_dsp/skin_detection.h
@@ -15,8 +15,6 @@
extern "C" {
#endif
-// #define OUTPUT_YUV_SKINMAP
-
int vpx_skin_pixel(const int y, const int cb, const int cr, int motion);
#ifdef __cplusplus