MAX_TR_DYNAMIC_RANGE 410 source/common/quant.cpp int transformShift = MAX_TR_DYNAMIC_RANGE - X265_DEPTH - log2TrSize; // Represents scaling through forward transform MAX_TR_DYNAMIC_RANGE 573 source/common/quant.cpp int transformShift = MAX_TR_DYNAMIC_RANGE - X265_DEPTH - log2TrSize; MAX_TR_DYNAMIC_RANGE 630 source/common/quant.cpp const int transformShift = MAX_TR_DYNAMIC_RANGE - X265_DEPTH - log2TrSize; /* Represents scaling through forward transform */ MAX_TR_DYNAMIC_RANGE 154 source/test/mbdstharness.cpp int transformShift = MAX_TR_DYNAMIC_RANGE - X265_DEPTH - log2TrSize; MAX_TR_DYNAMIC_RANGE 187 source/test/mbdstharness.cpp int transformShift = MAX_TR_DYNAMIC_RANGE - X265_DEPTH - log2TrSize; MAX_TR_DYNAMIC_RANGE 222 source/test/mbdstharness.cpp int transformShift = MAX_TR_DYNAMIC_RANGE - X265_DEPTH - log2TrSize; MAX_TR_DYNAMIC_RANGE 3043 source/test/pixelharness.cpp const int shift = MAX_TR_DYNAMIC_RANGE - X265_DEPTH - (i + 2);