Lines Matching refs:coded_width
425 int w = s->avctx->coded_width >> !shift;
458 int w = s->avctx->coded_width >> !shift;
805 s->blocks_w = avctx->coded_width >> 3;
814 s->blocks_w = avctx->coded_width >> 4;
823 s->blocks_w = avctx->coded_width >> 4;
836 int nb_mvs = ((avctx->coded_height + 15) >> 4) * ((avctx->coded_width + 15) >> 4);
888 s->blocks_w = avctx->coded_width >> 3;
897 s->blocks_w = avctx->coded_width >> 4;
906 s->blocks_w = avctx->coded_width >> 4;
1227 frame->crop_left = avctx->coded_width - avctx->width;