Home
last modified time | relevance | path

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

12

/dports/multimedia/intel-media-sdk/MediaSDK-intel-mediasdk-22.1.0/_studio/shared/umc/codec/h265_dec/src/
H A Dumc_h265_sei.cpp31 int32_t H265HeadersBitstream::ParseSEI(const HeaderSet<H265SeqParamSet> & sps, int32_t current_sps,… in ParseSEI() argument
33 return sei_message(sps,current_sps,spl); in ParseSEI()
37 …Bitstream::sei_message(const HeaderSet<H265SeqParamSet> & sps, int32_t current_sps, H265SEIPayLoad… in sei_message() argument
91 int32_t ret = sei_payload(sps, current_sps, spl); in sei_message()
110 return pic_timing(sps,current_sps,spl); in sei_payload()
112 return recovery_point(sps,current_sps,spl); in sei_payload()
115 return reserved_sei_message(sps,current_sps,spl); in sei_payload()
121 const H265SeqParamSet *csps = sps.GetHeader(current_sps); in pic_timing()
169 return current_sps; in pic_timing()
182 return current_sps; in recovery_point()
[all …]
/dports/multimedia/onevpl/oneVPL-2022.0.6/tools/legacy/sample_common/include/
H A Davc_bitstream.h98 mfxI32 GetSEI(const HeaderSet<AVCSeqParamSet>& sps, mfxI32 current_sps, AVCSEIPayLoad* spl);
107 mfxI32 current_sps,
110 mfxI32 current_sps,
113 mfxI32 current_sps,
/dports/multimedia/intel-media-sdk/MediaSDK-intel-mediasdk-22.1.0/samples/sample_common/include/
H A Davc_bitstream.h124 mfxI32 GetSEI(const HeaderSet<AVCSeqParamSet> & sps, mfxI32 current_sps, AVCSEIPayLoad *spl);
133 …mfxI32 GetSEIPayload(const HeaderSet<AVCSeqParamSet> & sps, mfxI32 current_sps, AVCSEIPayLoad *spl…
134 …mfxI32 recovery_point(const HeaderSet<AVCSeqParamSet> & sps, mfxI32 current_sps, AVCSEIPayLoad *sp…
135 …mfxI32 reserved_sei_message(const HeaderSet<AVCSeqParamSet> & sps, mfxI32 current_sps, AVCSEIPayLo…
/dports/multimedia/intel-media-sdk/MediaSDK-intel-mediasdk-22.1.0/_studio/shared/umc/codec/h265_dec/include/
H A Dumc_h265_bitstream_headers.h300 …int32_t ParseSEI(const HeaderSet<H265SeqParamSet> & sps, int32_t current_sps, H265SEIPayLoad *spl);
347 …int32_t sei_message(const HeaderSet<H265SeqParamSet> & sps,int32_t current_sps,H265SEIPayLoad *spl…
349 …int32_t sei_payload(const HeaderSet<H265SeqParamSet> & sps, int32_t current_sps, H265SEIPayLoad *s…
351 …int32_t pic_timing(const HeaderSet<H265SeqParamSet> & sps, int32_t current_sps, H265SEIPayLoad *sp…
353 …int32_t recovery_point(const HeaderSet<H265SeqParamSet> & sps, int32_t current_sps, H265SEIPayLoad…
356 …int32_t reserved_sei_message(const HeaderSet<H265SeqParamSet> & sps, int32_t current_sps, H265SEIP…
/dports/graphics/digikam/digikam-7.4.0/core/libs/heifutils/libde265/
H A Ddecctx.cc238 current_sps = NULL; in decoder_context()
376 ctx->current_sps = NULL; in reset()
598 dump_sei(&sei, current_sps.get()); in read_sei_NAL()
1373 int MaxPicOrderCntLsb = current_sps->MaxPicOrderCntLsb; in process_picture_order_count()
1418 int idx = dpb.new_image(current_sps, this, 0,0, false); in generate_unavailable_reference_picture()
1988 current_sps = sps[ (int)current_pps->seq_parameter_set_id ]; in process_slice_segment_header()
1989 current_vps = vps[ (int)current_sps->video_parameter_set_id ]; in process_slice_segment_header()
2005 seq_parameter_set* sps = current_sps.get(); in process_slice_segment_header()
2023 img->set_headers(current_vps, current_sps, current_pps); in process_slice_segment_header()
2140 if (current_sps) { return current_sps->sps_max_sub_layers-1; } in get_highest_TID()
[all …]
H A Dthreads.cc150 int w = pool->tasks[0].data.task_ctb.ctx->current_sps->PicWidthInCtbsY;
151 int h = pool->tasks[0].data.task_ctb.ctx->current_sps->PicHeightInCtbsY;
H A Dvisualize.cc36 for (int ctbY=0;ctbY<ctx->current_sps->PicHeightInCtbsY;ctbY++)
37 for (int ctbX=0;ctbX<ctx->current_sps->PicWidthInCtbsY;ctbX++)
H A Ddecctx.h396 std::shared_ptr<seq_parameter_set> current_sps; variable
/dports/multimedia/libde265/libde265-1.0.2/libde265/
H A Ddecctx.cc235 current_sps = NULL; in decoder_context()
373 ctx->current_sps = NULL; in reset()
594 if ((err=read_sei(&reader,&sei, suffix, current_sps)) == DE265_OK) { in read_sei_NAL()
595 dump_sei(&sei, current_sps); in read_sei_NAL()
1391 int MaxPicOrderCntLsb = ctx->current_sps->MaxPicOrderCntLsb; in process_picture_order_count()
1435 int idx = ctx->dpb.new_image(ctx->current_sps, this, 0,0, false); in generate_unavailable_reference_picture()
1565 - ctx->DeltaPocMsbCycleLt[i] * ctx->current_sps->MaxPicOrderCntLsb; in process_reference_picture_set()
1991 ctx->current_sps = &ctx->sps[ (int)ctx->current_pps->seq_parameter_set_id ]; in process_slice_segment_header()
2008 seq_parameter_set* sps = ctx->current_sps; in process_slice_segment_header()
2143 if (current_sps) { return current_sps->sps_max_sub_layers-1; } in get_highest_TID()
[all …]
H A Dthreads.cc150 int w = pool->tasks[0].data.task_ctb.ctx->current_sps->PicWidthInCtbsY;
151 int h = pool->tasks[0].data.task_ctb.ctx->current_sps->PicHeightInCtbsY;
H A Dvisualize.cc36 for (int ctbY=0;ctbY<ctx->current_sps->PicHeightInCtbsY;ctbY++)
37 for (int ctbX=0;ctbX<ctx->current_sps->PicWidthInCtbsY;ctbX++)
H A Ddecctx.h389 seq_parameter_set* current_sps; variable
/dports/multimedia/intel-media-sdk/MediaSDK-intel-mediasdk-22.1.0/_studio/shared/umc/codec/h264_dec/include/
H A Dumc_h264_bitstream_headers.h208 …int32_t sei_message(const Headers & headers, int32_t current_sps, UMC_H264_DECODER::H264SEIPayLoad…
209 …int32_t sei_payload(const Headers & headers, int32_t current_sps, UMC_H264_DECODER::H264SEIPayLoad…
211 …int32_t pic_timing(const Headers & headers, int32_t current_sps, UMC_H264_DECODER::H264SEIPayLoad …
214 …int32_t dec_ref_pic_marking_repetition(const Headers & headers, int32_t current_sps, UMC_H264_DECO…
/dports/multimedia/intel-media-sdk/MediaSDK-intel-mediasdk-22.1.0/_studio/shared/umc/codec/h264_dec/src/
H A Dumc_h264_dec_bitstream_headers.cpp2366 int32_t current_sps = headers.m_SeqParams.GetCurrentID(); in ParseSEI() local
2367 return sei_message(headers, current_sps, spl); in ParseSEI()
2427 int32_t ret = sei_payload(headers, current_sps, spl); in sei_message()
2444 buffering_period(headers, current_sps,spl); in sei_payload()
2447 pic_timing(headers,current_sps,spl); in sei_payload()
2450 dec_ref_pic_marking_repetition(headers,current_sps,spl); in sei_payload()
2483 return current_sps; in sei_payload()
2528 if (current_sps == -1) in pic_timing()
2600 return current_sps; in pic_timing()
2647 if (current_sps == -1) in dec_ref_pic_marking_repetition()
[all …]
/dports/multimedia/onevpl/oneVPL-2022.0.6/tools/legacy/sample_common/src/
H A Davc_bitstream.cpp1745 mfxI32 current_sps, in GetSEI() argument
1797 mfxI32 ret = GetSEIPayload(sps, current_sps, spl); in GetSEI()
1810 mfxI32 current_sps, in GetSEIPayload() argument
1814 return recovery_point(sps, current_sps, spl); in GetSEIPayload()
1816 return reserved_sei_message(sps, current_sps, spl); in GetSEIPayload()
1821 mfxI32 current_sps, in reserved_sei_message() argument
1825 return current_sps; in reserved_sei_message()
1829 mfxI32 current_sps, in recovery_point() argument
1842 return current_sps; in recovery_point()
/dports/multimedia/intel-media-sdk/MediaSDK-intel-mediasdk-22.1.0/samples/sample_common/src/
H A Davc_bitstream.cpp1991 mfxI32 AVCHeadersBitstream::GetSEI(const HeaderSet<AVCSeqParamSet> & sps, mfxI32 current_sps, AVCSE… in GetSEI() argument
2046 mfxI32 ret = GetSEIPayload(sps, current_sps, spl); in GetSEI()
2059 mfxI32 AVCHeadersBitstream::GetSEIPayload(const HeaderSet<AVCSeqParamSet> & sps, mfxI32 current_sps in GetSEIPayload() argument
2064 return recovery_point(sps,current_sps,spl); in GetSEIPayload()
2066 return reserved_sei_message(sps,current_sps,spl); in GetSEIPayload()
2070 …tream::reserved_sei_message(const HeaderSet<AVCSeqParamSet> & , mfxI32 current_sps, AVCSEIPayLoad … in reserved_sei_message() argument
2075 return current_sps; in reserved_sei_message()
2078 mfxI32 AVCHeadersBitstream::recovery_point(const HeaderSet<AVCSeqParamSet> & , mfxI32 current_sps, … in recovery_point() argument
2091 return current_sps; in recovery_point()
/dports/emulators/vice/vice-3.5/src/lib/libffmpeg/libavcodec/
H A Dhevc_parser.c334 av_buffer_unref(&h->current_sps); in hevc_close()
H A Dhevc_ps.c1107 av_buffer_unref(&s->current_sps); in ff_hevc_decode_nal_sps()
1108 s->current_sps = av_buffer_ref(s->sps_list[sps_id]); in ff_hevc_decode_nal_sps()
1109 if (!s->current_sps) in ff_hevc_decode_nal_sps()
H A Dhevc.c3144 av_buffer_unref(&s->current_sps); in hevc_decode_free()
3270 av_buffer_unref(&s->current_sps); in hevc_update_thread_context()
3271 if (s0->current_sps) { in hevc_update_thread_context()
3272 s->current_sps = av_buffer_ref(s0->current_sps); in hevc_update_thread_context()
3273 if (!s->current_sps) in hevc_update_thread_context()
H A Dhevc.h822 AVBufferRef *current_sps; member
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/lib/libffmpeg/libavcodec/
H A Dhevc_parser.c334 av_buffer_unref(&h->current_sps); in hevc_close()
H A Dhevc_ps.c1107 av_buffer_unref(&s->current_sps); in ff_hevc_decode_nal_sps()
1108 s->current_sps = av_buffer_ref(s->sps_list[sps_id]); in ff_hevc_decode_nal_sps()
1109 if (!s->current_sps) in ff_hevc_decode_nal_sps()
H A Dhevc.c3144 av_buffer_unref(&s->current_sps); in hevc_decode_free()
3270 av_buffer_unref(&s->current_sps); in hevc_update_thread_context()
3271 if (s0->current_sps) { in hevc_update_thread_context()
3272 s->current_sps = av_buffer_ref(s0->current_sps); in hevc_update_thread_context()
3273 if (!s->current_sps) in hevc_update_thread_context()
/dports/graphics/libbpg/libbpg-0.9.8/libavcodec/
H A Dhevc_ps.c1283 av_buffer_unref(&s->current_sps); in ff_hevc_decode_nal_sps()
1284 s->current_sps = av_buffer_ref(s->sps_list[sps_id]); in ff_hevc_decode_nal_sps()
1285 if (!s->current_sps) in ff_hevc_decode_nal_sps()
H A Dhevc.c3309 av_buffer_unref(&s->current_sps); in hevc_decode_free()
3442 av_buffer_unref(&s->current_sps); in hevc_update_thread_context()
3443 if (s0->current_sps) { in hevc_update_thread_context()
3444 s->current_sps = av_buffer_ref(s0->current_sps); in hevc_update_thread_context()
3445 if (!s->current_sps) in hevc_update_thread_context()

12