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

  /external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/main/source/
encode.c 65 'kUpperBandBitRate16' tables, respectively. E.g. the overall rate
81 static const int16_t kUpperBandBitRate16[6] = {
150 *rateUBBitPerSec = kUpperBandBitRate16[idx];
158 (kUpperBandBitRate16[idx + 1] -
159 kUpperBandBitRate16[idx]));
    [all...]
  /external/webrtc/src/modules/audio_coding/codecs/isac/main/source/
encode.c 65 'kUpperBandBitRate16' tables, respectively. E.g. the overall rate
81 static const WebRtc_Word16 kUpperBandBitRate16[6] = {
150 *rateUBBitPerSec = kUpperBandBitRate16[idx];
158 (kUpperBandBitRate16[idx + 1] -
159 kUpperBandBitRate16[idx]));
    [all...]

Completed in 1319 milliseconds