Home
last modified time | relevance | path

Searched refs:maxMfdDFRowStoreScratchBufferPicWidthInMB (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.cpp945 uint16_t maxMfdDFRowStoreScratchBufferPicWidthInMB; in AllocateResourcesVariableSizes() local
946maxMfdDFRowStoreScratchBufferPicWidthInMB = MOS_MAX(m_mfdDeblockingFilterRowStoreScratchBufferPicW… in AllocateResourcesVariableSizes()
949 …if ((maxMfdDFRowStoreScratchBufferPicWidthInMB > m_mfdDeblockingFilterRowStoreScratchBufferPicWidt… in AllocateResourcesVariableSizes()
962maxMfdDFRowStoreScratchBufferPicWidthInMB * 2 * CODECHAL_CACHELINE_SIZE, in AllocateResourcesVariableSizes()
968 …m_mfdDeblockingFilterRowStoreScratchBufferPicWidthInMb = maxMfdDFRowStoreScratchBufferPicWidthInMB; in AllocateResourcesVariableSizes()