Lines Matching refs:mb_width
248 int mb_width, mb_height;
280 const int mb_width = 4 * blocks_per_mb;
284 for (i = 0; i < mbs_per_slice; i++, src += mb_width) {
290 if (x + mb_width <= w && y + 16 <= h) {
299 bw = FFMIN(w - x, mb_width);
307 for (k = bw; k < mb_width; k++)
313 mb_width * sizeof(*emu_buf));
341 x += mb_width;
968 for (x = mb = 0; x < ctx->mb_width; x += mbs_per_slice, mb++) {
969 while (ctx->mb_width - x < mbs_per_slice)
1068 for (x = mb = 0; x < ctx->mb_width; x += mbs_per_slice, mb++) {
1072 while (ctx->mb_width - x < mbs_per_slice)
1227 ctx->mb_width = FFALIGN(avctx->width, 16) >> 4;
1234 ctx->slices_width = ctx->mb_width / mps;
1235 ctx->slices_width += av_popcount(ctx->mb_width - ctx->slices_width * mps);
1256 if (prores_mb_limits[i] >= ctx->mb_width * ctx->mb_height *