Searched refs:pic_h64 (Results 1 – 2 of 2) sorted by relevance
1555 RK_S32 pic_wd64, pic_h64; in hal_h265e_v541_gen_regs() local1563 pic_h64 = (syn->pp.pic_height + 63) / 64; in hal_h265e_v541_gen_regs()1597 regs->enc_pic.log2_ctu_num = ceil(log2((double)pic_wd64 * pic_h64)); in hal_h265e_v541_gen_regs()
2523 RK_S32 pic_wd64, pic_h64; in hal_h265e_v580_gen_regs() local2534 pic_h64 = (syn->pp.pic_height + 63) / 64; in hal_h265e_v580_gen_regs()2589 reg_base->reg0192_enc_pic.log2_ctu_num = ceil(log2((double)pic_wd64 * pic_h64)); in hal_h265e_v580_gen_regs()