Home
last modified time | relevance | path

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

/third_party/openh264/codec/processing/src/adaptivequantization/
DAdaptiveQuantization.cpp145 iAverageMotionIndex = WELS_DIV_ROUND64 (iAverageMotionIndex * AQ_INT_MULTIPLY, iMbTotalNum); in Process()
146 iAverageTextureIndex = WELS_DIV_ROUND64 (iAverageTextureIndex * AQ_INT_MULTIPLY, iMbTotalNum); in Process()
148 iAverageMotionIndex = AQ_INT_MULTIPLY; in Process()
151 iAverageTextureIndex = AQ_INT_MULTIPLY; in Process()
164 …t iAQ_EPSN = - ((int64_t)AQ_PESN * AQ_TIME_INT_MULTIPLY * AQ_QSTEP_INT_MULTIPLY / AQ_INT_MULTIPLY); in Process()
168 …int64_t a = WELS_DIV_ROUND64 ((int64_t) (pMotionTexture->uiTextureIndex) * AQ_INT_MULTIPLY * AQ_TI… in Process()
175 …a = WELS_DIV_ROUND64 (((int64_t)pMotionTexture->uiMotionIndex) * AQ_INT_MULTIPLY * AQ_TIME_INT_MUL… in Process()
/third_party/openh264/codec/processing/src/common/
Dutil.h61 #define AQ_INT_MULTIPLY 10000000 macro