Home
last modified time | relevance | path

Searched refs:curr_scene_motion_flag (Results 1 – 2 of 2) sorted by relevance

/rockchip-linux_mpp/mpp/hal/rkenc/h264e/
H A Dhal_h264e_vepu580_tune.c34 RK_S32 curr_scene_motion_flag; member
94 tune->curr_scene_motion_flag = 0; in vepu580_h264e_tune_init()
126 RK_U32 scene_motion_flag = tune->ap_motion_flag * 2 + tune->curr_scene_motion_flag; in vepu580_h264e_tune_reg_patch()
136 RK_U32 *src = (tune->curr_scene_motion_flag || in vepu580_h264e_tune_reg_patch()
149 if (tune->curr_scene_motion_flag) { in vepu580_h264e_tune_reg_patch()
311 tune->curr_scene_motion_flag = 0; in vepu580_h264e_tune_stat_update()
313 tune->curr_scene_motion_flag = 1; in vepu580_h264e_tune_stat_update()
315 tune->curr_scene_motion_flag = md_flag; in vepu580_h264e_tune_stat_update()
333 tune->scene_motion_flag_matrix[0] = tune->curr_scene_motion_flag; in vepu580_h264e_tune_stat_update()
/rockchip-linux_mpp/mpp/hal/rkenc/h265e/
H A Dhal_h265e_vepu580_tune.c38 RK_S32 curr_scene_motion_flag; member
217 tune->curr_scene_motion_flag = 0; in vepu580_h265e_tune_init()
388 RK_U32 scene_motion_flag = tune->ap_motion_flag * 2 + tune->curr_scene_motion_flag; in vepu580_h265e_tune_reg_patch()
419 reg_wgt->cime_sqi_cfg.cime_pmv_set_zero = !tune->curr_scene_motion_flag; in vepu580_h265e_tune_reg_patch()
429 if (tune->curr_scene_motion_flag) { in vepu580_h265e_tune_reg_patch()
433 reg_rdo->rdo_sqi_cfg.rdo_segment_en = vmaf_opt ? 0 : !tune->curr_scene_motion_flag; in vepu580_h265e_tune_reg_patch()
434 reg_rdo->rdo_sqi_cfg.rdo_smear_en = vmaf_opt ? 0 : !tune->curr_scene_motion_flag; in vepu580_h265e_tune_reg_patch()
585 tune->curr_scene_motion_flag = 0; in vepu580_h265e_tune_stat_update()
587 tune->curr_scene_motion_flag = 1; in vepu580_h265e_tune_stat_update()
590 tune->curr_scene_motion_flag = md_flag; in vepu580_h265e_tune_stat_update()
[all …]