Searched refs:x_fill (Results 1 – 8 of 8) sorted by relevance
212 RK_U32 x_fill = 0; in hal_jpege_vepu1_gen_regs() local244 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()
396 RK_U32 x_fill = 0; in hal_jpege_vepu2_gen_regs() local427 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()
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()
1105 hw_cfg->x_fill = (16 - (width & 0x0F)) / 4; in set_parameter()1107 hw_cfg->x_fill = 0; in set_parameter()