Searched refs:scene_motion_flag (Results 1 – 2 of 2) sorted by relevance
249 RK_U32 scene_motion_flag = tune->ap_motion_flag * 2 + tune->curr_scene_motion_flag; in vepu580_h265e_tune_reg_patch() local251 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 …]
143 RK_U32 scene_motion_flag = tune->ap_motion_flag * 2 + tune->curr_scene_motion_flag; in vepu580_h264e_tune_reg_patch() local145 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 …]