Lines Matching refs:pict
210 const AVFrame *pict, int *got_packet) in encode_frame() argument
216 if (pict->width % 16 || pict->height % 16) { in encode_frame()
222 clone->format = pict->format; in encode_frame()
223 clone->width = FFALIGN(pict->width, 16); in encode_frame()
224 clone->height = FFALIGN(pict->height, 16); in encode_frame()
231 ret = av_frame_copy(clone, pict); in encode_frame()
239 int w = AV_CEIL_RSHIFT(pict->width, !!i); in encode_frame()
240 int h = AV_CEIL_RSHIFT(pict->height, !!i); in encode_frame()
266 dct_get(a, pict, mb_x, mb_y); in encode_frame()
274 dct_get(a, pict, mb_x, mb_y); in encode_frame()
282 dct_get(a, pict, mb_x, mb_y); in encode_frame()