Home
last modified time | relevance | path

Searched refs:pic_h64 (Results 1 – 2 of 2) sorted by relevance

/rockchip-linux_mpp/mpp/hal/rkenc/h265e/
H A Dhal_h265e_vepu541.c1508 RK_S32 pic_wd64, pic_h64; in hal_h265e_v541_gen_regs() local
1516 pic_h64 = (syn->pp.pic_height + 63) / 64; in hal_h265e_v541_gen_regs()
1550 regs->enc_pic.log2_ctu_num = ceil(log2((double)pic_wd64 * pic_h64)); in hal_h265e_v541_gen_regs()
H A Dhal_h265e_vepu580.c2683 RK_S32 pic_wd64, pic_h64; in hal_h265e_v580_gen_regs() local
2694 pic_h64 = (syn->pp.pic_height + 63) / 64; in hal_h265e_v580_gen_regs()
2752 reg_base->reg0192_enc_pic.log2_ctu_num = ceil(log2((double)pic_wd64 * pic_h64)); in hal_h265e_v580_gen_regs()