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

  /external/webrtc/src/modules/audio_coding/codecs/isac/fix/test/
test_iSACfixfloat.c 68 int bottleneck, /* excluding headers; bits/s */
79 BN_data->arrival_time += ((packet_size + HeaderSize) * 8 * FS) / (bottleneck + HeaderRate);
100 WebRtc_Word16 bottleneck; local
166 printf(" an instantaneous Bottleneck value. If not, it\n");
167 printf(" will be an adaptive Bottleneck value.\n\n");
168 printf("bottleneck_value : the value of the bottleneck provided either\n");
170 printf(" read from a file (e.g. bottleneck.txt)\n\n");
181 printf("./kenny.exe -I bottleneck.txt -m 1 speechIn.pcm speechOut.pcm\n\n");
199 printf("\nInstantaneous BottleNeck\n");
230 printf("\nAdaptive BottleNeck\n")
    [all...]
kenny.c 43 /* Struct for bottleneck model */
53 int bottleneck, /* excluding headers; bits/s */
64 BN_data->arrival_time += ((packet_size + HeaderSize) * 8 * FS) / (bottleneck + HeaderRate);
102 WebRtc_Word16 bottleneck; local
175 printf(" an instantaneous Bottleneck value. If not, it\n");
176 printf(" will be an adaptive Bottleneck value.\n\n");
177 printf("bottleneck_value :the value of the bottleneck provided either\n");
179 printf(" read from a file (e.g. bottleneck.txt)\n\n");
231 printf("./kenny.exe -I bottleneck.txt speechIn.pcm speechOut.pcm\n\n");
247 printf("\nInstantaneous BottleNeck\n")
    [all...]
  /external/webrtc/src/modules/audio_coding/codecs/isac/main/source/
isac.c 47 * adaptation, or direct change of the bottleneck in instantaneous mode.
102 * This function updates the bottleneck only if the codec is operating in
103 * channel-adaptive mode. Furthermore, as the update of bottleneck might
109 /* Read the bottleneck from bandwidth estimator for the
115 WebRtc_Word32 bottleneck; local
117 &bottleneck);
121 && (bottleneck > 37000)
122 && (bottleneck < 41000)) {
123 bottleneck = 37000;
130 (bottleneck > 46000))
501 WebRtc_Word32 bottleneck = 0; local
2186 WebRtc_Word32 bottleneck = instISAC->bottleneck; local
    [all...]
structs.h 327 double bottleneck; member in struct:__anon30452
367 double bottleneck; member in struct:__anon30453
447 // overall bottleneck of the codec
448 WebRtc_Word32 bottleneck; member in struct:__anon30459

Completed in 47 milliseconds