Home
last modified time | relevance | path

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

12

/dports/multimedia/intel-media-sdk/MediaSDK-intel-mediasdk-22.1.0/_studio/mfx_lib/encode_hw/hevc/agnostic/base/
H A Dhevcehw_base_legacy.h260 , mfxU8(&RPL)[2][MAX_DPB_SIZE]
267 , const mfxU8(&RPL)[2][MAX_DPB_SIZE]
285 , const mfxU8 (&RPL)[2][MAX_DPB_SIZE] in IsCurrRef() argument
300 return mfxU8(MAX_DPB_SIZE); in GetDPBIdxByFO()
307 return mfxU8(MAX_DPB_SIZE); in GetDPBIdxByPoc()
H A Dhevcehw_base_data.h67 constexpr mfxU8 MAX_DPB_SIZE = 15; variable
709 } DpbFrame, DpbArray[MAX_DPB_SIZE];
799 mfxU8 RefPicList[2][MAX_DPB_SIZE] =
822 …inline bool isDpbEnd(DpbArray const & dpb, mfxU32 idx) { return idx >= MAX_DPB_SIZE || !isValid(dp… in isDpbEnd()
1195 , mfxU8(&)[2][MAX_DPB_SIZE]>; //out RPL
1204 , mfxU8(&)[2][MAX_DPB_SIZE]>; //out RPL
1215 , mfxU8(&)[2][MAX_DPB_SIZE]>; //out RPL
H A Dhevcehw_base_interlace.cpp146 , mfxU8(&RPL)[2][MAX_DPB_SIZE]) -> std::tuple<mfxU8, mfxU8> in Query1NoCaps()
151 auto nRefLX = prev(par, DPB, MAX_DPB_SIZE, MAX_DPB_SIZE, cur, RPL); in Query1NoCaps()
H A Dhevcehw_base_legacy_defaults.cpp1107 , mfxU8(&RPL)[2][MAX_DPB_SIZE]) in RPLFromExt() argument
1120 l0 += (idx < MAX_DPB_SIZE) && (l0 < maxL0); in RPLFromExt()
1129 l1 += (idx < MAX_DPB_SIZE) && (l1 < maxL1); in RPLFromExt()
1148 , mfxU8(&RPL)[2][MAX_DPB_SIZE]) in RPLMod() argument
1214 , mfxU8(&RPL)[2][MAX_DPB_SIZE]) in RPL() argument
1304 , mfxU8(&RPL)[2][MAX_DPB_SIZE]) in RPLFromCtrl() argument
1336 , [&](mfxU8 ref) { return ref >= MAX_DPB_SIZE; }); in RPLFromCtrl()
1338 mfxU8 tmpRPL[2][MAX_DPB_SIZE + 2] = {}; in RPLFromCtrl()
1341 std::fill(std::next(tmpRPL[0], MAX_DPB_SIZE), std::end(tmpRPL[0]), IDX_INVALID); in RPLFromCtrl()
1342 std::fill(std::next(tmpRPL[1], MAX_DPB_SIZE), std::end(tmpRPL[1]), IDX_INVALID); in RPLFromCtrl()
H A Dhevcehw_base_legacy.cpp2367 Remove(task.DPB.After, 0, MAX_DPB_SIZE * isIDR); in ConfigureTask()
2610 Remove(task.DPB.Active, 0, MAX_DPB_SIZE); in InitDPB()
2622 Remove(task.DPB.Active, 0, MAX_DPB_SIZE); in InitDPB()
2733 idx += !!dpb[idx].isLTR * MAX_DPB_SIZE; in UpdateDPB()
2738 markLTR.remove(mfxU16(MAX_DPB_SIZE)); in UpdateDPB()
2761 , mfxU8(&RPL)[2][MAX_DPB_SIZE] in ConstructRPL() argument
2818 , const mfxU8(&RPL)[2][MAX_DPB_SIZE] in ConstructSTRPS() argument
3136 mfxU8 rpl[2][MAX_DPB_SIZE]; in SetSTRPS()
4504 mfxU8 const (&RPL)[2][MAX_DPB_SIZE], in isCurrLt() argument
4556 mfxI32 DPBLT[MAX_DPB_SIZE] = {}; in GetSliceHeaderLTRs()
[all …]
/dports/multimedia/intel-media-sdk/MediaSDK-intel-mediasdk-22.1.0/samples/sample_hevc_fei/src/
H A Dhevc_fei_preenc.cpp351 if (dpbRefIdxPair.RefL0 < MAX_DPB_SIZE) in PreEncOneFrame()
358 if (dpbRefIdxPair.RefL1 < MAX_DPB_SIZE) in PreEncOneFrame()
421 mfxU8 const (&RPL)[2][MAX_DPB_SIZE] = task.m_refPicList; in PreEncMultiFrames()
432 if (RPL[0][idxL0] < MAX_DPB_SIZE) in PreEncMultiFrames()
440 if (RPL[1][idxL1] < MAX_DPB_SIZE && !task.m_ldb) in PreEncMultiFrames()
703 if (task->m_refPicList[0][idxL0] < MAX_DPB_SIZE) in PreEncFrame()
706 if (task->m_refPicList[1][idxL1] < MAX_DPB_SIZE) in PreEncFrame()
H A Dhevc_fei_encode.cpp363 const mfxU8 (&RPL)[2][MAX_DPB_SIZE] = task.m_refPicList; in FillHEVCRefLists()
372 for (mfxU32 i = 0; i < MAX_DPB_SIZE; ++i) in FillHEVCRefLists()
375 if (idx < MAX_DPB_SIZE) in FillHEVCRefLists()
H A Dref_list_manager.cpp220 …inline bool isDpbEnd(HevcDpbArray const & dpb, mfxU32 idx) { return idx >= MAX_DPB_SIZE || !isVali… in isDpbEnd()
287 return mfxU8(MAX_DPB_SIZE); in GetDPBIdxByFO()
423 if (end < MAX_DPB_SIZE) in UpdateDPB()
494 mfxU8(&RPL)[2][MAX_DPB_SIZE], in ConstructRPL() argument
500 mfxU8 LTR[MAX_DPB_SIZE] = {}; in ConstructRPL()
981 const HevcDpbFrame *beg = task.m_dpb[TASK_DPB_ACTIVE], *end = beg + MAX_DPB_SIZE; in ConstructRPL()
/dports/multimedia/libxine/xine-lib-1.2.11/src/video_dec/libvdpau/
H A Dalterh264_decode.c33 #define MAX_DPB_SIZE 16 macro
132 for (i = 0; i < MAX_DPB_SIZE; i++) in dpb_print()
157 for (i = 0; i < MAX_DPB_SIZE; i++) in dpb_clear_all_pts()
173 for (i = 0; i < MAX_DPB_SIZE; i++) in dpb_reset()
208 if (i == (MAX_DPB_SIZE - 1)) in dpb_remove()
217 int i = MAX_DPB_SIZE - 1; in dpb_get_prev_ref()
298 for (i = 0; i < MAX_DPB_SIZE; i++) in dpb_get_PicNum()
351 max = (max > MAX_DPB_SIZE) ? MAX_DPB_SIZE : max; in dbp_append()
407 if (i < MAX_DPB_SIZE) in dbp_append()
1590 while (i < MAX_DPB_SIZE) in decode_picnum()
[all …]
/dports/multimedia/intel-media-sdk/MediaSDK-intel-mediasdk-22.1.0/samples/sample_hevc_fei/include/
H A Dsample_hevc_fei_defs.h224 MAX_DPB_SIZE = 15, enumerator
286 typedef HevcDpbFrame HevcDpbArray[MAX_DPB_SIZE];
291 mfxU8 m_refPicList[2][MAX_DPB_SIZE]; // index in dpb
H A Dref_list_manager.h127 m_ds_pSurf.resize(MAX_DPB_SIZE); in Reset()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/ffmpeg/libavcodec/
H A Dvaapi_encode.h41 MAX_DPB_SIZE = 16, enumerator
106 struct VAAPIEncodePicture *dpb[MAX_DPB_SIZE];
H A Dvaapi_encode_h264.c883 VAAPIEncodePicture *discard_list[MAX_DPB_SIZE]; in vaapi_encode_h264_init_slice_params()
920 VAAPIEncodePicture *def_l0[MAX_DPB_SIZE], *def_l1[MAX_DPB_SIZE]; in vaapi_encode_h264_init_slice_params()
H A Dvaapi_encode_h265.c903 int rps_poc[MAX_DPB_SIZE]; in vaapi_encode_h265_init_slice_params()
904 int rps_used[MAX_DPB_SIZE]; in vaapi_encode_h265_init_slice_params()
/dports/multimedia/handbrake/ffmpeg-4.4/libavcodec/
H A Dvaapi_encode.h42 MAX_DPB_SIZE = 16, enumerator
112 struct VAAPIEncodePicture *dpb[MAX_DPB_SIZE];
H A Dvaapi_encode_h264.c863 VAAPIEncodePicture *discard_list[MAX_DPB_SIZE]; in vaapi_encode_h264_init_slice_params()
900 VAAPIEncodePicture *def_l0[MAX_DPB_SIZE], *def_l1[MAX_DPB_SIZE]; in vaapi_encode_h264_init_slice_params()
H A Dvaapi_encode_h265.c917 int rps_poc[MAX_DPB_SIZE]; in vaapi_encode_h265_init_slice_params()
918 int rps_used[MAX_DPB_SIZE]; in vaapi_encode_h265_init_slice_params()
/dports/multimedia/ffmpeg/ffmpeg-4.4.1/libavcodec/
H A Dvaapi_encode.h42 MAX_DPB_SIZE = 16, enumerator
112 struct VAAPIEncodePicture *dpb[MAX_DPB_SIZE];
H A Dvaapi_encode_h264.c863 VAAPIEncodePicture *discard_list[MAX_DPB_SIZE]; in vaapi_encode_h264_init_slice_params()
900 VAAPIEncodePicture *def_l0[MAX_DPB_SIZE], *def_l1[MAX_DPB_SIZE]; in vaapi_encode_h264_init_slice_params()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ffmpeg/libavcodec/
H A Dvaapi_encode.h42 MAX_DPB_SIZE = 16, enumerator
112 struct VAAPIEncodePicture *dpb[MAX_DPB_SIZE];
H A Dvaapi_encode_h264.c882 VAAPIEncodePicture *discard_list[MAX_DPB_SIZE]; in vaapi_encode_h264_init_slice_params()
919 VAAPIEncodePicture *def_l0[MAX_DPB_SIZE], *def_l1[MAX_DPB_SIZE]; in vaapi_encode_h264_init_slice_params()
/dports/multimedia/libva-intel-media-driver/media-driver-intel-media-22.1.1/media_softlet/agnostic/common/codec/hal/enc/shared/bitstreamWriter/
H A Dbitstream_writer.h51 constexpr mfxU8 MAX_DPB_SIZE = 15; variable
/dports/emulators/vice/vice-3.5/src/lib/libffmpeg/libavcodec/
H A Dhevc_ps.c412 … if (vps->vps_max_dec_pic_buffering[i] > MAX_DPB_SIZE || !vps->vps_max_dec_pic_buffering[i]) { in ff_hevc_decode_nal_vps()
861 if (sps->temporal_layer[i].max_dec_pic_buffering > MAX_DPB_SIZE) { in ff_hevc_decode_nal_sps()
871 sps->temporal_layer[i].num_reorder_pics > MAX_DPB_SIZE - 1) { in ff_hevc_decode_nal_sps()
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/lib/libffmpeg/libavcodec/
H A Dhevc_ps.c412 … if (vps->vps_max_dec_pic_buffering[i] > MAX_DPB_SIZE || !vps->vps_max_dec_pic_buffering[i]) { in ff_hevc_decode_nal_vps()
861 if (sps->temporal_layer[i].max_dec_pic_buffering > MAX_DPB_SIZE) { in ff_hevc_decode_nal_sps()
871 sps->temporal_layer[i].num_reorder_pics > MAX_DPB_SIZE - 1) { in ff_hevc_decode_nal_sps()
/dports/graphics/libbpg/libbpg-0.9.8/libavcodec/
H A Dhevc_ps.c450 … if (vps->vps_max_dec_pic_buffering[i] > MAX_DPB_SIZE || !vps->vps_max_dec_pic_buffering[i]) { in ff_hevc_decode_nal_vps()
1012 if (sps->temporal_layer[i].max_dec_pic_buffering > MAX_DPB_SIZE) { in ff_hevc_decode_nal_sps()
1022 sps->temporal_layer[i].num_reorder_pics > MAX_DPB_SIZE - 1) { in ff_hevc_decode_nal_sps()

12