Searched refs:bottleneck_file (Results 1 – 3 of 3) sorted by relevance
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/test/ |
D | test_iSACfixfloat.c | 83 char inname[50], outname[50], bottleneck_file[50], bitfilename[60], in main() local 216 sscanf(argv[2 - tmp], "%s", bottleneck_file); in main() 217 f_bn = fopen(bottleneck_file, "rb"); in main() 220 bottleneck_file); in main() 223 printf("reading bottleneck rates from file %s\n\n", bottleneck_file); in main()
|
D | kenny.cc | 98 char inname[100], outname[100], outbitsname[100], bottleneck_file[100]; in main() local 379 sscanf(argv[CodingMode+1], "%s", bottleneck_file); in main() 380 f_bn = fopen(bottleneck_file, "rb"); in main() 383 bottleneck_file); in main() 387 printf("reading bottleneck rates from file %s\n\n",bottleneck_file); in main()
|
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/test/ReleaseTest-API/ |
D | ReleaseTest-API.cc | 42 char inname[100], outname[100], bottleneck_file[100], vadfile[100]; in main() local 334 sscanf(argv[i], "%s", bottleneck_file); in main() 335 f_bn = fopen(bottleneck_file, "rb"); in main() 338 "%s.\n", bottleneck_file); in main() 341 printf("reading bottleneck rates from file %s\n\n", bottleneck_file); in main()
|