Home
last modified time | relevance | path

Searched refs:maxMfdIntraRowStoreScratchBufferPicWidthInMB (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.cpp973 uint16_t maxMfdIntraRowStoreScratchBufferPicWidthInMB; in AllocateResourcesVariableSizes() local
974maxMfdIntraRowStoreScratchBufferPicWidthInMB = MOS_MAX(m_mfdIntraRowStoreScratchBufferPicWidthInMb… in AllocateResourcesVariableSizes()
976 …if ((maxMfdIntraRowStoreScratchBufferPicWidthInMB > m_mfdIntraRowStoreScratchBufferPicWidthInMb) || in AllocateResourcesVariableSizes()
990maxMfdIntraRowStoreScratchBufferPicWidthInMB * CODECHAL_CACHELINE_SIZE, in AllocateResourcesVariableSizes()
996 m_mfdIntraRowStoreScratchBufferPicWidthInMb = maxMfdIntraRowStoreScratchBufferPicWidthInMB; in AllocateResourcesVariableSizes()