Home
last modified time | relevance | path

Searched refs:madp (Results 1 – 16 of 16) sorted by relevance

/rockchip-linux_mpp/mpp/hal/rkenc/h264e/
H A Dhal_h264e_vepu580_tune.c240 RK_S32 madp = 0; in vepu580_h264e_tune_stat_update() local
260 rc_info->madp = in vepu580_h264e_tune_stat_update()
262 regs->reg_st.madp / regs->reg_st.st_bnum_cme.num_ctu; in vepu580_h264e_tune_stat_update()
270 madp = MOTION_LEVEL_STILL; in vepu580_h264e_tune_stat_update()
279 madp = MOTION_LEVEL_BIG_MOTION; in vepu580_h264e_tune_stat_update()
283 madp = MOTION_LEVEL_BIG_MOTION; in vepu580_h264e_tune_stat_update()
285 madp = MOTION_LEVEL_BIG_MOTION; in vepu580_h264e_tune_stat_update()
287 madp = MOTION_LEVEL_MOTION; in vepu580_h264e_tune_stat_update()
293 madp = MOTION_LEVEL_UNKNOW_SCENE; in vepu580_h264e_tune_stat_update()
296 if (MOTION_LEVEL_UNKNOW_SCENE != madp) { in vepu580_h264e_tune_stat_update()
[all …]
H A Dhal_h264e_vepu541_reg.h2147 RK_U32 madp; member
H A Dhal_h264e_vepu511.c2524 rc_info->madp = madp_th_cnt[0] * regs->reg_rc_roi.madp_st_thd0.madp_th0 + in vepu511_h264e_update_tune_stat()
2534 rc_info->madp = rc_info->madp / madp_cnt; in vepu511_h264e_update_tune_stat()
H A Dhal_h264e_vepu580.c2475 rc_info->madp = (!regs->reg_st.st_bnum_cme.num_ctu) ? 0 : in hal_h264e_vepu580_ret_task()
2476 regs->reg_st.madp / regs->reg_st.st_bnum_cme.num_ctu; in hal_h264e_vepu580_ret_task()
H A Dhal_h264e_vepu580_reg.h2450 RK_U32 madp; member
H A Dhal_h264e_vepu541.c1821 rc_info->madp = (!ctx->regs_ret.st_ctu_num) ? 0 : in hal_h264e_vepu541_ret_task()
/rockchip-linux_mpp/mpp/hal/rkenc/h265e/
H A Dhal_h265e_vepu580_tune.c521 RK_S32 madp = 0; in vepu580_h265e_tune_stat_update() local
544 madp = MOTION_LEVEL_STILL; in vepu580_h265e_tune_stat_update()
553 madp = MOTION_LEVEL_BIG_MOTION; in vepu580_h265e_tune_stat_update()
557 madp = MOTION_LEVEL_BIG_MOTION; in vepu580_h265e_tune_stat_update()
559 madp = MOTION_LEVEL_BIG_MOTION; in vepu580_h265e_tune_stat_update()
561 madp = MOTION_LEVEL_MOTION; in vepu580_h265e_tune_stat_update()
567 madp = MOTION_LEVEL_UNKNOW_SCENE; in vepu580_h265e_tune_stat_update()
570 if (MOTION_LEVEL_UNKNOW_SCENE != madp) { in vepu580_h265e_tune_stat_update()
571 nScore = madp * 13 + tune->md_madp[0] * 11 + tune->md_madp[1] * 8; in vepu580_h265e_tune_stat_update()
593 if (MOTION_LEVEL_UNKNOW_SCENE != madp) { in vepu580_h265e_tune_stat_update()
[all …]
H A Dhal_h265e_vepu510_tune.c336 hal_rc_ret->madp = elem->st.madp16_sum / fb->st_mb_num; in vepu510_h265e_tune_stat_update()
H A Dhal_h265e_vepu580.c2971 fb->st_madp += reg_out->st.madp; in hal_h265e_v580_start()
3039 fb->st_madp += elem->st.madp; in vepu580_h265_set_feedback()
3083 hal_rc_ret->madp += fb->st_madp; in vepu580_h265_set_feedback()
H A Dhal_h265e_vepu511.c2622 info->madp = fb->st_madp; in vepu511_h265e_update_tune_stat()
2625 … ctx->frame_num - 1, info->bit_real, info->quality_real, info->madi, info->madp); in vepu511_h265e_update_tune_stat()
H A Dhal_h265e_vepu580_reg.h2469 RK_U32 madp; member
H A Dhal_h265e_vepu540c.c1545 hal_rc_ret->madp = fb->st_madp; in vepu540c_h265_set_feedback()
H A Dhal_h265e_vepu541.c1931 hal_rc_ret->madp = fb->st_madp; in vepu541_h265_set_feedback()
/rockchip-linux_mpp/inc/
H A Dmpp_rc_defs.h199 RK_S32 madp; member
/rockchip-linux_mpp/mpp/codec/rc/
H A Drc_ctx.h54 MppDataV2 *madp; member
H A Drc_model_v2.c115 if (ctx->madp != NULL) { in bits_model_param_deinit()
116 mpp_data_deinit_v2(ctx->madp); in bits_model_param_deinit()
117 ctx->madp = NULL; in bits_model_param_deinit()
193 mpp_data_init_v2(&ctx->madp, P_WINDOW2_LEN, 0); in bits_model_param_init()
194 if (ctx->madp == NULL) { in bits_model_param_init()
305 mpp_data_update_v2(ctx->madp, cfg->madp); in moving_judge_update()
963 madp_sum = mpp_data_sum_v2(ctx->madp); in moving_ratio_calc()