Home
last modified time | relevance | path

Searched refs:pic_width_align8 (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/external/mpp/mpp/hal/rkenc/common/
H A Dvepu540c_common.c163 RK_U32 pic_width_align8, pic_height_align8; in vepu540c_set_jpeg_reg() local
167 pic_width_align8 = (syn->width + 7) & (~7); in vepu540c_set_jpeg_reg()
184 regs->reg0272_enc_rsl.pic_wd8_m1 = pic_width_align8 / 8 - 1; in vepu540c_set_jpeg_reg()
/OK3568_Linux_fs/external/mpp/mpp/hal/rkenc/h265e/
H A Dhal_h265e_vepu540c.c1151 RK_U32 pic_width_align8, pic_height_align8; in hal_h265e_v540c_gen_regs() local
1159 pic_width_align8 = (syn->pp.pic_width + 7) & (~7); in hal_h265e_v540c_gen_regs()
1209 reg_base->reg0196_enc_rsl.pic_wd8_m1 = pic_width_align8 / 8 - 1; in hal_h265e_v540c_gen_regs()
H A Dhal_h265e_vepu541.c1554 RK_U32 pic_width_align8, pic_height_align8; in hal_h265e_v541_gen_regs() local
1560 pic_width_align8 = (syn->pp.pic_width + 7) & (~7); in hal_h265e_v541_gen_regs()
1586 regs->enc_rsl.pic_wd8_m1 = pic_width_align8 / 8 - 1; in hal_h265e_v541_gen_regs()
H A Dhal_h265e_vepu580.c2522 RK_U32 pic_width_align8, pic_height_align8; in hal_h265e_v580_gen_regs() local
2531 pic_width_align8 = (syn->pp.pic_width + 7) & (~7); in hal_h265e_v580_gen_regs()
2579 reg_base->reg0196_enc_rsl.pic_wd8_m1 = pic_width_align8 / 8 - 1; in hal_h265e_v580_gen_regs()