HomeSort by relevance Sort by last modified time
    Searched full:bitfilename (Results 1 - 1 of 1) 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
257 bitfilename[i] = outname[i];
262 bitfilename[i] = bitending[j];
263 bitfilename[i] = '\0';
264 if ((bitsp = fopen(bitfilename, "wb")) == NULL) {
265 printf(" iSAC: Cannot read file %s.\n", bitfilename);
268 printf("Bitstream:%s\n\n", bitfilename);

Completed in 79 milliseconds