HomeSort by relevance Sort by last modified time
    Searched refs:bottleneck (Results 1 - 8 of 8) 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...]
Isac_test.cc 35 int bottleneck, /* excluding headers; bits/s */
46 BN_data->arrival_time += ((packet_size + HeaderSize) * 8 * FS) / (bottleneck + HeaderRate);
  /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:__anon21317
367 double bottleneck; member in struct:__anon21318
447 // overall bottleneck of the codec
448 WebRtc_Word32 bottleneck; member in struct:__anon21324
encode.c 44 Rate allocation tables of lower and upper-band bottleneck for
49 The overall bottleneck of the coder is between 38 kbps and 45 kbps. We have
55 bottleneck of 31 kbps for lower-band and 27 kbps for upper-band. Given an
56 overall bottleneck of the codec, we use linear interpolation to get
61 The overall bottleneck of the coder is between 50 kbps and 56 kbps. We have
66 of 53.6 kbps corresponts to a bottleneck of 32 kbps for lower-band and 30
67 kbps for upper-band. Given an overall bottleneck of the codec, we use linear
90 * - inRateBitPerSec : a total bottleneck in bits/sec.
93 * - rateLBBitPerSec : a bottleneck allocated to the lower-band
95 * - rateUBBitPerSec : a bottleneck allocated to the upper-ban
    [all...]
  /external/webrtc/src/modules/audio_coding/codecs/isac/main/interface/
isac.h 281 * This function sets the initial values of bottleneck and frame-size if
286 * bottleneck. Then iSAC will not automatically change the frame-size.
291 * - rateBPS : initial value of bottleneck in bits/second
293 * For default bottleneck set rateBPS = 0
364 * This function outputs the target bottleneck of the codec. In
365 * channel-adaptive mode, the target bottleneck is specified through in-band
368 * bottleneck is provided to the encoder by calling xxx_control(...). If
370 * value for bottleneck at 16 kHz encoder sampling rate is 32000 bits/sec,
372 * Note that the output is the iSAC internal operating bottleneck which might
379 * - *bottleneck : bottleneck in bits/se
    [all...]
  /external/v8/test/mjsunit/
unicode-test.js     [all...]

Completed in 1040 milliseconds