Home
last modified time | relevance | path

Searched refs:g_bitDepthInStream (Results 1 – 8 of 8) sorted by relevance

/dports/graphics/libbpg/libbpg-0.9.8/jctvc/TLibCommon/
H A DTComPattern.cpp161 …fillReferenceSamples (g_bitDepthInStream[chType], g_bitDepthInStream[chType] - g_bitDepth[chType],… in initAdiPatternChType()
205 const Int threshold = 1 << (g_bitDepthInStream[chType] - 5); in initAdiPatternChType()
H A DTComRom.h163 extern Int g_bitDepthInStream [MAX_NUM_CHANNEL_TYPE]; // In the encoder, this is the same …
H A DTComChromaFormat.h168 return g_maxTrDynamicRange[type] - g_bitDepthInStream[type] - uiLog2TrSize; in getTransformShift()
H A DTComYuv.cpp281 const Int bitDepthDelta = g_bitDepthInStream[toChannelType(ch)] - g_bitDepth[toChannelType(ch)]; in addClip()
H A DTComPrediction.cpp479 …xPredIntraAng( g_bitDepthInStream[channelType], ptrSrc+sw+1, sw, pDst, uiStride, iWidth, iHeight, … in predIntraAng()
H A DTComRom.cpp544 Int g_bitDepthInStream [MAX_NUM_CHANNEL_TYPE] = {8, 8}; // In the encoder, this is the same as g_… variable
H A DTComTrQuant.cpp1842 …xITr(g_bitDepthInStream[toChannelType(compID)], plCoef, pResidual, uiStride, (UInt)iWidth, useDST,… in xIT()
1856 …xITrMxN( g_bitDepthInStream[toChannelType(compID)], coeff, block, iWidth, iHeight, useDST, g_maxTr… in xIT()
/dports/graphics/libbpg/libbpg-0.9.8/jctvc/
H A DTAppEncCfg.cpp2211 g_bitDepthInStream[channelType] = g_bitDepth[channelType] = m_internalBitDepth[channelType]; in xSetGlobal()