Lines Matching refs:mb_h
1167 RK_S32 mb_h = sps->pic_height_in_mbs; in setup_vepu510_rc_base() local
1172 RK_S32 mb_target_bits_mul_16 = (rc_info->bit_target << 4) / (mb_w * mb_h); in setup_vepu510_rc_base()
1366 RK_S32 mb_h = MPP_ALIGN(h, 16) / 16; in vepu510_h264_set_one_roi() local
1385 pos_y_end = MPP_MIN(pos_y_end, mb_h); in vepu510_h264_set_one_roi()
1414 RK_U32 mb_h = ctx->sps->pic_height_in_mbs; in setup_vepu510_intra_refresh() local
1416 RK_U32 h = mb_h * 16; in setup_vepu510_intra_refresh()
1421 RK_U32 stride_v = MPP_ALIGN(mb_h, 4); in setup_vepu510_intra_refresh()
1576 RK_U32 mb_h = MPP_ALIGN(enc_cfg->prep.height, 16) / 16; in setup_vepu510_split() local
1577 RK_U32 slice_num = (mb_w * mb_h + cfg->split_arg - 1) / cfg->split_arg; in setup_vepu510_split()
2492 RK_U32 mb_h = ctx->sps->pic_height_in_mbs; in hal_h264e_vepu510_ret_task() local
2493 RK_U32 mbs = mb_w * mb_h; in hal_h264e_vepu510_ret_task()