Home
last modified time | relevance | path

Searched refs:pic_h32 (Results 1 – 3 of 3) sorted by relevance

/rockchip-linux_mpp/mpp/hal/rkenc/h265e/
H A Dhal_h265e_vepu540c.c1199 RK_S32 pic_wd32, pic_h32; in hal_h265e_v540c_gen_regs() local
1209 pic_h32 = (syn->pp.pic_height + 31) / 32; in hal_h265e_v540c_gen_regs()
1271 reg_base->reg0192_enc_pic.log2_ctu_num = mpp_ceil_log2(pic_wd32 * pic_h32); in hal_h265e_v540c_gen_regs()
H A Dhal_h265e_vepu510.c1941 RK_S32 pic_wd32, pic_h32; in hal_h265e_v510_gen_regs() local
1953 pic_h32 = (syn->pp.pic_height + 31) / 32; in hal_h265e_v510_gen_regs()
2006 reg_frm->common.enc_pic.log2_ctu_num_hevc = mpp_ceil_log2(pic_wd32 * pic_h32); in hal_h265e_v510_gen_regs()
H A Dhal_h265e_vepu511.c864 RK_S32 pic_wd32, pic_h32; in vepu511_h265_set_prep() local
872 pic_h32 = (syn->pp.pic_height + 31) / 32; in vepu511_h265_set_prep()
887 reg_frm->common.enc_pic.log2_ctu_num_hevc = mpp_ceil_log2(pic_wd32 * pic_h32); in vepu511_h265_set_prep()