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

  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/test/
test_iSACfixfloat.c 83 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);
kenny.cc 98 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/
ReleaseTest-API.cc 42 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 52 milliseconds