projects
/
asterisk/asterisk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
37816c5
)
minor formatting change ... testing mantis/svn
author
Russell Bryant
<russell@russellbryant.com>
Wed, 6 Jun 2007 19:10:03 +0000
(19:10 +0000)
committer
Russell Bryant
<russell@russellbryant.com>
Wed, 6 Jun 2007 19:10:03 +0000
(19:10 +0000)
(issue #9828)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@67799
65c4cc65
-6c06-0410-ace0-
fbb531ad65f3
main/dsp.c
patch
|
blob
|
history
diff --git
a/main/dsp.c
b/main/dsp.c
index
336d698
..
d7f2e96
100644
(file)
--- a/
main/dsp.c
+++ b/
main/dsp.c
@@
-475,7
+475,7
@@
static int dtmf_detect (dtmf_detect_state_t *s, int16_t amp[], int samples,
#else
/* The following unrolled loop takes only 35% (rough estimate) of the
time of a rolled loop on the machine on which it was developed */
- for (j=sample;j<limit;j++) {
+ for (j = sample; j < limit; j++) {
famp = amp[j];
s->energy += famp*famp;
/* With GCC 2.95, the following unrolled code seems to take about 35%