Home
last modified time | relevance | path

Searched refs:m_mfdIntraRowStoreScratchBufferPicWidthInMb (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/intel-media-driver/media_driver/agnostic/common/codec/hal/
H A Dcodechal_decode_vp8.cpp974 …maxMfdIntraRowStoreScratchBufferPicWidthInMB = MOS_MAX(m_mfdIntraRowStoreScratchBufferPicWidthInMb in AllocateResourcesVariableSizes()
976 …if ((maxMfdIntraRowStoreScratchBufferPicWidthInMB > m_mfdIntraRowStoreScratchBufferPicWidthInMb) || in AllocateResourcesVariableSizes()
996 m_mfdIntraRowStoreScratchBufferPicWidthInMb = maxMfdIntraRowStoreScratchBufferPicWidthInMB; in AllocateResourcesVariableSizes()
1545 m_mfdIntraRowStoreScratchBufferPicWidthInMb(0), in CodechalDecodeVp8()
H A Dcodechal_decode_avc.h390 …uint16_t m_mfdIntraRowStoreScratchBufferPicWidthInMb; //!< Mfd Intra RowStore Scra… variable
H A Dcodechal_decode_vp8.h604 uint16_t m_mfdIntraRowStoreScratchBufferPicWidthInMb; variable
H A Dcodechal_decode_avc.cpp966 …empMfdIntraRowStoreScratchBufferPicWidthInMB = MOS_MAX(m_mfdIntraRowStoreScratchBufferPicWidthInMb in AllocateResourcesVariableSizes()
968 …if ((tempMfdIntraRowStoreScratchBufferPicWidthInMB > m_mfdIntraRowStoreScratchBufferPicWidthInMb) … in AllocateResourcesVariableSizes()
987 m_mfdIntraRowStoreScratchBufferPicWidthInMb = tempMfdIntraRowStoreScratchBufferPicWidthInMB; in AllocateResourcesVariableSizes()
2196 m_mfdIntraRowStoreScratchBufferPicWidthInMb = 0; in CodechalDecodeAvc()