Home
last modified time | relevance | path

Searched refs:x_fill (Results 1 – 8 of 8) sorted by relevance

/rockchip-linux_mpp/mpp/hal/vpu/jpege/
H A Dhal_jpege_vepu1_v2.c191 RK_U32 x_fill = 0; in hal_jpege_vepu1_gen_regs() local
223 x_fill = (width_align - width) / 4; in hal_jpege_vepu1_gen_regs()
225 mpp_assert(x_fill <= 3); in hal_jpege_vepu1_gen_regs()
227 ctx->part_x_fill = x_fill; in hal_jpege_vepu1_gen_regs()
289 (x_fill << 10) | in hal_jpege_vepu1_gen_regs()
H A Dhal_jpege_vepu2_v2.c386 RK_U32 x_fill = 0; in hal_jpege_vepu2_gen_regs() local
417 x_fill = (width_align - width) / 4; in hal_jpege_vepu2_gen_regs()
419 mpp_assert(x_fill <= 3); in hal_jpege_vepu2_gen_regs()
421 ctx->part_x_fill = x_fill; in hal_jpege_vepu2_gen_regs()
462 (x_fill << 4) | in hal_jpege_vepu2_gen_regs()
/rockchip-linux_mpp/mpp/hal/vpu/vp8e/
H A Dhal_vp8e_vepu1_reg.h90 RK_U32 x_fill : 2; member
H A Dhal_vp8e_vepu2_reg.h232 RK_U32 x_fill : 2; member
H A Dhal_vp8e_base.h216 RK_U32 x_fill; member
H A Dhal_vp8e_vepu1_v2.c92 regs->sw15.x_fill = hw_cfg->x_fill; in vp8e_vpu_frame_start()
H A Dhal_vp8e_vepu2_v2.c95 regs->sw60.x_fill = hw_cfg->x_fill; in vp8e_vpu_frame_start()
H A Dhal_vp8e_base.c1110 hw_cfg->x_fill = (16 - (width & 0x0F)) / 4; in set_parameter()
1112 hw_cfg->x_fill = 0; in set_parameter()