Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/mpp/mpp/hal/vpu/jpege/
H A Dhal_jpege_vepu1_v2.c212 RK_U32 x_fill = 0; in hal_jpege_vepu1_gen_regs() local
244 x_fill = (width_align - width) / 4; in hal_jpege_vepu1_gen_regs()
246 mpp_assert(x_fill <= 3); in hal_jpege_vepu1_gen_regs()
248 ctx->part_x_fill = x_fill; in hal_jpege_vepu1_gen_regs()
310 (x_fill << 10) | in hal_jpege_vepu1_gen_regs()
H A Dhal_jpege_vepu2_v2.c396 RK_U32 x_fill = 0; in hal_jpege_vepu2_gen_regs() local
427 x_fill = (width_align - width) / 4; in hal_jpege_vepu2_gen_regs()
429 mpp_assert(x_fill <= 3); in hal_jpege_vepu2_gen_regs()
431 ctx->part_x_fill = x_fill; in hal_jpege_vepu2_gen_regs()
471 (x_fill << 4) | in hal_jpege_vepu2_gen_regs()
/OK3568_Linux_fs/external/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.c1105 hw_cfg->x_fill = (16 - (width & 0x0F)) / 4; in set_parameter()
1107 hw_cfg->x_fill = 0; in set_parameter()