Searched refs:bottleneck_file (Results 1 - 3 of 3) sorted by relevance

/external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/test/
H A Dtest_iSACfixfloat.c83 char inname[50], outname[50], bottleneck_file[50], bitfilename[60], local
216 sscanf(argv[2 - tmp], "%s", bottleneck_file);
217 f_bn = fopen(bottleneck_file, "rb");
220 bottleneck_file);
223 printf("reading bottleneck rates from file %s\n\n", bottleneck_file);
H A Dkenny.cc98 char inname[100], outname[100], outbitsname[100], bottleneck_file[100]; local
379 sscanf(argv[CodingMode+1], "%s", bottleneck_file);
380 f_bn = fopen(bottleneck_file, "rb");
383 bottleneck_file);
387 printf("reading bottleneck rates from file %s\n\n",bottleneck_file);
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/test/ReleaseTest-API/
H A DReleaseTest-API.cc42 char inname[100], outname[100], bottleneck_file[100], vadfile[100]; local
334 sscanf(argv[i], "%s", bottleneck_file);
335 f_bn = fopen(bottleneck_file, "rb");
338 "%s.\n", bottleneck_file);
341 printf("reading bottleneck rates from file %s\n\n", bottleneck_file);

Completed in 120 milliseconds