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

  /external/webrtc/src/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
285 bitfilename[i]=outname[i];
290 bitfilename[i]=bitending[j];
291 bitfilename[i]='\0';
292 if ((bitsp = fopen(bitfilename,"wb")) == NULL) {
293 printf(" iSAC: Cannot read file %s.\n", bitfilename);
296 printf("Bitstream:%s\n\n", bitfilename);

Completed in 2944 milliseconds