Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/mpp/mpp/hal/rkenc/h264e/
H A Dhal_h264e_vepu580_tune.c249 RK_S32 madp = 0; in vepu580_h264e_tune_stat_update() local
269 rc_info->madp = in vepu580_h264e_tune_stat_update()
271 regs->reg_st.madp / regs->reg_st.st_bnum_cme.num_ctu; in vepu580_h264e_tune_stat_update()
279 madp = MOTION_LEVEL_STILL; in vepu580_h264e_tune_stat_update()
288 madp = MOTION_LEVEL_BIG_MOTION; in vepu580_h264e_tune_stat_update()
292 madp = MOTION_LEVEL_BIG_MOTION; in vepu580_h264e_tune_stat_update()
294 madp = MOTION_LEVEL_BIG_MOTION; in vepu580_h264e_tune_stat_update()
296 madp = MOTION_LEVEL_MOTION; in vepu580_h264e_tune_stat_update()
302 madp = MOTION_LEVEL_UNKNOW_SCENE; in vepu580_h264e_tune_stat_update()
305 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_vepu580.c2546 rc_info->madp = (!regs->reg_st.st_bnum_cme.num_ctu) ? 0 : in hal_h264e_vepu580_ret_task()
2547 regs->reg_st.madp / regs->reg_st.st_bnum_cme.num_ctu; in hal_h264e_vepu580_ret_task()
H A Dhal_h264e_vepu580_reg.h2520 RK_U32 madp; member
H A Dhal_h264e_vepu541.c1772 rc_info->madp = (!ctx->regs_ret.st_ctu_num) ? 0 : in hal_h264e_vepu541_ret_task()
/OK3568_Linux_fs/external/mpp/mpp/hal/rkenc/h265e/
H A Dhal_h265e_vepu580_tune.c494 RK_S32 madp = 0; in vepu580_h265e_tune_stat_update() local
510 madp = MOTION_LEVEL_STILL; in vepu580_h265e_tune_stat_update()
519 madp = MOTION_LEVEL_BIG_MOTION; in vepu580_h265e_tune_stat_update()
523 madp = MOTION_LEVEL_BIG_MOTION; in vepu580_h265e_tune_stat_update()
525 madp = MOTION_LEVEL_BIG_MOTION; in vepu580_h265e_tune_stat_update()
527 madp = MOTION_LEVEL_MOTION; in vepu580_h265e_tune_stat_update()
533 madp = MOTION_LEVEL_UNKNOW_SCENE; in vepu580_h265e_tune_stat_update()
536 if (MOTION_LEVEL_UNKNOW_SCENE != madp) { in vepu580_h265e_tune_stat_update()
537 nScore = madp * 13 + tune->md_madp[0] * 11 + tune->md_madp[1] * 8; in vepu580_h265e_tune_stat_update()
558 if (MOTION_LEVEL_UNKNOW_SCENE != madp) { in vepu580_h265e_tune_stat_update()
[all …]
H A Dhal_h265e_vepu580.c2799 fb->st_madp += reg_out->st.madp; in hal_h265e_v580_start()
2865 fb->st_madp += elem->st.madp; in vepu580_h265_set_feedback()
2909 hal_rc_ret->madp += fb->st_madp; in vepu580_h265_set_feedback()
H A Dhal_h265e_vepu580_reg.h2541 RK_U32 madp; member
H A Dhal_h265e_vepu540c.c1507 hal_rc_ret->madp = fb->st_madp; in vepu540c_h265_set_feedback()
H A Dhal_h265e_vepu541.c1999 hal_rc_ret->madp = fb->st_madp; in vepu541_h265_set_feedback()
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/mpp/include/rockchip/
H A Dmpp_rc_defs.h198 RK_S32 madp; member
/OK3568_Linux_fs/external/mpp/inc/
H A Dmpp_rc_defs.h198 RK_S32 madp; member
/OK3568_Linux_fs/external/mpp/mpp/codec/rc/
H A Drc_model_v2.c114 if (ctx->madp != NULL) { in bits_model_param_deinit()
115 mpp_data_deinit_v2(ctx->madp); in bits_model_param_deinit()
116 ctx->madp = NULL; in bits_model_param_deinit()
183 mpp_data_init_v2(&ctx->madp, P_WINDOW2_LEN, 0); in bits_model_param_init()
184 if (ctx->madp == NULL) { in bits_model_param_init()
282 mpp_data_update_v2(ctx->madp, cfg->madp); in moving_judge_update()
928 madp_sum = mpp_data_sum_v2(ctx->madp); in moving_ratio_calc()
H A Drc_ctx.h54 MppDataV2 *madp; member
H A Drc_model_v2_smt.c1029 RK_U64 sse_dat = cfg->madp * cu64_num; in rc_model_v2_smt_end()