Home
last modified time | relevance | path

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

/dports/graphics/libbpg/libbpg-0.9.8/jctvc/TLibCommon/
H A DTComTrQuant.h175 …Double* getErrScaleCoeff ( UInt list, UInt size, Int qp ) { return m_errScale in getErrScaleCoeff()
227 …Double *m_errScale [SCALING_LIST_SIZE_NUM][SCALING_LIST_NUM][SCALING_LIST_REM_NUM]; … variable
H A DTComTrQuant.cpp3116 m_errScale [sizeId][listId][qp] = new Double [g_scalingListSize[sizeId]]; in initScalingList()
3134 if(m_errScale [sizeId][listId][qp]) delete [] m_errScale [sizeId][listId][qp]; in destroyScalingList()