Home
last modified time | relevance | path

Searched refs:src_fill (Results 1 – 12 of 12) sorted by relevance

/rockchip-linux_mpp/mpp/hal/rkenc/jpege/
H A Dhal_jpege_vepu511_reg.h88 } src_fill; member
H A Dhal_jpege_vepu511.c221 regs->src_fill.pic_wfill = (syn->width & 0x7) in vepu511_set_jpeg_reg()
224 regs->src_fill.pic_hfill = (syn->height & 0x7) in vepu511_set_jpeg_reg()
/rockchip-linux_mpp/mpp/hal/rkenc/h264e/
H A Dhal_h264e_vepu540c_reg.h391 } src_fill; member
H A Dhal_h264e_vepu540c.c470 regs->reg_base.src_fill.pic_wfill = MPP_ALIGN(prep->width, 16) - prep->width; in setup_vepu540c_prep()
472 regs->reg_base.src_fill.pic_hfill = MPP_ALIGN(prep->height, 16) - prep->height; in setup_vepu540c_prep()
H A Dhal_h264e_vepu580.c719 regs->reg_base.src_fill.pic_wfill = MPP_ALIGN(prep->width, 16) - prep->width; in setup_vepu580_prep()
721 regs->reg_base.src_fill.pic_hfill = MPP_ALIGN(prep->height, 16) - prep->height; in setup_vepu580_prep()
H A Dhal_h264e_vepu510.c716 reg_frm->common.src_fill.pic_wfill = MPP_ALIGN(prep->width, 16) - prep->width; in setup_vepu510_prep()
718 reg_frm->common.src_fill.pic_hfill = MPP_ALIGN(prep->height, 16) - prep->height; in setup_vepu510_prep()
H A Dhal_h264e_vepu511.c715 reg_frm->common.src_fill.pic_wfill = MPP_ALIGN(prep->width, 16) - prep->width; in setup_vepu511_prep()
717 reg_frm->common.src_fill.pic_hfill = MPP_ALIGN(prep->height, 16) - prep->height; in setup_vepu511_prep()
H A Dhal_h264e_vepu580_reg.h369 } src_fill; member
/rockchip-linux_mpp/mpp/hal/rkenc/common/
H A Dvepu510_common.h552 } src_fill; member
H A Dvepu511_common.h881 } src_fill; member
/rockchip-linux_mpp/mpp/hal/rkenc/h265e/
H A Dhal_h265e_vepu510.c1997 reg_frm->common.src_fill.pic_wfill = (syn->pp.pic_width & 0x7) in hal_h265e_v510_gen_regs()
2000 reg_frm->common.src_fill.pic_hfill = (syn->pp.pic_height & 0x7) in hal_h265e_v510_gen_regs()
H A Dhal_h265e_vepu511.c876 reg_frm->common.src_fill.pic_wfill = (syn->pp.pic_width & 0x7) in vepu511_h265_set_prep()
878 reg_frm->common.src_fill.pic_hfill = (syn->pp.pic_height & 0x7) in vepu511_h265_set_prep()