Home
last modified time | relevance | path

Searched refs:m_bsdMpcRowStoreScratchBufferPicWidthInMb (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.cpp1002 …maxBsdMpcRowStoreScratchBufferPicWidthInMB = MOS_MAX(m_bsdMpcRowStoreScratchBufferPicWidthInMb, (m… in AllocateResourcesVariableSizes()
1004 … if ((maxBsdMpcRowStoreScratchBufferPicWidthInMB > m_bsdMpcRowStoreScratchBufferPicWidthInMb) || in AllocateResourcesVariableSizes()
1023 m_bsdMpcRowStoreScratchBufferPicWidthInMb = maxBsdMpcRowStoreScratchBufferPicWidthInMB; in AllocateResourcesVariableSizes()
1546 m_bsdMpcRowStoreScratchBufferPicWidthInMb(0), in CodechalDecodeVp8()
H A Dcodechal_decode_avc.h389 …uint16_t m_bsdMpcRowStoreScratchBufferPicWidthInMb; //!< Bsd Mpc RowStore Scratc… variable
H A Dcodechal_decode_vp8.h605 uint16_t m_bsdMpcRowStoreScratchBufferPicWidthInMb; variable
H A Dcodechal_decode_avc.cpp939 …tempBsdMpcRowStoreScratchBufferPicWidthInMB = MOS_MAX(m_bsdMpcRowStoreScratchBufferPicWidthInMb, (… in AllocateResourcesVariableSizes()
941 … if ((tempBsdMpcRowStoreScratchBufferPicWidthInMB > m_bsdMpcRowStoreScratchBufferPicWidthInMb) || in AllocateResourcesVariableSizes()
960 m_bsdMpcRowStoreScratchBufferPicWidthInMb = tempBsdMpcRowStoreScratchBufferPicWidthInMB; in AllocateResourcesVariableSizes()
2195 m_bsdMpcRowStoreScratchBufferPicWidthInMb = 0; in CodechalDecodeAvc()