Lines Matching refs:mb_width
246 int mb_width, mb_height; member
278 const int mb_width = 4 * blocks_per_mb; in get_slice_data() local
282 for (i = 0; i < mbs_per_slice; i++, src += mb_width) { in get_slice_data()
288 if (x + mb_width <= w && y + 16 <= h) { in get_slice_data()
297 bw = FFMIN(w - x, mb_width); in get_slice_data()
305 for (k = bw; k < mb_width; k++) in get_slice_data()
311 mb_width * sizeof(*emu_buf)); in get_slice_data()
339 x += mb_width; in get_slice_data()
981 for (x = mb = 0; x < ctx->mb_width; x += mbs_per_slice, mb++) { in find_quant_thread()
982 while (ctx->mb_width - x < mbs_per_slice) in find_quant_thread()
1081 for (x = mb = 0; x < ctx->mb_width; x += mbs_per_slice, mb++) { in encode_frame()
1085 while (ctx->mb_width - x < mbs_per_slice) in encode_frame()
1247 ctx->mb_width = FFALIGN(avctx->width, 16) >> 4; in encode_init()
1254 ctx->slices_width = ctx->mb_width / mps; in encode_init()
1255 ctx->slices_width += av_popcount(ctx->mb_width - ctx->slices_width * mps); in encode_init()
1276 if (prores_mb_limits[i] >= ctx->mb_width * ctx->mb_height * in encode_init()