Home
last modified time | relevance | path

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

/rockchip-linux_mpp/mpp/hal/vpu/h264e/
H A Dhal_h264e_vepu1_v2.c52 HalH264eVepuPrep hw_prep; member
199 HalH264eVepuPrep *hw_prep = &ctx->hw_prep; in hal_h264e_vepu1_get_task_v2() local
211 if (h264e_vepu_prep_setup(hw_prep, prep)) in hal_h264e_vepu1_get_task_v2()
223 h264e_vepu_prep_get_addr(hw_prep, task->input, &hw_addr->orig); in hal_h264e_vepu1_get_task_v2()
290 HalH264eVepuPrep *hw_prep = &ctx->hw_prep; in hal_h264e_vepu1_gen_regs_v2() local
307 if (hw_prep->rotation) { in hal_h264e_vepu1_gen_regs_v2()
346 | VEPU_REG_INPUT_SWAP16_(hw_prep->swap_16_in) in hal_h264e_vepu1_gen_regs_v2()
349 | VEPU_REG_INPUT_SWAP32_(hw_prep->swap_32_in) in hal_h264e_vepu1_gen_regs_v2()
351 | VEPU_REG_INPUT_SWAP8_(hw_prep->swap_8_in); in hal_h264e_vepu1_gen_regs_v2()
376 RK_U32 overfill_r = (hw_prep->src_w & 0x0f) ? in hal_h264e_vepu1_gen_regs_v2()
[all …]
H A Dhal_h264e_vepu2_v2.c52 HalH264eVepuPrep hw_prep; member
200 HalH264eVepuPrep *hw_prep = &ctx->hw_prep; in hal_h264e_vepu2_get_task_v2() local
212 if (h264e_vepu_prep_setup(hw_prep, prep)) in hal_h264e_vepu2_get_task_v2()
224 h264e_vepu_prep_get_addr(hw_prep, task->input, &hw_addr->orig); in hal_h264e_vepu2_get_task_v2()
340 HalH264eVepuPrep *hw_prep = &ctx->hw_prep; in hal_h264e_vepu2_gen_regs_v2() local
357 if (hw_prep->rotation) { in hal_h264e_vepu2_gen_regs_v2()
417 RK_U32 overfill_r = (hw_prep->src_w & 0x0f) ? in hal_h264e_vepu2_gen_regs_v2()
418 ((16 - (hw_prep->src_w & 0x0f)) / 4) : 0; in hal_h264e_vepu2_gen_regs_v2()
420 RK_U32 overfill_b = (hw_prep->src_h & 0x0f) ? in hal_h264e_vepu2_gen_regs_v2()
421 (16 - (hw_prep->src_h & 0x0f)) : 0; in hal_h264e_vepu2_gen_regs_v2()
[all …]