Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/mpp/mpp/hal/rkenc/h265e/
H A Dhal_h265e_vepu580_tune.c249 RK_U32 scene_motion_flag = tune->ap_motion_flag * 2 + tune->curr_scene_motion_flag; in vepu580_h265e_tune_reg_patch() local
251 if (scene_motion_flag > 3) { in vepu580_h265e_tune_reg_patch()
252 mpp_err_f("scene_motion_flag is a wrong value %d\n", scene_motion_flag); in vepu580_h265e_tune_reg_patch()
256 …l32_intra_CST_WGT0, lvl32_preintra_cst_wgt[scene_motion_flag], sizeof(lvl32_preintra_cst_wgt[scene… in vepu580_h265e_tune_reg_patch()
257 …l16_intra_CST_WGT0, lvl16_preintra_cst_wgt[scene_motion_flag], sizeof(lvl16_preintra_cst_wgt[scene… in vepu580_h265e_tune_reg_patch()
265 p_rdo_atf_skip->rdo_b_atf_wgt0.cu_rdo_atf_wgt00 = skip_b64_atf_wgt[scene_motion_flag][0]; in vepu580_h265e_tune_reg_patch()
266 p_rdo_atf_skip->rdo_b_atf_wgt0.cu_rdo_atf_wgt10 = skip_b64_atf_wgt[scene_motion_flag][1]; in vepu580_h265e_tune_reg_patch()
267 p_rdo_atf_skip->rdo_b_atf_wgt0.cu_rdo_atf_wgt11 = skip_b64_atf_wgt[scene_motion_flag][2]; in vepu580_h265e_tune_reg_patch()
268 p_rdo_atf_skip->rdo_b_atf_wgt0.cu_rdo_atf_wgt12 = skip_b64_atf_wgt[scene_motion_flag][3]; in vepu580_h265e_tune_reg_patch()
269 p_rdo_atf_skip->rdo_b_atf_wgt1.cu_rdo_atf_wgt20 = skip_b64_atf_wgt[scene_motion_flag][4]; in vepu580_h265e_tune_reg_patch()
[all …]
/OK3568_Linux_fs/external/mpp/mpp/hal/rkenc/h264e/
H A Dhal_h264e_vepu580_tune.c143 RK_U32 scene_motion_flag = tune->ap_motion_flag * 2 + tune->curr_scene_motion_flag; in vepu580_h264e_tune_reg_patch() local
145 if (scene_motion_flag > 3) { in vepu580_h264e_tune_reg_patch()
146 mpp_err_f("scene_motion_flag is a wrong value %d\n", scene_motion_flag); in vepu580_h264e_tune_reg_patch()
181 regs->reg_rdo.rdo_intra_atf_wgt0.atf_rdo_intra_wgt00 = intra_atf_wgt[scene_motion_flag][0]; in vepu580_h264e_tune_reg_patch()
182 regs->reg_rdo.rdo_intra_atf_wgt0.atf_rdo_intra_wgt01 = intra_atf_wgt[scene_motion_flag][1]; in vepu580_h264e_tune_reg_patch()
183 regs->reg_rdo.rdo_intra_atf_wgt0.atf_rdo_intra_wgt02 = intra_atf_wgt[scene_motion_flag][2]; in vepu580_h264e_tune_reg_patch()
184 regs->reg_rdo.rdo_intra_atf_wgt1.atf_rdo_intra_wgt10 = intra_atf_wgt[scene_motion_flag][3]; in vepu580_h264e_tune_reg_patch()
185 regs->reg_rdo.rdo_intra_atf_wgt1.atf_rdo_intra_wgt11 = intra_atf_wgt[scene_motion_flag][4]; in vepu580_h264e_tune_reg_patch()
186 regs->reg_rdo.rdo_intra_atf_wgt1.atf_rdo_intra_wgt12 = intra_atf_wgt[scene_motion_flag][5]; in vepu580_h264e_tune_reg_patch()
187 regs->reg_rdo.rdo_intra_atf_wgt2.atf_rdo_intra_wgt20 = intra_atf_wgt[scene_motion_flag][6]; in vepu580_h264e_tune_reg_patch()
[all …]