getQScale         833 source/encoder/ratecontrol.cpp         double q = getQScale(rce, 1.0);
getQScale         856 source/encoder/ratecontrol.cpp             qScale[i] = getQScale(rce, rateFactor);
getQScale        1882 source/encoder/ratecontrol.cpp                 q = getQScale(rce, m_rateFactorConstant);
getQScale        1896 source/encoder/ratecontrol.cpp                 double initialQScale = getQScale(rce, m_wantedBitsWindow / m_cplxrSum);
getQScale         267 source/encoder/ratecontrol.h     double getQScale(RateControlEntry *rce, double rateFactor);