Home
last modified time | relevance | path

Searched refs:yuv_file (Results 1 – 4 of 4) sorted by relevance

/external/libvpx/libvpx/vpx_util/
Dvpx_write_yuv_frame.c14 void vpx_write_yuv_frame(FILE *yuv_file, YV12_BUFFER_CONFIG *s) { in vpx_write_yuv_frame() argument
22 fwrite(src, s->y_width, 1, yuv_file); in vpx_write_yuv_frame()
30 fwrite(src, s->uv_width, 1, yuv_file); in vpx_write_yuv_frame()
38 fwrite(src, s->uv_width, 1, yuv_file); in vpx_write_yuv_frame()
43 (void)yuv_file; in vpx_write_yuv_frame()
Dvpx_write_yuv_frame.h21 void vpx_write_yuv_frame(FILE *yuv_file, YV12_BUFFER_CONFIG *s);
/external/libaom/libaom/test/
Dlightfield_test.sh36 local yuv_file="${LIBAOM_TEST_DATA_PATH}/vase10x10.yuv"
44 "${yuv_file}" "${lf_file}" "${lf_width}" \
/external/libvpx/libvpx/vp8/encoder/
Donyx_if.c79 FILE *yuv_file; variable
1961 yuv_file = fopen("bd.yuv", "ab"); in vp8_create_compressor()
2286 fclose(yuv_file); in vp8_remove_compressor()
3827 vpx_write_yuv_frame(yuv_file, cpi->Source); in encode_frame_to_data_rate()