Searched refs:y4m_input_fetch_frame (Results 1 – 5 of 5) sorted by relevance
/external/libvpx/libvpx/ |
D | y4minput.h | 62 int y4m_input_fetch_frame(y4m_input *_y4m, FILE *_fin, vpx_image_t *img);
|
D | y4minput.c | 1073 int y4m_input_fetch_frame(y4m_input *_y4m, FILE *_fin, vpx_image_t *_img) { in y4m_input_fetch_frame() function
|
D | vpxenc.c | 104 if (y4m_input_fetch_frame(y4m, f, img) < 1) return 0; in read_frame()
|
/external/libvpx/libvpx/test/ |
D | y4m_video_source.h | 84 y4m_input_fetch_frame(&y4m_, input_file_, img_.get()); in FillFrame()
|
/external/libvpx/libvpx/tools/ |
D | tiny_ssim.c | 176 r1 = y4m_input_fetch_frame(&in->y4m, in->file, &in->img); in read_input_file()
|