Home
last modified time | relevance | path

Searched refs:log2_max_poc_lsb (Results 1 – 24 of 24) sorted by relevance

/rockchip-linux_mpp/mpp/codec/enc/h264/
H A Dh264e_slice.c52 slice->log2_max_poc_lsb = sps->log2_max_poc_lsb_minus4 + 4; in h264e_slice_update()
82 slice->pic_order_cnt_lsb = frm->poc & ((1 << slice->log2_max_poc_lsb) - 1); in h264e_slice_update()
338 ret |= mpp_read_bits(&bit, slice->log2_max_poc_lsb, in h264e_slice_read()
605 RK_S32 max_poc_lsb = (1 << slice->log2_max_poc_lsb); in h264e_slice_write_header()
611 mpp_writer_put_bits(s, pic_order_cnt_lsb, slice->log2_max_poc_lsb); in h264e_slice_write_header()
H A Dh264e_api_v2.c116 h264->log2_max_poc_lsb = 12; in init_h264e_cfg_set()
124 h264->log2_max_poc_lsb = 12; in init_h264e_cfg_set()
134 h264->log2_max_poc_lsb = 12; in init_h264e_cfg_set()
H A Dh264e_slice.h96 RK_S32 log2_max_poc_lsb; member
H A Dh264e_dpb.c131 RK_S32 log2_max_poc_lsb = sps->log2_max_poc_lsb_minus4 + 4; in h264e_dpb_setup() local
140 dpb->max_poc_lsb = (1 << log2_max_poc_lsb); in h264e_dpb_setup()
151 log2_max_poc_lsb, dpb->max_poc_lsb); in h264e_dpb_setup()
H A Dh264e_sps.c166 sps->log2_max_poc_lsb_minus4 = h264->log2_max_poc_lsb; in h264e_sps_update()
/rockchip-linux_mpp/mpp/codec/dec/h265/
H A Dh265d_refs.c206 RK_S32 LtMask = (1 << s->sps->log2_max_poc_lsb) - 1; in find_ref_idx()
353 RK_S32 max_poc_lsb = 1 << s->sps->log2_max_poc_lsb; in mpp_hevc_compute_poc()
H A Dh265d_ps.c695 if (openhevc_sps->log2_max_poc_lsb != sps->log2_max_poc_lsb) { in compare_sps()
1554 READ_UE(gb, &sps->log2_max_poc_lsb); in mpp_hevc_decode_nal_sps()
1555 sps->log2_max_poc_lsb += 4; in mpp_hevc_decode_nal_sps()
1556 if (sps->log2_max_poc_lsb > 16) { in mpp_hevc_decode_nal_sps()
1558 sps->log2_max_poc_lsb - 4); in mpp_hevc_decode_nal_sps()
1723 READ_BITS(gb, sps->log2_max_poc_lsb, &sps->lt_ref_pic_poc_lsb_sps[i]); in mpp_hevc_decode_nal_sps()
H A Dh265d_parser.h218 RK_U32 log2_max_poc_lsb; member
H A Dh265d_parser2_syntax.c80 ((sps->log2_max_poc_lsb - 4) << 9) | in fill_picture_parameters()
H A Dh265d_parser.c427 RK_S32 max_poc_lsb = 1 << sps->log2_max_poc_lsb; in decode_lt_rps()
462 READ_BITS(gb, sps->log2_max_poc_lsb, &rps->poc[i]); in decode_lt_rps()
833 READ_BITS(gb, s->sps->log2_max_poc_lsb, &sh->pic_order_cnt_lsb); in hls_slice_header()
/rockchip-linux_mpp/inc/
H A Drk_venc_cmd.h640 RK_U32 log2_max_poc_lsb; member
/rockchip-linux_mpp/mpp/base/
H A Dmpp_enc_cfg.c130 …ENTRY(prefix, u32, rk_u32, log2_max_poc_lsb, FLAG_INCR, h264,
/rockchip-linux_mpp/mpp/hal/rkenc/h265e/
H A Dhal_h265e_vepu510_reg.h139 RK_U32 log2_max_poc_lsb : 4; member
H A Dhal_h265e_vepu541_reg.h658 RK_U32 log2_max_poc_lsb : 4; member
H A Dhal_h265e_vepu540c_reg.h701 RK_U32 log2_max_poc_lsb : 4; member
H A Dhal_h265e_vepu511_reg.h155 RK_U32 log2_max_poc_lsb : 4; member
H A Dhal_h265e_vepu580_reg.h589 RK_U32 log2_max_poc_lsb : 4; member
H A Dhal_h265e_vepu540c.c861 regs->reg0237_synt_sps.log2_max_poc_lsb = syn->pp.log2_max_pic_order_cnt_lsb_minus4; in vepu540c_h265_set_slice_regs()
H A Dhal_h265e_vepu541.c1139 regs->synt_sps.log2_max_poc_lsb = syn->pp.log2_max_pic_order_cnt_lsb_minus4; in vepu541_h265_set_slice_regs()
H A Dhal_h265e_vepu510.c1507 regs->synt_sps.log2_max_poc_lsb = syn->pp.log2_max_pic_order_cnt_lsb_minus4; in vepu510_h265_set_slice_regs()
H A Dhal_h265e_vepu511.c1901 regs->synt_sps.log2_max_poc_lsb = syn->pp.log2_max_pic_order_cnt_lsb_minus4; in vepu511_h265_set_slice_regs()
H A Dhal_h265e_vepu580.c2071 regs->reg0237_synt_sps.log2_max_poc_lsb = syn->pp.log2_max_pic_order_cnt_lsb_minus4; in vepu580_h265_set_slice_regs()
/rockchip-linux_mpp/mpp/hal/rkenc/jpege/
H A Dhal_jpege_vepu540c_reg.h695 RK_U32 log2_max_poc_lsb : 4; member
/rockchip-linux_mpp/doc/
H A DRockchip_Developer_Guide_MPP_CN.md669 | h264:log2_max_poc_lsb | U32 | RK_U32 | 表示SPS中的log2_max_pic_order_…