Home
last modified time | relevance | path

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

/external/libvpx/libvpx/
Dy4minput.h62 int y4m_input_fetch_frame(y4m_input *_y4m, FILE *_fin, vpx_image_t *img);
Dy4minput.c1073 int y4m_input_fetch_frame(y4m_input *_y4m, FILE *_fin, vpx_image_t *_img) { in y4m_input_fetch_frame() function
Dvpxenc.c104 if (y4m_input_fetch_frame(y4m, f, img) < 1) return 0; in read_frame()
/external/libvpx/libvpx/test/
Dy4m_video_source.h84 y4m_input_fetch_frame(&y4m_, input_file_, img_.get()); in FillFrame()
/external/libvpx/libvpx/tools/
Dtiny_ssim.c176 r1 = y4m_input_fetch_frame(&in->y4m, in->file, &in->img); in read_input_file()