Home
last modified time | relevance | path

Searched refs:tempMfdIntraRowStoreScratchBufferPicWidthInMB (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_avc.cpp965 uint16_t tempMfdIntraRowStoreScratchBufferPicWidthInMB; in AllocateResourcesVariableSizes() local
966tempMfdIntraRowStoreScratchBufferPicWidthInMB = MOS_MAX(m_mfdIntraRowStoreScratchBufferPicWidthInM… in AllocateResourcesVariableSizes()
968 …if ((tempMfdIntraRowStoreScratchBufferPicWidthInMB > m_mfdIntraRowStoreScratchBufferPicWidthInMb) … in AllocateResourcesVariableSizes()
981tempMfdIntraRowStoreScratchBufferPicWidthInMB * CODECHAL_CACHELINE_SIZE, in AllocateResourcesVariableSizes()
987 m_mfdIntraRowStoreScratchBufferPicWidthInMb = tempMfdIntraRowStoreScratchBufferPicWidthInMB; in AllocateResourcesVariableSizes()