Home
last modified time | relevance | path

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

/rockchip-linux_mpp/mpp/hal/vpu/jpege/
H A Dhal_jpege_vepu1_v2.c192 RK_U32 y_fill = 0; in hal_jpege_vepu1_gen_regs() local
224 y_fill = (ver_stride - height); in hal_jpege_vepu1_gen_regs()
226 mpp_assert(y_fill <= 15); in hal_jpege_vepu1_gen_regs()
228 ctx->part_y_fill = y_fill; in hal_jpege_vepu1_gen_regs()
290 (y_fill << 6) | in hal_jpege_vepu1_gen_regs()
H A Dhal_jpege_vepu2_v2.c387 RK_U32 y_fill = 0; in hal_jpege_vepu2_gen_regs() local
418 y_fill = (ver_stride - height); in hal_jpege_vepu2_gen_regs()
420 mpp_assert(y_fill <= 15); in hal_jpege_vepu2_gen_regs()
422 ctx->part_y_fill = y_fill; in hal_jpege_vepu2_gen_regs()
463 (y_fill); in hal_jpege_vepu2_gen_regs()
/rockchip-linux_mpp/mpp/hal/vpu/vp8e/
H A Dhal_vp8e_vepu1_reg.h89 RK_U32 y_fill : 4; member
H A Dhal_vp8e_vepu2_reg.h231 RK_U32 y_fill : 4; member
H A Dhal_vp8e_base.h217 RK_U32 y_fill; member
H A Dhal_vp8e_vepu1_v2.c93 regs->sw15.y_fill = hw_cfg->y_fill; in vp8e_vpu_frame_start()
H A Dhal_vp8e_vepu2_v2.c96 regs->sw60.y_fill = hw_cfg->y_fill; in vp8e_vpu_frame_start()
H A Dhal_vp8e_base.c1115 hw_cfg->y_fill = 16 - (height & 0x0F); in set_parameter()
1117 hw_cfg->y_fill = 0; in set_parameter()