jm
|
880dbb1d28
Better check for memory allocation failure
|
19 years ago |
jm
|
4ce0a9185e
Changed storage of lpc coefficients so that it no longer contains a0 (= 1).
|
19 years ago |
jm
|
e92f830694
Think I fixed the PLC slowdown due to denorm/underflow. Also don't re-
|
19 years ago |
jm
|
8a83a65506
pseudo-stack optional for wideband too
|
19 years ago |
jm
|
d9f79549d7
Autodetection of C99 variable arrays and alloca. The pseudo-stack is only used
|
19 years ago |
jm
|
9b685d43d0
Added some more fixed-point operators
|
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
|
ea52aea0da
fixed-point cleanup, removed some warnings
|
19 years ago |
jm
|
6f0e96a431
Merged a modified version of Jamey Hicks' C55 patch, fixed a
|
20 years ago |
jm
|
bc55d853b7
Now possible to put temporary arrays directly on the (real) stack
|
20 years ago |
jm
|
a762589db9
First cleanup step for stack allocation
|
20 years ago |
jm
|
c02fbf4301
cleanup
|
20 years ago |
jm
|
8e56f00e26
Removed redundent filtering calls, added complexity 0 (even more shortcuts)
|
20 years ago |
jm
|
a7cc6a3025
Misc fixed-point fixes
|
20 years ago |
conrad
|
d8cc64be16
added guarded #include "config.h" throughout libspeex/ and src/
|
20 years ago |
giles
|
a0aabefa87
Recommit changes lost in server migration.
|
20 years ago |
jm
|
5f5971d6fa
speex_encode/speex_decode are back to using floats, new speex_encode_int
|
20 years ago |
jm
|
01680414a2
oops, encoder calls speex_encoder_ctl
|
20 years ago |
jm
|
2c35f46b4c
Valgrind support for sb_celp.c too
|
21 years ago |
jm
|
e75c6321f3
fixed-point: some perceptual enhancement coef converted.
|
21 years ago |
jm
|
53b8865b39
more const stuff, fixed a stupid bug in sb_decoder_ctl
|
21 years ago |
jm
|
556c879aae
Added const's all over the place
|
21 years ago |
jm
|
b4d7603afb
fixed-point: Think I got rid of all overflows I could find
|
21 years ago |
jm
|
384dd357e1
fixed-point: bw_lpc and lpc_to_lsp are now done.
|
21 years ago |
jm
|
99b852464f
fixed-point: lsp_enforce_margin argument no longer a float
|
21 years ago |
jm
|
510f9a39c3
fixed-point: wideband work (LSP and excitation gain decoding)
|
21 years ago |
jm
|
2457177b3a
fixed-point: converted pitch gain computation in open-loop search
|
21 years ago |
jm
|
c42830cfe3
fixed-point: integerized pi_gain's
|
21 years ago |
jm
|
c0318aa979
fixed-point: sb_celp gain quantization, fixed missing entry in nb_celp gain
|
21 years ago |