HomeSort by relevance Sort by last modified time
    Searched defs:bottleneck_file (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/fix/test/
test_iSACfixfloat.c 93 char inname[50], outname[50], bottleneck_file[50], bitfilename[60], bitending[10]="_bits.pcm"; local
239 sscanf(argv[2-tmp], "%s", bottleneck_file);
240 f_bn = fopen(bottleneck_file, "rb");
243 printf("No value provided for BottleNeck and cannot read file %s.\n", bottleneck_file);
247 printf("reading bottleneck rates from file %s\n\n",bottleneck_file);
kenny.cc 97 char inname[100], outname[100], outbitsname[100], bottleneck_file[100]; local
375 sscanf(argv[CodingMode+1], "%s", bottleneck_file);
376 f_bn = fopen(bottleneck_file, "rb");
379 bottleneck_file);
383 printf("reading bottleneck rates from file %s\n\n",bottleneck_file);
  /external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/main/test/ReleaseTest-API/
ReleaseTest-API.cc 46 char inname[100], outname[100], bottleneck_file[100], vadfile[100]; local
350 sscanf(argv[i], "%s", bottleneck_file);
351 f_bn = fopen(bottleneck_file, "rb");
354 printf("Error No value provided for BottleNeck and cannot read file %s.\n", bottleneck_file);
359 printf("reading bottleneck rates from file %s\n\n",bottleneck_file);
    [all...]

Completed in 134 milliseconds