HomeSort by relevance Sort by last modified time
    Searched refs:y4m_input_fetch_frame (Results 1 - 5 of 5) sorted by null

  /external/libvpx/libvpx/
y4minput.h 62 int y4m_input_fetch_frame(y4m_input *_y4m, FILE *_fin, vpx_image_t *img);
y4minput.c 1089 int y4m_input_fetch_frame(y4m_input *_y4m, FILE *_fin, vpx_image_t *_img) { function
    [all...]
vpxenc.c 104 if (y4m_input_fetch_frame(y4m, f, img) < 1) return 0;
    [all...]
  /external/libvpx/libvpx/test/
y4m_video_source.h 84 y4m_input_fetch_frame(&y4m_, input_file_, img_.get());
  /external/libvpx/libvpx/tools/
tiny_ssim.c 146 r1 = y4m_input_fetch_frame(&in->y4m, in->file, &in->img);

Completed in 1071 milliseconds