Home
last modified time | relevance | path

Searched refs:mfxExtVP9Segmentation (Results 1 – 18 of 18) sorted by relevance

/dports/multimedia/intel-media-sdk/MediaSDK-intel-mediasdk-22.1.0/_studio/mfx_lib/encode_hw/vp9/include/
H A Dmfx_vp9_encode_hw_utils.h283 BIND_EXTBUF_TYPE_TO_ID (mfxExtVP9Segmentation, MFX_EXTBUFF_VP9_SEGMENTATION);
557 mfxExtVP9Segmentation m_extSeg;
676 mfxExtVP9Segmentation const * m_pPrevSegment;
880 inline bool AllMandatorySegMapParams(mfxExtVP9Segmentation const & seg)
887 inline bool AnyMandatorySegMapParam(mfxExtVP9Segmentation const & seg)
898 inline bool CompareSegmentMaps(mfxExtVP9Segmentation const & first, mfxExtVP9Segmentation const & s…
908 inline bool CompareSegmentParams(mfxExtVP9Segmentation const & first, mfxExtVP9Segmentation const &…
916 inline void CopySegmentationBuffer(mfxExtVP9Segmentation & dst, mfxExtVP9Segmentation const & src)
928 inline void CombineInitAndRuntimeSegmentBuffers(mfxExtVP9Segmentation & runtime, mfxExtVP9Segmentat…
H A Dmfx_vp9_encode_hw.h55 m_prevSegment.Header.BufferSz = sizeof(mfxExtVP9Segmentation); in MFXVideoENCODEVP9_HW()
198 mfxExtVP9Segmentation m_prevSegment;
/dports/multimedia/intel-media-sdk/MediaSDK-intel-mediasdk-22.1.0/_studio/mfx_lib/encode_hw/vp9/src/
H A Dmfx_vp9_encode_hw_par.cpp213 inline void SetOrCopy(mfxExtVP9Segmentation *pDst, mfxExtVP9Segmentation const *pSrc = 0, bool zero… in SetOrCopy()
385 mfxExtVP9Segmentation* pSegDst = GetExtBuffer(defaultsDst); in InheritDefaults()
386 mfxExtVP9Segmentation* pSegSrc = GetExtBuffer(defaultsSrc); in InheritDefaults()
431 CLEAN_OUT_NONCONFIGURABLE_PARAMETERS(mfxExtVP9Segmentation); in CleanOutNonconfigurableParameters()
718 mfxStatus CheckSegmentationParam(mfxExtVP9Segmentation& seg, mfxU32 frameWidth, mfxU32 frameHeight,… in CheckSegmentationParam()
1505 mfxExtVP9Segmentation& seg = GetExtBufferRef(par); in CheckParameters()
1853 mfxExtVP9Segmentation const & seg = GetExtBufferRef(par); in CheckParametersAndSetDefaults()
1995 mfxExtVP9Segmentation* seg = GetExtBuffer(ctrl); in CheckAndFixCtrl()
2026 mfxExtVP9Segmentation const & segInit = GetExtBufferRef(video); in CheckAndFixCtrl()
2047 mfxExtVP9Segmentation* seg_video = GetExtBuffer(video); in CheckAndFixCtrl()
H A Dmfx_vp9_encode_hw_utils.cpp199 if (mfxExtVP9Segmentation * opts = GetExtBuffer(par)) in Construct()
332 mfxExtVP9Segmentation const & seg = GetActualExtBufferRef(par, task.m_ctrl); in SetFramesParams()
H A Dmfx_vp9_encode_hw.cpp554 const mfxExtVP9Segmentation& seg = GetExtBufferRef(parAfterReset); in Reset()
864 mfxExtVP9Segmentation const & seg = GetActualExtBufferRef(curMfxPar, newFrame.m_ctrl); in Execute()
H A Dmfx_vp9_encode_hw_vaapi.cpp278 mfxExtVP9Segmentation const & seg = GetActualExtBufferRef(*task.m_pParam, task.m_ctrl); in FillSegMap()
/dports/multimedia/onevpl/oneVPL-2022.0.6/preview/python/binding/
H A Dmfxstructures.cpp1520 py::class_<mfxExtVP9Segmentation, std::shared_ptr<mfxExtVP9Segmentation>>( in init_mfxstructures()
1526 &mfxExtVP9Segmentation::Header, in init_mfxstructures()
1529 &mfxExtVP9Segmentation::NumSegments, in init_mfxstructures()
1533 [](mfxExtVP9Segmentation *self) { in init_mfxstructures()
1538 &mfxExtVP9Segmentation::SegmentIdBlockSize, in init_mfxstructures()
1541 &mfxExtVP9Segmentation::NumSegmentIdAlloc, in init_mfxstructures()
1545 [](mfxExtVP9Segmentation *self) { in init_mfxstructures()
H A Dextension_buffer.cpp391 mfxExtVP9Segmentation, in init_extension_buffer()
/dports/multimedia/intel-media-sdk/MediaSDK-intel-mediasdk-22.1.0/api/mediasdk_structures/
H A Dts_ext_buffers_decl.h72 EXTBUF(mfxExtVP9Segmentation , MFX_EXTBUFF_VP9_SEGMENTATION )
H A Dts_struct_decl.h1249 STRUCT(mfxExtVP9Segmentation,
/dports/multimedia/intel-media-sdk/MediaSDK-intel-mediasdk-22.1.0/_studio/shared/src/
H A Dmfx_static_assert_structs.cpp397 MSDK_STATIC_ASSERT_STRUCT_SIZE(mfxExtVP9Segmentation ,384 )
519 MSDK_STATIC_ASSERT_STRUCT_SIZE(mfxExtVP9Segmentation ,384 )
1547 …MSDK_STATIC_ASSERT_STRUCT_OFFSET(mfxExtVP9Segmentation ,Header …
1548 …MSDK_STATIC_ASSERT_STRUCT_OFFSET(mfxExtVP9Segmentation ,NumSegments …
1549 …MSDK_STATIC_ASSERT_STRUCT_OFFSET(mfxExtVP9Segmentation ,Segment …
1550 …MSDK_STATIC_ASSERT_STRUCT_OFFSET(mfxExtVP9Segmentation ,SegmentIdBlockSize …
1551 …MSDK_STATIC_ASSERT_STRUCT_OFFSET(mfxExtVP9Segmentation ,NumSegmentIdAlloc …
1552 …MSDK_STATIC_ASSERT_STRUCT_OFFSET(mfxExtVP9Segmentation ,SegmentId …
2339 …MSDK_STATIC_ASSERT_STRUCT_OFFSET(mfxExtVP9Segmentation ,Header …
2340 …MSDK_STATIC_ASSERT_STRUCT_OFFSET(mfxExtVP9Segmentation ,NumSegments …
[all …]
/dports/multimedia/intel-media-sdk/MediaSDK-intel-mediasdk-22.1.0/tools/tracer/dumps/
H A Ddump.h482 … str += dump(name, *((mfxExtVP9Segmentation*)_struct.ExtParam[i])) + "\n"; in dump_mfxExtParams()
612 DEFINE_DUMP_FUNCTION(mfxExtVP9Segmentation);
H A Ddump_mfxstructures.cpp1457 std::string DumpContext::dump(const std::string structName, const mfxExtVP9Segmentation &_struct) in dump()
/dports/multimedia/onevpl/oneVPL-2022.0.6/api/vpl/
H A Dmfxstructures.h4123 } mfxExtVP9Segmentation; typedef
/dports/multimedia/obs-studio/obs-studio-27.1.3/plugins/obs-qsv11/libmfx/include/msdk/include/
H A Dmfxstructures.h2257 } mfxExtVP9Segmentation; typedef
/dports/multimedia/onevpl/oneVPL-2022.0.6/api/vpl/preview/
H A Dextension_buffer.hpp1244 mfxExtVP9Segmentation,
/dports/multimedia/intel-media-sdk/MediaSDK-intel-mediasdk-22.1.0/api/include/
H A Dmfxstructures.h2257 } mfxExtVP9Segmentation; typedef
/dports/multimedia/intel-media-sdk/MediaSDK-intel-mediasdk-22.1.0/doc/
H A Dmediasdk-man.md223 * [mfxExtVP9Segmentation](#mfxExtVP9Segmentation)
7520 ## <a id='mfxExtVP9Segmentation'>mfxExtVP9Segmentation</a>
7545 } mfxExtVP9Segmentation;
7552mfxExtVP9Segmentation` structure with correct settings should be passed to the encoder. It can be …
7568 … is specified by application and is constant for whole frame. If `mfxExtVP9Segmentation` is attach…
7571 …ut of valid range, segmentation map cannot be applied. If buffer `mfxExtVP9Segmentation` is attach…
8656 … structure with VP9 segmentation parameters. See the [mfxExtVP9Segmentation](#mfxExtVP9Segmentatio…
9662 … in segmentation map. These values are used with the [mfxExtVP9Segmentation](#mfxExtVP9Segmentatio…