HomeSort by relevance Sort by last modified time
    Searched refs:kPrecision (Results 1 - 2 of 2) sorted by null

  /frameworks/av/media/libmediaplayerservice/
VideoFrameScheduler.cpp 58 static const size_t kPrecision = 12;
59 static const size_t kErrorThreshold = (1 << (kPrecision * 2)) / 10;
119 (long long)a, (a / (float)(1 << kPrecision)),
120 (long long)b, (b / (float)(1 << kPrecision)),
121 (long long)err, (err / (float)(1 << (kPrecision * 2))));
147 // y is usually in [-numSamplesToUse..numSamplesToUse+kRefitRefreshPeriod/kMinPeriod) << kPrecision
151 int64_t y = divRound(time - phase, period >> kPrecision);
173 (long long)*a, (*a / (float)(1 << kPrecision)),
174 (long long)*b, (*b / (float)(1 << kPrecision)),
175 (long long)*err, (*err / (float)(1 << (kPrecision * 2))))
    [all...]
  /external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/tools/
neteq_quality_test.cc 97 const double kPrecision = 0.001f;
105 while ((f >= kPrecision || f <= -kPrecision) && iter < kIterations) {

Completed in 140 milliseconds