Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp8/encoder/
Donyx_if.c99 FILE *yuv_file; variable
2004 yuv_file = fopen("bd.yuv", "ab"); in vp8_create_compressor()
2457 fclose(yuv_file); in vp8_remove_compressor()
2663 void vp8_write_yuv_frame(FILE *yuv_file, YV12_BUFFER_CONFIG *s) in vp8_write_yuv_frame() argument
2670 fwrite(src, s->y_width, 1, yuv_file); in vp8_write_yuv_frame()
2680 fwrite(src, s->uv_width, 1, yuv_file); in vp8_write_yuv_frame()
2690 fwrite(src, s->uv_width, 1, yuv_file); in vp8_write_yuv_frame()
3939 vp8_write_yuv_frame(yuv_file, cpi->Source); in encode_frame_to_data_rate()