Tristan Matthews
|
39a7979ad7
cosmetics: drop trailing whitespace
|
6 months ago |
Jean-Marc Valin
|
f4284aea85
Added an option to implement iir_mem16() and fir_mem16() in terms of
|
16 years ago |
Jean-Marc Valin
|
95fceab730
Making it more explicit that the nb filter size is constant
|
16 years ago |
jm
|
1f6cf519eb
Moved the remaining of misc.h into arch.h
|
17 years ago |
jm
|
af21325a16
Patch by Thom Johansen: change memory of qmf_synth to 16-bit.
|
17 years ago |
jm
|
d92e9bd2bf
Doing some sanity checking (just in case) on the propagated long-term
|
17 years ago |
jm
|
d1dfff0702
Removed implementation of all the 32-bit filters now that everything is
|
18 years ago |
jm
|
5e8289abaa
Now using only the 16-bit version of the filters.
|
18 years ago |
jm
|
678e1bd9ce
Another 1 kB off the encoder state by converting the qmf_decomp output to
|
18 years ago |
jm
|
29dba66464
Saved another 2kB from the decoder by converting high-band synthesis to
|
18 years ago |
jm
|
a629adae51
Replaced fir_mem_up by qmf_synth which doesn't require intermediate
|
18 years ago |
jm
|
644f98d1a5
pseudo-IRS filter (not used yet)
|
18 years ago |
jm
|
987157bb52
cleaning up the IO filters
|
18 years ago |
jm
|
cf533aed65
Removed old enhancer code (was already disabled)
|
18 years ago |
jm
|
ec8c698f45
Patch by David Rowe: sending the stack parameter to *_mem16() filters.
|
18 years ago |
jm
|
1f16e63407
excitation and target are now 16-bit (were 32) in the encoder
|
18 years ago |
jm
|
034e6403d9
decoder excitation now in 16-bit precision (was 32), which saves quite a bit
|
18 years ago |
jm
|
cabafbd320
cleaned up temp allocation in enhancer a bit
|
18 years ago |
jm
|
509c83c956
Enable the new enhancer by default.
|
18 years ago |
jm
|
140ce84d8e
open-loop excitation gain computed in 16 bits
|
18 years ago |
jm
|
b8aa7f5946
removed the decoder output buffer -- saving 640 bytes. Synthesis now done with
|
18 years ago |
jm
|
ac766f9ea8
new experimental comb filter code
|
18 years ago |
jm
|
87c93668a1
Improved Doxygen comments
|
19 years ago |
jm
|
0e21c0dd91
Fixed-point improvements (moved some stuff to 16-bit arithmetic)
|
19 years ago |
jm
|
716239f876
Removed another bunch of warnings (when using some of the -W options)
|
19 years ago |
jm
|
6f0e96a431
Merged a modified version of Jamey Hicks' C55 patch, fixed a
|
19 years ago |
jm
|
5f5971d6fa
speex_encode/speex_decode are back to using floats, new speex_encode_int
|
20 years ago |
jm
|
dc70a357df
fixed-point: converted comb_gain
|
21 years ago |
jm
|
556c879aae
Added const's all over the place
|
21 years ago |
jm
|
95c2194c6e
fixed-point: comb filter, part 4.12
|
21 years ago |