Lines Matching refs:mb_height
452 ctx->m.mb_height = (avctx->height + 15) / 16;
457 ctx->m.mb_height /= 2;
466 ctx->m.mb_num = ctx->m.mb_height * ctx->m.mb_width;
478 if (ctx->m.mb_height > 68)
479 ctx->data_offset = 0x170 + (ctx->m.mb_height << 2);
497 if (!FF_ALLOCZ_TYPED_ARRAY(ctx->slice_size, ctx->m.mb_height) ||
498 !FF_ALLOCZ_TYPED_ARRAY(ctx->slice_offs, ctx->m.mb_height) ||
555 AV_WB16(buf + 0x16a, ctx->m.mb_height * 4 + 4); // MSIPS
556 AV_WB16(buf + 0x16c, ctx->m.mb_height); // Ns
760 if (mb_y + 1 == ctx->m.mb_height && ctx->m.avctx->height == 1080) {
922 for (mb_y = 0; mb_y < ctx->m.mb_height; mb_y++) {
942 int partial_last_row = (mb_y == ctx->m.mb_height - 1) &&
1014 NULL, NULL, ctx->m.mb_height);
1026 for (y = 0; y < ctx->m.mb_height; y++) {
1098 NULL, NULL, ctx->m.mb_height);
1099 for (y = 0; y < ctx->m.mb_height; y++) {
1200 for (y = 0; y < ctx->m.mb_height; y++) {
1224 NULL, NULL, ctx->m.mb_height);
1293 for (i = 0; i < ctx->m.mb_height; i++) {
1299 avctx->execute2(avctx, dnxhd_encode_thread, buf, NULL, ctx->m.mb_height);