Searched refs:m_coordinatesRandomValuesSurfaceArray (Results 1 – 2 of 2) sorted by relevance
899 m_allocator->Destroy(m_coordinatesRandomValuesSurfaceArray); in ~Av1DecodeFilmGrainG12()910 m_allocator->Destroy(m_coordinatesRandomValuesSurfaceArray); in ~Av1DecodeFilmGrainG12()1319 if (m_coordinatesRandomValuesSurfaceArray == nullptr) in AllocateVariableSizeSurfaces()1321 m_coordinatesRandomValuesSurfaceArray= m_allocator->AllocateBufferArray( in AllocateVariableSizeSurfaces()1327 DECODE_CHK_NULL(m_coordinatesRandomValuesSurfaceArray); in AllocateVariableSizeSurfaces()1328 m_coordinatesRandomValuesSurface = m_coordinatesRandomValuesSurfaceArray->Fetch(); in AllocateVariableSizeSurfaces()1333 auto &buffer = m_coordinatesRandomValuesSurfaceArray->Fetch(); in AllocateVariableSizeSurfaces()
354 …BufferArray * m_coordinatesRandomValuesSurfaceArray = nullptr; … variable