Searched refs:bottleneck_file (Results 1 – 2 of 2) sorted by relevance
/external/webrtc/src/modules/audio_coding/codecs/isac/fix/test/ |
D | test_iSACfixfloat.c | 93 char inname[50], outname[50], bottleneck_file[50], bitfilename[60], bitending[10]="_bits.pcm"; in main() local 239 sscanf(argv[2-tmp], "%s", bottleneck_file); in main() 240 f_bn = fopen(bottleneck_file, "rb"); in main() 243 printf("No value provided for BottleNeck and cannot read file %s.\n", bottleneck_file); in main() 247 printf("reading bottleneck rates from file %s\n\n",bottleneck_file); in main()
|
D | kenny.c | 96 char inname[100], outname[100], outbitsname[100], bottleneck_file[100]; in main() local 385 sscanf(argv[CodingMode+1], "%s", bottleneck_file); in main() 386 f_bn = fopen(bottleneck_file, "rb"); in main() 388 printf("No value provided for BottleNeck and cannot read file %s\n", bottleneck_file); in main() 392 printf("reading bottleneck rates from file %s\n\n",bottleneck_file); in main()
|