Home
last modified time | relevance | path

Searched refs:m_vGammaLUTSurfaceArray (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.cpp909 m_allocator->Destroy(m_vGammaLUTSurfaceArray); in ~Av1DecodeFilmGrainG12()
1297 m_vGammaLUTSurfaceArray = m_allocator->AllocateBufferArray( in AllocateFixedSizeSurfaces()
1303 DECODE_CHK_NULL(m_vGammaLUTSurfaceArray); in AllocateFixedSizeSurfaces()
1614 m_vGammaLUTSurface = m_vGammaLUTSurfaceArray->Fetch(); in SetFrameStates()
H A Ddecode_av1_filmgrain_feature_g12.h370 …BufferArray * m_vGammaLUTSurfaceArray = nullptr; … variable