Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/mpp/mpp/hal/rkenc/h264e/
H A Dhal_h264e_vepu580_tune.c34 RK_S32 curr_scene_motion_flag; member
111 tune->curr_scene_motion_flag = 0; in vepu580_h264e_tune_init()
143 RK_U32 scene_motion_flag = tune->ap_motion_flag * 2 + tune->curr_scene_motion_flag; in vepu580_h264e_tune_reg_patch()
152 RK_U32 *src = tune->curr_scene_motion_flag ? &h264e_klut_weight[0] : &h264e_klut_weight[4]; in vepu580_h264e_tune_reg_patch()
163 if (tune->curr_scene_motion_flag) { in vepu580_h264e_tune_reg_patch()
320 tune->curr_scene_motion_flag = 0; in vepu580_h264e_tune_stat_update()
322 tune->curr_scene_motion_flag = 1; in vepu580_h264e_tune_stat_update()
324 tune->curr_scene_motion_flag = md_flag; in vepu580_h264e_tune_stat_update()
342 tune->scene_motion_flag_matrix[0] = tune->curr_scene_motion_flag; in vepu580_h264e_tune_stat_update()
/OK3568_Linux_fs/external/mpp/mpp/hal/rkenc/h265e/
H A Dhal_h265e_vepu580_tune.c34 RK_S32 curr_scene_motion_flag; member
213 tune->curr_scene_motion_flag = 0; in vepu580_h265e_tune_init()
249 RK_U32 scene_motion_flag = tune->ap_motion_flag * 2 + tune->curr_scene_motion_flag; in vepu580_h265e_tune_reg_patch()
399 reg_wgt->cime_sqi_cfg.cime_pmv_set_zero = !tune->curr_scene_motion_flag; in vepu580_h265e_tune_reg_patch()
409 if (tune->curr_scene_motion_flag) { in vepu580_h265e_tune_reg_patch()
413 reg_rdo->rdo_sqi_cfg.rdo_segment_en = !tune->curr_scene_motion_flag; in vepu580_h265e_tune_reg_patch()
414 reg_rdo->rdo_sqi_cfg.rdo_smear_en = !tune->curr_scene_motion_flag; in vepu580_h265e_tune_reg_patch()
551 tune->curr_scene_motion_flag = 0; in vepu580_h265e_tune_stat_update()
553 tune->curr_scene_motion_flag = 1; in vepu580_h265e_tune_stat_update()
555 tune->curr_scene_motion_flag = md_flag; in vepu580_h265e_tune_stat_update()
[all …]