Home
last modified time | relevance | path

Searched refs:numMacroblocks (Results 1 – 10 of 10) sorted by relevance

/dports/multimedia/libva-intel-media-driver/media-driver-intel-media-22.1.1/media_driver/media_softlet/agnostic/Xe_M/Xe_M_base/codec/hal/dec/mpeg2/packet/
H A Ddecode_mpeg2_packet_xe_m_base.cpp75 …uint32_t numMacroblocks = m_mpeg2BasicFeature->m_picWidthInMb * m_mpeg2BasicFeature->m_picHeightIn… in Init() local
76 … uint32_t size = (m_sliceStatesSize * numMacroblocks) + m_hwInterface->m_sizeOfCmdBatchBufferEnd; in Init()
/dports/multimedia/libva-intel-media-driver/media-driver-intel-media-22.1.1/media_driver/agnostic/common/codec/hal/
H A Dcodechal_decode_mpeg2.cpp375 uint32_t numMacroblocks = m_picWidthInMb * m_picHeightInMb; in AllocateResources() local
380 …(PCODECHAL_VLD_SLICE_RECORD)MOS_AllocAndZeroMemory(numMacroblocks * sizeof(CODECHAL_VLD_SLICE_RECO… in AllocateResources()
387 …uint32_t size = (m_standardDecodeSizeNeeded * numMacroblocks) + m_hwInterface->m_sizeOfCmdBatchBuf… in AllocateResources()
442 m_copiedDataBufferSize = (numMacroblocks + 2) * in AllocateResources()
H A Dcodechal_decode_vp8.cpp941 uint32_t numMacroblocks = picWidthInMB * picHeightInMB; in AllocateResourcesVariableSizes() local
1044 if ((numMacroblocks > (uint32_t)m_picWidthInMbLastMaxAlloced * m_picHeightInMbLastMaxAlloced) || in AllocateResourcesVariableSizes()
1057 … MOS_MAX(numMacroblocks * CODECHAL_CACHELINE_SIZE * 2 / 8, 64), in AllocateResourcesVariableSizes()
H A Dcodechal_decode_avc.cpp782 uint32_t numMacroblocks, numSliceRecords; in AllocateResourcesVariableSizes() local
787 numMacroblocks = picWidthInMB * picHeightInMB; in AllocateResourcesVariableSizes()
789 numSliceRecords = numMacroblocks; in AllocateResourcesVariableSizes()
790 if (m_numSlices > numMacroblocks) in AllocateResourcesVariableSizes()
H A Dcodechal_decoder.cpp482 uint32_t numMacroblocks = in Allocate() local
485 … uint32_t streamOutBufSize = MOS_ALIGN_CEIL(numMacroblocks * CODEC_SIZE_MFX_STREAMOUT_DATA, 64); in Allocate()
/dports/multimedia/cmrtlib/media-driver-intel-media-20.1.1/media_driver/agnostic/common/codec/hal/
H A Dcodechal_decode_mpeg2.cpp375 uint32_t numMacroblocks = m_picWidthInMb * m_picHeightInMb; in AllocateResources() local
380 …(PCODECHAL_VLD_SLICE_RECORD)MOS_AllocAndZeroMemory(numMacroblocks * sizeof(CODECHAL_VLD_SLICE_RECO… in AllocateResources()
387 …uint32_t size = (m_standardDecodeSizeNeeded * numMacroblocks) + m_hwInterface->m_sizeOfCmdBatchBuf… in AllocateResources()
442 m_copiedDataBufferSize = (numMacroblocks + 2) * in AllocateResources()
H A Dcodechal_decode_vp8.cpp941 uint32_t numMacroblocks = picWidthInMB * picHeightInMB; in AllocateResourcesVariableSizes() local
1044 if ((numMacroblocks > (uint32_t)m_picWidthInMbLastMaxAlloced * m_picHeightInMbLastMaxAlloced) || in AllocateResourcesVariableSizes()
1057 … MOS_MAX(numMacroblocks * CODECHAL_CACHELINE_SIZE * 2 / 8, 64), in AllocateResourcesVariableSizes()
H A Dcodechal_decode_avc.cpp775 uint32_t numMacroblocks, numSliceRecords; in AllocateResourcesVariableSizes() local
780 numMacroblocks = picWidthInMB * picHeightInMB; in AllocateResourcesVariableSizes()
782 numSliceRecords = numMacroblocks; in AllocateResourcesVariableSizes()
783 if (m_numSlices > numMacroblocks) in AllocateResourcesVariableSizes()
H A Dcodechal_decoder.cpp474 uint32_t numMacroblocks = in Allocate() local
477 … uint32_t streamOutBufSize = MOS_ALIGN_CEIL(numMacroblocks * CODEC_SIZE_MFX_STREAMOUT_DATA, 64); in Allocate()
/dports/multimedia/libva-intel-media-driver/media-driver-intel-media-22.1.1/media_driver/media_softlet/agnostic/Xe_M/Xe_M_base/codec/hal/dec/avc/packet/
H A Ddecode_avc_picture_xe_m_base_packet.cpp139 uint32_t numMacroblocks = picWidthInMB * picHeightInMB; in AllocateVariableResources() local