Home | History | Annotate | Download | only in libvpx

Lines Matching full:input_ctx

97 int read_frame(struct VpxInputContext *input_ctx, vpx_image_t *img) {
98 FILE *f = input_ctx->file;
99 y4m_input *y4m = &input_ctx->y4m;
102 if (input_ctx->file_type == FILE_TYPE_Y4M) {
106 shortread = read_yuv_frame(input_ctx, img);