Searched refs:x_fill (Results 1 – 8 of 8) sorted by relevance
191 RK_U32 x_fill = 0; in hal_jpege_vepu1_gen_regs() local223 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()
386 RK_U32 x_fill = 0; in hal_jpege_vepu2_gen_regs() local417 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()
90 RK_U32 x_fill : 2; member
232 RK_U32 x_fill : 2; member
216 RK_U32 x_fill; member
92 regs->sw15.x_fill = hw_cfg->x_fill; in vp8e_vpu_frame_start()
95 regs->sw60.x_fill = hw_cfg->x_fill; in vp8e_vpu_frame_start()
1110 hw_cfg->x_fill = (16 - (width & 0x0F)) / 4; in set_parameter()1112 hw_cfg->x_fill = 0; in set_parameter()