Searched refs:length_file (Results 1 – 6 of 6) sorted by relevance
/external/webrtc/webrtc/modules/audio_coding/codecs/g722/test/ |
D | testG722.cc | 55 double length_file; in main() local 148 length_file = ((double)framecnt*(double)framelength/16000); in main() 149 printf("\n\nLength of speech file: %.1f s\n", length_file); in main() 150 …tf("Time to run G.722: %.2f s (%.2f %% of realtime)\n\n", runtime, (100*runtime/length_file)); in main()
|
/external/webrtc/webrtc/modules/audio_coding/codecs/g711/test/ |
D | testG711.cc | 48 double length_file; in main() local 159 length_file = ((double) framecnt * (double) framelength / 8000); in main() 160 printf("\n\nLength of speech file: %.1f s\n", length_file); in main() 163 (100 * runtime / length_file)); in main()
|
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/test/ReleaseTest-API/ |
D | ReleaseTest-API.cc | 54 double starttime, runtime, length_file; in main() local 554 length_file = 0; in main() 686 length_file += cur_framesmpls; in main() 910 length_file = length_file / (sampFreqKHz * 1000.); in main() 912 printf("\n\nLength of speech file: %.1f s\n", length_file); in main() 914 (100 * runtime / length_file)); in main() 926 fprintf(stderr, " %.1f s", length_file); in main()
|
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/test/ |
D | simpleKenny.c | 82 double length_file; in main() local 483 length_file = ((double)framecnt * (double)declen / (sampFreqKHz * 1000)); in main() 484 printf("Length of speech file....... %.1f s\n", length_file); in main() 486 runtime, (100 * runtime / length_file)); in main()
|
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/test/ |
D | kenny.cc | 110 double starttime, runtime, length_file; in main() local 816 length_file = ((double)framecnt*(double)declen/FS); in main() 817 printf("\n\nLength of speech file: %.1f s\n", length_file); in main() 819 runtime, (100*runtime/length_file)); in main() 826 (runtime * 10000) / length_file, "us", false); in main()
|
D | test_iSACfixfloat.c | 100 double length_file; in main() local 613 length_file = ((double)framecnt * (double)declen / FS); in main() 614 printf("\n\nLength of speech file: %.1f s\n", length_file); in main() 616 (100 * runtime / length_file)); in main()
|