Home
last modified time | relevance | path

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

/third_party/openh264/codec/encoder/core/inc/
Drc.h125 #define SMOOTH_FACTOR_MIN_VALUE 2 // *INT_MULTIPLY macro
/third_party/openh264/codec/encoder/core/src/
Dratectl.cpp1105 if (iAlpha < SMOOTH_FACTOR_MIN_VALUE) in RcUpdateFrameComplexity()
1106 iAlpha = SMOOTH_FACTOR_MIN_VALUE; in RcUpdateFrameComplexity()