Home
last modified time | relevance | path

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

/aosp_15_r20/external/intel-media-driver/media_driver/agnostic/common/codec/hal/
H A Dcodechal_decode_vp8.cpp1001 uint16_t maxBsdMpcRowStoreScratchBufferPicWidthInMB; in AllocateResourcesVariableSizes() local
1002maxBsdMpcRowStoreScratchBufferPicWidthInMB = MOS_MAX(m_bsdMpcRowStoreScratchBufferPicWidthInMb, (m… in AllocateResourcesVariableSizes()
1004 … if ((maxBsdMpcRowStoreScratchBufferPicWidthInMB > m_bsdMpcRowStoreScratchBufferPicWidthInMb) || in AllocateResourcesVariableSizes()
1017maxBsdMpcRowStoreScratchBufferPicWidthInMB * CODECHAL_CACHELINE_SIZE * 2, in AllocateResourcesVariableSizes()
1023 m_bsdMpcRowStoreScratchBufferPicWidthInMb = maxBsdMpcRowStoreScratchBufferPicWidthInMB; in AllocateResourcesVariableSizes()