Lines Matching defs:img_info
66 static const ImageInfo img_info[6] = {
79 int start = s->streampos + img_info[2].start;
241 height = img_info[curr_res].height;
302 if (avpkt->size < img_info[0].start)
324 ret = ff_set_dimensions(avctx, img_info[s->resolution].width, img_info[s->resolution].height);
344 bytestream2_seek(gb, img_info[s->resolution].start, SEEK_SET);
365 interp_lowres(s, p, img_info[2].width, img_info[2].height);
367 interp_lines(ptr1, p->linesize[1], img_info[2].width, img_info[2].height);
368 interp_lines(ptr2, p->linesize[2], img_info[2].width, img_info[2].height);
371 interp_pixels(ptr1, p->linesize[1], img_info[3].width, img_info[3].height);
372 interp_lines (ptr1, p->linesize[1], img_info[3].width, img_info[3].height);
373 interp_pixels(ptr2, p->linesize[2], img_info[3].width, img_info[3].height);
374 interp_lines (ptr2, p->linesize[2], img_info[3].width, img_info[3].height);
377 interp_lines(ptr, p->linesize[0], img_info[3].width, img_info[3].height);
389 interp_pixels(ptr, p->linesize[0], img_info[4].width, img_info[4].height);
390 interp_lines (ptr, p->linesize[0], img_info[4].width, img_info[4].height);