Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/mpp/mpp/hal/vpu/jpege/
H A Dhal_jpege_vepu1_v2.c213 RK_U32 y_fill = 0; in hal_jpege_vepu1_gen_regs() local
245 y_fill = (ver_stride - height); in hal_jpege_vepu1_gen_regs()
247 mpp_assert(y_fill <= 15); in hal_jpege_vepu1_gen_regs()
249 ctx->part_y_fill = y_fill; in hal_jpege_vepu1_gen_regs()
311 (y_fill << 6) | in hal_jpege_vepu1_gen_regs()
H A Dhal_jpege_vepu2_v2.c397 RK_U32 y_fill = 0; in hal_jpege_vepu2_gen_regs() local
428 y_fill = (ver_stride - height); in hal_jpege_vepu2_gen_regs()
430 mpp_assert(y_fill <= 15); in hal_jpege_vepu2_gen_regs()
432 ctx->part_y_fill = y_fill; in hal_jpege_vepu2_gen_regs()
472 (y_fill); in hal_jpege_vepu2_gen_regs()
/OK3568_Linux_fs/external/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.c1110 hw_cfg->y_fill = 16 - (height & 0x0F); in set_parameter()
1112 hw_cfg->y_fill = 0; in set_parameter()