Home
last modified time | relevance | path

Searched refs:dmv_penalty (Results 1 – 6 of 6) sorted by relevance

/rockchip-linux_mpp/mpp/hal/vpu/h264e/
H A Dhal_h264e_vepu1_v2.c514 RK_U8 dmv_penalty[128] = {0}; in hal_h264e_vepu1_gen_regs_v2() local
518 dmv_penalty[i] = i; in hal_h264e_vepu1_gen_regs_v2()
523 val = VEPU_REG_DMV_PENALTY_TABLE_BIT(dmv_penalty[i], 3); in hal_h264e_vepu1_gen_regs_v2()
524 val |= VEPU_REG_DMV_PENALTY_TABLE_BIT(dmv_penalty[i + 1], 2); in hal_h264e_vepu1_gen_regs_v2()
525 val |= VEPU_REG_DMV_PENALTY_TABLE_BIT(dmv_penalty[i + 2], 1); in hal_h264e_vepu1_gen_regs_v2()
526 val |= VEPU_REG_DMV_PENALTY_TABLE_BIT(dmv_penalty[i + 3], 0); in hal_h264e_vepu1_gen_regs_v2()
H A Dhal_h264e_vepu2_v2.c577 RK_U8 dmv_penalty[128] = {0}; in hal_h264e_vepu2_gen_regs_v2() local
581 dmv_penalty[i] = i; in hal_h264e_vepu2_gen_regs_v2()
586 val = VEPU_REG_DMV_PENALTY_TABLE_BIT(dmv_penalty[i], 3); in hal_h264e_vepu2_gen_regs_v2()
587 val |= VEPU_REG_DMV_PENALTY_TABLE_BIT(dmv_penalty[i + 1], 2); in hal_h264e_vepu2_gen_regs_v2()
588 val |= VEPU_REG_DMV_PENALTY_TABLE_BIT(dmv_penalty[i + 2], 1); in hal_h264e_vepu2_gen_regs_v2()
589 val |= VEPU_REG_DMV_PENALTY_TABLE_BIT(dmv_penalty[i + 3], 0); in hal_h264e_vepu2_gen_regs_v2()
/rockchip-linux_mpp/mpp/hal/vpu/vp8e/
H A Dhal_vp8e_vepu1_v2.c265 regs->sw96_127[j].penalty_0 = hw_cfg->dmv_penalty[j * 4 + 3]; in vp8e_vpu_frame_start()
266 regs->sw96_127[j].penalty_1 = hw_cfg->dmv_penalty[j * 4 + 2]; in vp8e_vpu_frame_start()
267 regs->sw96_127[j].penalty_2 = hw_cfg->dmv_penalty[j * 4 + 1]; in vp8e_vpu_frame_start()
268 regs->sw96_127[j].penalty_3 = hw_cfg->dmv_penalty[j * 4]; in vp8e_vpu_frame_start()
H A Dhal_vp8e_vepu2_v2.c267 regs->sw120_183[j].penalty_0 = hw_cfg->dmv_penalty[j * 4 + 3]; in vp8e_vpu_frame_start()
268 regs->sw120_183[j].penalty_1 = hw_cfg->dmv_penalty[j * 4 + 2]; in vp8e_vpu_frame_start()
269 regs->sw120_183[j].penalty_2 = hw_cfg->dmv_penalty[j * 4 + 1]; in vp8e_vpu_frame_start()
270 regs->sw120_183[j].penalty_3 = hw_cfg->dmv_penalty[j * 4]; in vp8e_vpu_frame_start()
H A Dhal_vp8e_base.h245 RK_U8 dmv_penalty[PENALTY_TABLE_SIZE]; member
H A Dhal_vp8e_base.c533 hw_cfg->dmv_penalty[i] = i * 2; in set_new_frame()