/external/chromium_org/third_party/webrtc/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 int16_t 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.cc | 44 /* Struct for bottleneck model */ 54 int bottleneck, /* excluding headers; bits/s */ 65 BN_data->arrival_time += ((packet_size + HeaderSize) * 8 * FS) / (bottleneck + HeaderRate); 103 int16_t bottleneck; local 165 printf(" an instantaneous Bottleneck value. If not, it\n"); 166 printf(" will be an adaptive Bottleneck value.\n\n"); 167 printf("bottleneck_value :the value of the bottleneck provided either\n"); 169 printf(" read from a file (e.g. bottleneck.txt)\n\n"); 221 printf("./kenny.exe -I bottleneck.txt speechIn.pcm speechOut.pcm\n\n"); 237 printf("\nInstantaneous BottleNeck\n") [all...] |
/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/main/test/SwitchingSampRate/ |
SwitchingSampRate.cc | 62 int bottleneck[MAX_NUM_CLIENTS]; local 118 bottleneck[clientCntr] = (clientCntr)? bnSWB:bnWB; 122 bottleneck[clientCntr] = (clientCntr)? minBn:maxBn; 125 printf("Bottleneck....................... %0.3f kbits/sec \n", 126 bottleneck[clientCntr] / 1000.0); 182 bottleneck[clientCntr], 30) < 0) 184 printf("Could not setup bottleneck and frame-size for client %d\n", 317 bottleneck[senderIdx] / 1000.0, 341 // After ~20 sec change the bottleneck. 347 // int newBottleneck = bottleneck[senderIdx] [all...] |
/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/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/main/test/ReleaseTest-API/ |
ReleaseTest-API.cc | 52 int32_t bottleneck = 0; local 129 printf(" an instantaneous Bottleneck value. If not, it\n"); 130 printf(" will be an adaptive Bottleneck value.\n\n"); 132 printf("[-B num] : the value of the bottleneck provided either\n"); 134 printf(" read from a file (e.g. bottleneck.txt)\n\n"); 159 printf("[-T rate file] : test trans-coding with target bottleneck 'rate' bits/sec\n"); 223 printf("Instantaneous BottleNeck\n"); 227 /* Set (initial) bottleneck value */ 343 /* Get Bottleneck value */ 347 bottleneck = atoi(argv[i]) [all...] |
/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/main/test/ |
simpleKenny.c | 65 int32_t bottleneck = 39; local 131 printf("-bn bottleneck....... the value of the bottleneck in bit/sec, e.g. 39742,\n"); 159 /* Get Bottleneck value */ 160 bottleneck = readParamInt(argc, argv, "-bn", 50000); 161 fprintf(stderr,"\nfixed bottleneck rate of %d bits/s\n\n", bottleneck); 246 printf("Bottleneck............... %d bits/sec\n", bottleneck); 296 if(WebRtcIsac_Control(ISAC_main_inst, bottleneck, frameSize) < 0 [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:__anon38035 367 double bottleneck; member in struct:__anon38036 447 // overall bottleneck of the codec 448 WebRtc_Word32 bottleneck; member in struct:__anon38042
|
/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/main/source/ |
isac.c | 48 * adaptation, or direct change of the bottleneck in instantaneous mode. 103 * This function updates the bottleneck only if the codec is operating in 104 * channel-adaptive mode. Furthermore, as the update of bottleneck might 110 /* Read the bottleneck from bandwidth estimator for the 116 int32_t bottleneck; local 118 &bottleneck); 122 && (bottleneck > 37000) 123 && (bottleneck < 41000)) { 124 bottleneck = 37000; 131 (bottleneck > 46000)) 508 int32_t bottleneck = 0; local 2241 int32_t bottleneck = instISAC->bottleneck; local [all...] |
structs.h | 326 double bottleneck; member in struct:__anon20399 366 double bottleneck; member in struct:__anon20400 446 // overall bottleneck of the codec 447 int32_t bottleneck; member in struct:__anon20406
|