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

  /external/llvm/lib/Analysis/
BlockFrequencyInfoImpl.cpp 433 // fits well within MaxBits, we make the scale be at least 8.
434 const unsigned MaxBits = 64;
437 if (SpreadBits <= MaxBits - 3) {
443 // If the values need more than MaxBits to be represented, saturate small
446 ScalingFactor = Scaled64(1, MaxBits) / Max;
  /external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
structs.h 322 WebRtc_UWord16 MaxBits;

Completed in 2313 milliseconds