diff options
Diffstat (limited to 'apps/codecs/lib/fft-ffmpeg.c')
-rw-r--r-- | apps/codecs/lib/fft-ffmpeg.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/codecs/lib/fft-ffmpeg.c b/apps/codecs/lib/fft-ffmpeg.c index 203a82e7d4..d18f0481c0 100644 --- a/apps/codecs/lib/fft-ffmpeg.c +++ b/apps/codecs/lib/fft-ffmpeg.c | |||
@@ -463,7 +463,7 @@ int main (void) | |||
463 | //exec_time = (((double)end-(double)start)/CLOCKS_PER_SEC); | 463 | //exec_time = (((double)end-(double)start)/CLOCKS_PER_SEC); |
464 | for(j = 0; j < FFT_SIZE; j++) | 464 | for(j = 0; j < FFT_SIZE; j++) |
465 | { | 465 | { |
466 | printf("%8.4f\n", sqrt(pow(fixtof32(z[j].re),2)+ pow(fixtof32(z[j].im), 2))); | 466 | printf("%8.4f\n", sqrt(pow(fixtof32(z[j].re),2)+ pow(fixtof32(z[j].im), 2))); |
467 | //getchar(); | 467 | //getchar(); |
468 | } | 468 | } |
469 | printf("muls = %d, adds = %d\n", muls, adds); | 469 | printf("muls = %d, adds = %d\n", muls, adds); |