Home
last modified time | relevance | path

Searched refs:length_file (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/src/modules/audio_coding/codecs/isac/fix/test/
Dtest_iSACfixfloat.c110 double length_file; in main() local
673 length_file = ((double)framecnt*(double)declen/FS); in main()
674 printf("\n\nLength of speech file: %.1f s\n", length_file); in main()
675 …ntf("Time to run iSAC: %.2f s (%.2f %% of realtime)\n\n", runtime, (100*runtime/length_file)); in main()
Dkenny.c107 double starttime, runtime, length_file; in main() local
838 length_file = ((double)framecnt*(double)declen/FS); in main()
839 printf("\n\nLength of speech file: %.1f s\n", length_file); in main()
841 runtime, (100*runtime/length_file)); in main()