Home
last modified time | relevance | path

Searched refs:sps_id (Results 1 – 14 of 14) sorted by relevance

/OK3568_Linux_fs/external/mpp/mpp/codec/dec/h265/
H A Dh265d_ps.c642 if (openhevc_sps->sps_id != sps->sps_id) { in compare_sps()
836 if (openhevc_pps->sps_id != pps->sps_id) { in compare_pps()
1399 RK_U32 sps_id = 0; in mpp_hevc_decode_nal_sps() local
1444 READ_UE(gb, &sps_id); in mpp_hevc_decode_nal_sps()
1445 sps->sps_id = sps_id; in mpp_hevc_decode_nal_sps()
1446 if (sps_id >= MAX_SPS_COUNT) { in mpp_hevc_decode_nal_sps()
1447 mpp_err( "SPS id out of range: %d\n", sps_id); in mpp_hevc_decode_nal_sps()
1652 s->scaling_list_listen[sps_id] = 1; in mpp_hevc_decode_nal_sps()
1826 HEVCSPS *openhevc_sps = (HEVCSPS *)&info->sps[sps_id]; in mpp_hevc_decode_nal_sps()
1840 sps_id, sps->width, sps->height, in mpp_hevc_decode_nal_sps()
[all …]
H A Dh265d_parser2_syntax.c58 const HEVCSPS *sps = (HEVCSPS *)h->sps_list[pps->sps_id]; in fill_picture_parameters()
71 pp->sps_id = pps->sps_id; in fill_picture_parameters()
265 const HEVCSPS *sps = (HEVCSPS *)h->sps_list[pps->sps_id]; in fill_scaling_lists()
H A Dh265d_parser.h195 RK_U32 sps_id; member
291 RK_U32 sps_id; member
H A Dh265d_parser.c753 if (s->sps != (HEVCSPS*)s->sps_list[s->pps->sps_id]) { in hls_slice_header()
754 s->sps = (HEVCSPS*)s->sps_list[s->pps->sps_id]; in hls_slice_header()
/OK3568_Linux_fs/external/mpp/mpp/codec/enc/h264/
H A Dh264e_pps.c50 pps->sps_id = 0; in h264e_pps_update()
134 mpp_writer_put_ue(bit, pps->sps_id); in h264e_pps_to_packet()
H A Dh264e_pps.h27 RK_U32 sps_id; member
H A Dh264e_sps.h94 RK_U32 sps_id; member
H A Dh264e_sps.c160 sps->sps_id = 0; in h264e_sps_update()
296 mpp_writer_put_ue(bit, sps->sps_id); in h264e_sps_to_packet()
/OK3568_Linux_fs/external/mpp/mpp/common/
H A Dh265d_syntax.h175 UINT32 sps_id; member
H A Dh265e_syntax_new.h120 RK_U32 sps_id; member
/OK3568_Linux_fs/external/mpp/mpp/hal/rkdec/h265d/
H A Dhal_h265d_vdpu34x.c257 mpp_put_bits(&bp, dxva_cxt->pp.sps_id , 4); in hal_h265d_v345_output_pps_packet()
301 mpp_put_bits(&bp, dxva_cxt->pp.sps_id , 4 ); in hal_h265d_v345_output_pps_packet()
425 addr = dxva_cxt->pp.sps_id * 1360; in hal_h265d_v345_output_pps_packet()
486 mpp_put_bits(&bp, dxva_cxt->pp.sps_id , 4); in hal_h265d_output_pps_packet()
528 mpp_put_bits(&bp, dxva_cxt->pp.sps_id , 4 ); in hal_h265d_output_pps_packet()
647 addr = dxva_cxt->pp.sps_id * 1360; in hal_h265d_output_pps_packet()
H A Dhal_h265d_rkv.c305 mpp_put_bits(&bp, dxva_cxt->pp.sps_id , 4); in hal_h265d_v345_output_pps_packet()
350 mpp_put_bits(&bp, dxva_cxt->pp.sps_id , 4 ); in hal_h265d_v345_output_pps_packet()
519 mpp_put_bits(&bp, dxva_cxt->pp.sps_id , 4); in hal_h265d_output_pps_packet()
561 mpp_put_bits(&bp, dxva_cxt->pp.sps_id , 4 ); in hal_h265d_output_pps_packet()
H A Dhal_h265d_vdpu382.c261 mpp_put_bits(&bp, dxva_cxt->pp.sps_id , 4); in hal_h265d_v382_output_pps_packet()
305 mpp_put_bits(&bp, dxva_cxt->pp.sps_id , 4 ); in hal_h265d_v382_output_pps_packet()
429 addr = dxva_cxt->pp.sps_id * 1360; in hal_h265d_v382_output_pps_packet()
/OK3568_Linux_fs/external/mpp/mpp/codec/enc/h265/
H A Dh265e_syntax.c38 pp->sps_id = pps->m_SPSId; in fill_picture_parameters()