Home
last modified time | relevance | path

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

/aosp_15_r20/external/intel-media-driver/media_driver/media_softlet/agnostic/gen12/codec/hal/dec/av1/features/
H A Ddecode_av1_filmgrain_feature_g12.cpp908 m_allocator->Destroy(m_uGammaLUTSurfaceArray); in ~Av1DecodeFilmGrainG12()
1288 m_uGammaLUTSurfaceArray = m_allocator->AllocateBufferArray( in AllocateFixedSizeSurfaces()
1294 DECODE_CHK_NULL(m_uGammaLUTSurfaceArray); in AllocateFixedSizeSurfaces()
1607 m_uGammaLUTSurface = m_uGammaLUTSurfaceArray->Fetch(); in SetFrameStates()
H A Ddecode_av1_filmgrain_feature_g12.h369 …BufferArray * m_uGammaLUTSurfaceArray = nullptr; … variable