Searched refs:vpx_write_yuv_frame (Results 1 – 8 of 8) sorted by relevance
/external/libvpx/libvpx/vpx_util/ |
D | vpx_util.mk | 16 UTIL_SRCS-yes += vpx_write_yuv_frame.h 17 UTIL_SRCS-yes += vpx_write_yuv_frame.c
|
D | vpx_write_yuv_frame.h | 21 void vpx_write_yuv_frame(FILE *yuv_file, YV12_BUFFER_CONFIG *s);
|
D | vpx_write_yuv_frame.c | 14 void vpx_write_yuv_frame(FILE *yuv_file, YV12_BUFFER_CONFIG *s) { in vpx_write_yuv_frame() function
|
/external/libvpx/libvpx/vp8/common/ |
D | vp8_skin_detection.c | 106 vpx_write_yuv_frame(yuv_skinmap_file, &skinmap); in vp8_compute_skin_map()
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_skin_detection.c | 171 vpx_write_yuv_frame(yuv_skinmap_file, &skinmap); in vp9_output_skin_map()
|
D | vp9_encoder.c | 3736 vpx_write_yuv_frame(yuv_svc_src[svc->spatial_layer_id], cpi->Source); 4793 vpx_write_yuv_frame(yuv_denoised_file,
|
/external/libvpx/ |
D | Android.bp | 220 "libvpx/vpx_util/vpx_write_yuv_frame.c", 466 "libvpx/vpx_util/vpx_write_yuv_frame.c", 618 "libvpx/vpx_util/vpx_write_yuv_frame.c", 812 "libvpx/vpx_util/vpx_write_yuv_frame.c", 1050 "libvpx/vpx_util/vpx_write_yuv_frame.c",
|
/external/libvpx/libvpx/vp8/encoder/ |
D | onyx_if.c | 3822 vpx_write_yuv_frame(yuv_file, cpi->Source); in encode_frame_to_data_rate() 4406 vpx_write_yuv_frame(yuv_denoised_file, in encode_frame_to_data_rate()
|