Home
last modified time | relevance | path

Searched refs:m_uCoeffSurfaceArray (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.cpp905 m_allocator->Destroy(m_uCoeffSurfaceArray); in ~Av1DecodeFilmGrainG12()
1261 m_uCoeffSurfaceArray = m_allocator->AllocateBufferArray( in AllocateFixedSizeSurfaces()
1267 DECODE_CHK_NULL(m_uCoeffSurfaceArray); in AllocateFixedSizeSurfaces()
1587 m_uCoeffSurface = m_uCoeffSurfaceArray->Fetch(); in SetFrameStates()
H A Ddecode_av1_filmgrain_feature_g12.h364 …BufferArray * m_uCoeffSurfaceArray = nullptr; … variable