Clean up writing YUV files for debug purpose.
authorJerome Jiang <jianj@google.com>
Mon, 14 Aug 2017 20:57:51 +0000 (13:57 -0700)
committerJerome Jiang <jianj@google.com>
Tue, 15 Aug 2017 17:44:03 +0000 (10:44 -0700)
commita153080b5522da7cdb8040abaeeeba13c5af3ed6
treeebcfae254c8e3f88a71f34d3fdbbef4fa0b96166
parent2caff16151bc0450142aaab5bc44dcf7ef603e11
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
vp8/encoder/onyx_if.c
vp9/encoder/vp9_denoiser.c
vp9/encoder/vp9_encoder.c
vpx_dsp/skin_detection.h