Lines Matching refs:mb_h
1252 RK_S32 mb_h = sps->pic_height_in_mbs; in setup_vepu580_rc_base() local
1257 RK_S32 mb_target_bits_mul_16 = (rc_info->bit_target << 4) / (mb_w * mb_h); in setup_vepu580_rc_base()
1439 RK_S32 mb_h = MPP_ALIGN(h, 16) / 16; in vepu580_h264_set_one_roi() local
1458 pos_y_end = MPP_MIN(pos_y_end, mb_h); in vepu580_h264_set_one_roi()
1487 RK_U32 mb_h = ctx->sps->pic_height_in_mbs; in setup_vepu580_intra_refresh() local
1489 RK_U32 h = mb_h * 16; in setup_vepu580_intra_refresh()
1493 RK_U32 stride_v = MPP_ALIGN(mb_h, 4); in setup_vepu580_intra_refresh()
1582 RK_U32 mb_h = MPP_ALIGN(ctx->cfg->prep.height, 64) / 16; in setup_vepu580_roi() local
1583 RK_U32 base_cfg_size = mb_w * mb_h * 8; in setup_vepu580_roi()
1584 RK_U32 qp_cfg_size = mb_w * mb_h * 2; in setup_vepu580_roi()
1585 RK_U32 amv_cfg_size = mb_w * mb_h / 4; in setup_vepu580_roi()
1586 RK_U32 mv_cfg_size = mb_w * mb_h * 96 / 4; in setup_vepu580_roi()
1702 RK_U32 mb_h = MPP_ALIGN(enc_cfg->prep.height, 16) / 16; in setup_vepu580_split() local
1703 RK_U32 slice_num = (mb_w * mb_h + cfg->split_arg - 1) / cfg->split_arg; in setup_vepu580_split()
2462 RK_U32 mb_h = ctx->sps->pic_height_in_mbs; in hal_h264e_vepu580_ret_task() local
2463 RK_U32 mbs = mb_w * mb_h; in hal_h264e_vepu580_ret_task()