Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/mpp/mpp/codec/enc/h264/
H A Dh264e_api_v2.c108 h264->log2_max_poc_lsb = 12; in init_h264e_cfg_set()
115 h264->log2_max_poc_lsb = 12; in init_h264e_cfg_set()
124 h264->log2_max_poc_lsb = 12; in init_h264e_cfg_set()
397 (dst->log2_max_poc_lsb != src->log2_max_poc_lsb)) { in h264e_proc_h264_cfg()
398 dst->log2_max_poc_lsb = src->log2_max_poc_lsb; in h264e_proc_h264_cfg()
H A Dh264e_slice.c52 slice->log2_max_poc_lsb = sps->log2_max_poc_lsb_minus4 + 4; 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) - 1; 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_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.c165 sps->log2_max_poc_lsb_minus4 = h264->log2_max_poc_lsb; in h264e_sps_update()
/OK3568_Linux_fs/external/mpp/mpp/codec/dec/h265/
H A Dh265d_refs.c196 RK_S32 LtMask = (1 << s->sps->log2_max_poc_lsb) - 1; in find_ref_idx()
342 RK_S32 max_poc_lsb = 1 << s->sps->log2_max_poc_lsb; in mpp_hevc_compute_poc()
H A Dh265d_ps.c679 if (openhevc_sps->log2_max_poc_lsb != sps->log2_max_poc_lsb) { in compare_sps()
1539 READ_UE(gb, &sps->log2_max_poc_lsb); in mpp_hevc_decode_nal_sps()
1540 sps->log2_max_poc_lsb += 4; in mpp_hevc_decode_nal_sps()
1541 if (sps->log2_max_poc_lsb > 16) { in mpp_hevc_decode_nal_sps()
1543 sps->log2_max_poc_lsb - 4); in mpp_hevc_decode_nal_sps()
1700 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.h210 RK_U32 log2_max_poc_lsb; member
H A Dh265d_parser2_syntax.c78 ((sps->log2_max_poc_lsb - 4) << 9) | in fill_picture_parameters()
H A Dh265d_parser.c421 RK_S32 max_poc_lsb = 1 << sps->log2_max_poc_lsb; in decode_lt_rps()
456 READ_BITS(gb, sps->log2_max_poc_lsb, &rps->poc[i]); in decode_lt_rps()
826 READ_BITS(gb, s->sps->log2_max_poc_lsb, &sh->pic_order_cnt_lsb); in hls_slice_header()
/OK3568_Linux_fs/external/mpp/mpp/base/
H A Dmpp_enc_cfg.cpp190 …ENTRY(h264, log2_max_poc_lsb, U32, RK_U32, MPP_ENC_H264_CFG_CHANGE_MAX_POC_LSB, codec.…
/OK3568_Linux_fs/external/mpp/inc/
H A Drk_venc_cmd.h728 RK_U32 log2_max_poc_lsb; member
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/mpp/include/rockchip/
H A Drk_venc_cmd.h715 RK_U32 log2_max_poc_lsb; member
/OK3568_Linux_fs/external/mpp/mpp/hal/rkenc/jpege/
H A Dhal_jpege_vepu540c_reg.h695 RK_U32 log2_max_poc_lsb : 4; member
/OK3568_Linux_fs/external/mpp/mpp/hal/rkenc/h265e/
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_vepu580_reg.h589 RK_U32 log2_max_poc_lsb : 4; member
H A Dhal_h265e_vepu540c.c876 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.c1172 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_vepu580.c1982 regs->reg0237_synt_sps.log2_max_poc_lsb = syn->pp.log2_max_pic_order_cnt_lsb_minus4; in vepu580_h265_set_slice_regs()