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

  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
structs.h 322 uint16_t MaxBits;
isacfix.c 328 ISAC_inst->ISACenc_obj.MaxBits = 0;
    [all...]
  /external/llvm/lib/Analysis/
BlockFrequencyInfoImpl.cpp 436 // fits well within MaxBits, we make the scale be at least 8.
437 const unsigned MaxBits = 64;
440 if (SpreadBits <= MaxBits - 3) {
446 // If the values need more than MaxBits to be represented, saturate small
449 ScalingFactor = Scaled64(1, MaxBits) / Max;

Completed in 64 milliseconds