Home
last modified time | relevance | path

Searched refs:IQUANT_SHIFT (Results 1 – 4 of 4) sorted by relevance

/dports/graphics/libbpg/libbpg-0.9.8/jctvc/TLibCommon/
H A DTComRom.h96 #define IQUANT_SHIFT 6 macro
H A DTComTrQuant.cpp1236 …const Int rightShift = (IQUANT_SHIFT - (iTransformShift + QP_per)) + (enableScalingLists ? LOG2_SC… in xDeQuant()
1243 const UInt dequantCoefBits = 1 + IQUANT_SHIFT + SCALING_LIST_BITS; in xDeQuant()
1279 const Int scaleBits = (IQUANT_SHIFT + 1) ; in xDeQuant()
3212 …const Int rightShift = (IQUANT_SHIFT - (iTransformShift + QP_per)) + (enableScalingLists ? LOG2_SC… in invTrSkipDeQuantOneSample()
3223 const UInt dequantCoefBits = 1 + IQUANT_SHIFT + SCALING_LIST_BITS; in invTrSkipDeQuantOneSample()
3251 const Int scaleBits = (IQUANT_SHIFT + 1) ; in invTrSkipDeQuantOneSample()
/dports/multimedia/vvdec/vvdec-1.1.2/source/Lib/CommonLib/
H A DQuant.cpp346 …const int rightShift = (IQUANT_SHIFT + ( depQuant ? 1 : 0 ) - ((isTransformSkip ? 0 : iTransformS… in dequant()
354 const int scaleBits = ( IQUANT_SHIFT + 1 ); in dequant()
H A DCommonDef.h318 static const int IQUANT_SHIFT = 6; variable