Home | History | Annotate | Download | only in src

Lines Matching refs:MCU_height

181     uint32_t MCU_height;
598 ctx->MCU_height = (ctx->coded_picture_height + (8 * ctx->max_scalingV) - 1) / (8 * ctx->max_scalingV);
877 const uint32_t num_MCUs = ctx->MCU_width * ctx->MCU_height;
988 *dec_ctx->cmd_params |=ctx->MCU_width * ctx->MCU_height;