Home
last modified time | relevance | path

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

/third_party/openh264/codec/processing/src/adaptivequantization/
DAdaptiveQuantization.cpp38 #define AVERAGE_TIME_MOTION (3000) //0.3046875 // 1/4 + 1/16 - 1/128 ~ 0.3 *AQ_TI… macro
156 …iAverageMotionIndex = WELS_DIV_ROUND64 (AVERAGE_TIME_MOTION * iAverageMotionIndex, AQ_TIME_INT_MUL… in Process()