Home
last modified time | relevance | path

Searched refs:pps_id (Results 1 – 25 of 25) sorted by relevance

/OK3568_Linux_fs/external/mpp/mpp/codec/enc/h264/
H A Dh264e_pps.c49 pps->pps_id = 0; in h264e_pps_update()
132 mpp_writer_put_ue(bit, pps->pps_id); in h264e_pps_to_packet()
H A Dh264e_pps.h26 RK_U32 pps_id; member
/OK3568_Linux_fs/external/mpp/mpp/codec/dec/h265/
H A Dh265d_ps.c841 if (openhevc_pps->pps_id != pps->pps_id) { in compare_pps()
1894 RK_U32 pps_id = 0; in mpp_hevc_decode_nal_pps() local
1901 READ_UE(gb, &pps_id); in mpp_hevc_decode_nal_pps()
1902 if (pps_id >= MAX_PPS_COUNT) { in mpp_hevc_decode_nal_pps()
1903 mpp_err( "PPS id out of range: %d\n", pps_id); in mpp_hevc_decode_nal_pps()
1908 pps = (HEVCPPS *)s->pps_list[pps_id]; in mpp_hevc_decode_nal_pps()
1922 pps->pps_id = pps_id; in mpp_hevc_decode_nal_pps()
2124 s->scaling_list_listen[pps_id + 16] = 1; in mpp_hevc_decode_nal_pps()
2152 HEVCPPS *openhevc_pps = (HEVCPPS*)&info->pps[pps_id]; in mpp_hevc_decode_nal_pps()
2191 s->pps_list[pps_id] = (RK_U8 *)pps; in mpp_hevc_decode_nal_pps()
[all …]
H A Dh265d_parser2_syntax.c57 const HEVCPPS *pps = (HEVCPPS *)h->pps_list[h->sh.pps_id]; in fill_picture_parameters()
70 pp->pps_id = h->sh.pps_id; in fill_picture_parameters()
264 const HEVCPPS *pps = (HEVCPPS *)h->pps_list[h->sh.pps_id]; in fill_scaling_lists()
H A Dh265d_parser.c531 if (openhevc_sh->pps_id != sh->pps_id) { in compare_sliceheader()
709 RK_U32 pps_id; in hls_slice_header() local
733 READ_UE(gb, &pps_id); in hls_slice_header()
735 if (pps_id >= MAX_PPS_COUNT || !s->pps_list[pps_id]) { in hls_slice_header()
736 mpp_err( "PPS id out of range: %d\n", pps_id); in hls_slice_header()
739 sh->pps_id = pps_id; in hls_slice_header()
740 if (pps_id != s->pre_pps_id) { in hls_slice_header()
742 s->pre_pps_id = pps_id; in hls_slice_header()
747 s->pps != (HEVCPPS*)s->pps_list[sh->pps_id]) { in hls_slice_header()
751 s->pps = (HEVCPPS*)s->pps_list[sh->pps_id]; in hls_slice_header()
H A Dh265d_parser.h292 RK_U32 pps_id; member
350 RK_U32 pps_id; member
/OK3568_Linux_fs/external/mpp/mpp/hal/rkdec/h265d/
H A Dhal_h265d_com.h78 RK_U32 pps_id; member
H A Dhal_h265d_com.c422 READ_UE(gb, &sh.pps_id); in hal_h265d_slice_output_rps()
424 if (sh.pps_id >= 64 ) { in hal_h265d_slice_output_rps()
425 mpp_err( "PPS id out of range: %d\n", sh.pps_id); in hal_h265d_slice_output_rps()
H A Dhal_h265d_vdpu34x.c300 mpp_put_bits(&bp, dxva_cxt->pp.pps_id , 6 ); in hal_h265d_v345_output_pps_packet()
423 addr = (dxva_cxt->pp.pps_id + 16) * 1360; in hal_h265d_v345_output_pps_packet()
527 mpp_put_bits(&bp, dxva_cxt->pp.pps_id , 6 ); in hal_h265d_output_pps_packet()
645 addr = (dxva_cxt->pp.pps_id + 16) * 1360; in hal_h265d_output_pps_packet()
H A Dhal_h265d_rkv.c349 mpp_put_bits(&bp, dxva_cxt->pp.pps_id , 6 ); in hal_h265d_v345_output_pps_packet()
560 mpp_put_bits(&bp, dxva_cxt->pp.pps_id , 6 ); in hal_h265d_output_pps_packet()
H A Dhal_h265d_vdpu382.c304 mpp_put_bits(&bp, dxva_cxt->pp.pps_id , 6 ); in hal_h265d_v382_output_pps_packet()
427 addr = (dxva_cxt->pp.pps_id + 16) * 1360; in hal_h265d_v382_output_pps_packet()
/OK3568_Linux_fs/external/mpp/mpp/common/
H A Dh265d_syntax.h174 UINT32 pps_id; member
H A Dh265e_syntax_new.h119 RK_U32 pps_id; member
/OK3568_Linux_fs/external/mpp/mpp/hal/rkdec/h264d/
H A Dhal_h264d_vdpu2_reg.h449 RK_U32 pps_id : 8; member
H A Dhal_h264d_vdpu2.c411 p_regs->sw114.pps_id = p_hal->slice_long[0].active_pps_id; in set_vlc_regs()
/OK3568_Linux_fs/external/mpp/mpp/codec/enc/h265/
H A Dh265e_syntax.c37 pp->pps_id = h->slice->m_ppsId; in fill_picture_parameters()
/OK3568_Linux_fs/external/mpp/mpp/hal/rkenc/h264e/
H A Dhal_h264e_vepu541_reg.h1661 RK_U32 pps_id : 8; member
H A Dhal_h264e_vepu540c_reg.h632 RK_U32 pps_id : 8; member
H A Dhal_h264e_vepu580_reg.h618 RK_U32 pps_id : 8; member
H A Dhal_h264e_vepu541.c575 regs->reg106.pps_id = slice->pic_parameter_set_id; in setup_vepu541_codec()
H A Dhal_h264e_vepu540c.c559 regs->reg_base.synt_sli0.pps_id = slice->pic_parameter_set_id; in setup_vepu540c_codec()
H A Dhal_h264e_vepu580.c904 regs->reg_base.synt_sli0.pps_id = slice->pic_parameter_set_id; in setup_vepu580_codec()
/OK3568_Linux_fs/external/mpp/mpp/hal/vpu/h264e/
H A Dhal_h264e_vepu1_v2.c506 val = VEPU_REG_PPS_ID(pps->pps_id) in hal_h264e_vepu1_gen_regs_v2()
H A Dhal_h264e_vepu2_v2.c566 val = VEPU_REG_PPS_ID(pps->pps_id) in hal_h264e_vepu2_gen_regs_v2()
/OK3568_Linux_fs/external/mpp/mpp/codec/dec/h264/
H A Dh264d_global.h850 RK_U32 pps_id; member