| /OK3568_Linux_fs/external/mpp/mpp/codec/enc/h264/ |
| H A D | h264e_api_v2.c | 108 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 D | h264e_slice.c | 52 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 D | h264e_slice.h | 96 RK_S32 log2_max_poc_lsb; member
|
| H A D | h264e_dpb.c | 131 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 D | h264e_sps.c | 165 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 D | h265d_refs.c | 196 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 D | h265d_ps.c | 679 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 D | h265d_parser.h | 210 RK_U32 log2_max_poc_lsb; member
|
| H A D | h265d_parser2_syntax.c | 78 ((sps->log2_max_poc_lsb - 4) << 9) | in fill_picture_parameters()
|
| H A D | h265d_parser.c | 421 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 D | mpp_enc_cfg.cpp | 190 …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 D | rk_venc_cmd.h | 728 RK_U32 log2_max_poc_lsb; member
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/mpp/include/rockchip/ |
| H A D | rk_venc_cmd.h | 715 RK_U32 log2_max_poc_lsb; member
|
| /OK3568_Linux_fs/external/mpp/mpp/hal/rkenc/jpege/ |
| H A D | hal_jpege_vepu540c_reg.h | 695 RK_U32 log2_max_poc_lsb : 4; member
|
| /OK3568_Linux_fs/external/mpp/mpp/hal/rkenc/h265e/ |
| H A D | hal_h265e_vepu541_reg.h | 658 RK_U32 log2_max_poc_lsb : 4; member
|
| H A D | hal_h265e_vepu540c_reg.h | 701 RK_U32 log2_max_poc_lsb : 4; member
|
| H A D | hal_h265e_vepu580_reg.h | 589 RK_U32 log2_max_poc_lsb : 4; member
|
| H A D | hal_h265e_vepu540c.c | 876 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 D | hal_h265e_vepu541.c | 1172 regs->synt_sps.log2_max_poc_lsb = syn->pp.log2_max_pic_order_cnt_lsb_minus4; in vepu541_h265_set_slice_regs()
|
| H A D | hal_h265e_vepu580.c | 1982 regs->reg0237_synt_sps.log2_max_poc_lsb = syn->pp.log2_max_pic_order_cnt_lsb_minus4; in vepu580_h265_set_slice_regs()
|