Home
last modified time | relevance | path

Searched refs:mpp_ceil_log2 (Results 1 – 6 of 6) sorted by relevance

/rockchip-linux_mpp/mpp/hal/rkdec/h265d/
H A Dhal_h265d_com.c446 slice_address_length = mpp_ceil_log2(ctb_width * ctb_height); in hal_h265d_slice_output_rps()
506 numbits = mpp_ceil_log2(dxva_cxt->pp.num_short_term_ref_pic_sets); in hal_h265d_slice_output_rps()
534 … READ_BITS(gb, mpp_ceil_log2(dxva_cxt->pp.num_long_term_ref_pics_sps), &lt_idx_sps); in hal_h265d_slice_output_rps()
611 READ_BITS(gb, mpp_ceil_log2(nb_refs), &sh.list_entry_lx[0][i]); in hal_h265d_slice_output_rps()
618 READ_BITS(gb, mpp_ceil_log2(nb_refs), &sh.list_entry_lx[1][i]); in hal_h265d_slice_output_rps()
/rockchip-linux_mpp/osal/inc/
H A Dmpp_common.h190 static __inline RK_S32 mpp_ceil_log2(RK_S32 x) in mpp_ceil_log2() function
/rockchip-linux_mpp/mpp/codec/dec/h265/
H A Dh265d_parser.c457 READ_BITS(gb, mpp_ceil_log2(sps->num_long_term_ref_pics_sps), &lt_idx_sps); in decode_lt_rps()
783 slice_address_length = mpp_ceil_log2(s->sps->ctb_width * in hls_slice_header()
864 numbits = mpp_ceil_log2(s->sps->nb_st_rps); in hls_slice_header()
957 READ_BITS(gb, mpp_ceil_log2(nb_refs), &sh->list_entry_lx[0][i]); in hls_slice_header()
964 READ_BITS(gb, mpp_ceil_log2(nb_refs), &sh->list_entry_lx[1][i]); in hls_slice_header()
/rockchip-linux_mpp/mpp/hal/rkenc/h265e/
H A Dhal_h265e_vepu540c.c1271 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.c2006 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.c887 reg_frm->common.enc_pic.log2_ctu_num_hevc = mpp_ceil_log2(pic_wd32 * pic_h32); in vepu511_h265_set_prep()