Lines Matching defs:pict
213 const AVFrame *pict, int *got_packet)
219 if (pict->width % 16 || pict->height % 16) {
225 clone->format = pict->format;
226 clone->width = FFALIGN(pict->width, 16);
227 clone->height = FFALIGN(pict->height, 16);
234 ret = av_frame_copy(clone, pict);
242 int w = AV_CEIL_RSHIFT(pict->width, !!i);
243 int h = AV_CEIL_RSHIFT(pict->height, !!i);
269 dct_get(a, pict, mb_x, mb_y);
277 dct_get(a, pict, mb_x, mb_y);
285 dct_get(a, pict, mb_x, mb_y);