Home
last modified time | relevance | path

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

/third_party/openh264/codec/processing/src/adaptivequantization/
DAdaptiveQuantization.cpp70 int64_t iAverageMotionIndex = 0; // double to float in Process() local
91 iAverageMotionIndex = 0; in Process()
118 iAverageMotionIndex += pMotionTexture->uiMotionIndex; in Process()
134 iAverageMotionIndex += pMotionTexture->uiMotionIndex; in Process()
145 iAverageMotionIndex = WELS_DIV_ROUND64 (iAverageMotionIndex * AQ_INT_MULTIPLY, iMbTotalNum); in Process()
147 if ((iAverageMotionIndex <= AQ_PESN) && (iAverageMotionIndex >= -AQ_PESN)) { in Process()
148 iAverageMotionIndex = AQ_INT_MULTIPLY; in Process()
156iAverageMotionIndex = WELS_DIV_ROUND64 (AVERAGE_TIME_MOTION * iAverageMotionIndex, AQ_TIME_INT_MUL… in Process()
176 iAverageMotionIndex); in Process()