2005-04-24 |
jm | some cleaning up |
blob | commitdiff |
2005-04-22 |
jm | More work on fixed-point operators |
blob | commitdiff | diff to current |
2005-04-22 |
jm | Added some more fixed-point operators |
blob | commitdiff | diff to current |
2005-03-15 |
jm | Merged a modified version of Jamey Hicks' C55 patch... |
blob | commitdiff | diff to current |
2005-03-03 |
jm | Now possible to put temporary arrays directly on the... |
blob | commitdiff | diff to current |
2005-02-09 |
jm | misc optimizations |
blob | commitdiff | diff to current |
2005-02-08 |
jm | Some general (minor) optimizations |
blob | commitdiff | diff to current |
2005-02-07 |
jm | changed 0.0 to 0 for fixed-point version |
blob | commitdiff | diff to current |
2004-07-15 |
conrad | added guarded #include "config.h" throughout libspeex... |
blob | commitdiff | diff to current |
2004-07-09 |
jm | Removed some warnings |
blob | commitdiff | diff to current |
2004-04-02 |
jm | Changed some constants to single-precision |
blob | commitdiff | diff to current |
2004-01-18 |
jm | Saves some useless "cos" calculations |
blob | commitdiff | diff to current |
2004-01-17 |
jm | replaced cos by an approximation for the float version |
blob | commitdiff | diff to current |
2003-11-29 |
jm | fixed-point: fixed another overflow problem |
blob | commitdiff | diff to current |
2003-11-29 |
jm | debug code for fixed-point operators. Already fixed... |
blob | commitdiff | diff to current |
2003-11-27 |
jm | fixed-point: bw_lpc and lpc_to_lsp are now done. |
blob | commitdiff | diff to current |
2003-11-27 |
jm | fixed-point: lsp_enforce_margin argument no longer... |
blob | commitdiff | diff to current |
2003-11-14 |
jm | fixed-point: fixed float regression |
blob | commitdiff | diff to current |
2003-11-12 |
jm | put all fixed-point macros in a separate file (arch... |
blob | commitdiff | diff to current |
2003-11-11 |
jm | fixed-point: increased precision of the cos approximati... Speex-1.1.2 |
blob | commitdiff | diff to current |
2003-11-10 |
jm | fixed-point: converted lsp_enforce_margin, some assembl... |
blob | commitdiff | diff to current |
2003-11-10 |
jm | fixed-point: integerized lsp interpolation |
blob | commitdiff | diff to current |
2003-11-08 |
jm | fixed-point: removed some float ops in lpc_to_lsp and... |
blob | commitdiff | diff to current |
2003-11-07 |
jm | fixed-point: acos function approximated with fixed... |
blob | commitdiff | diff to current |
2003-11-02 |
jm | fixed-point: added code to count MIPS |
blob | commitdiff | diff to current |
2003-11-02 |
jm | fixed-point: removed some float ops in the LSP root... |
blob | commitdiff | diff to current |
2003-11-02 |
jm | ... |
blob | commitdiff | diff to current |
2003-11-02 |
jm | fixed-point: cleaned up operators, removed a couple... |
blob | commitdiff | diff to current |
2003-11-01 |
jm | fixed-point: cos approximation for lsp_to_lpc, removed... |
blob | commitdiff | diff to current |
2003-10-09 |
jm | fixed-point: LSPs are now stored quantized |
blob | commitdiff | diff to current |
2003-10-08 |
jm | fixed-point: QMF entirely in fixed-point now |
blob | commitdiff | diff to current |
2003-10-08 |
jm | fixed-point: LSP quantization work, also LSP's are... |
blob | commitdiff | diff to current |
2003-10-08 |
jm | fixed-point: saturation for lsp_to_lpc, probably not... |
blob | commitdiff | diff to current |
2003-10-08 |
jm | fixed-point: more LPC/LSP cleanup |
blob | commitdiff | diff to current |
2003-10-08 |
jm | fixed-point: LPC/LSP cleanup |
blob | commitdiff | diff to current |
2003-10-08 |
jm | fixed-point: LPC and LSP types changed to word16 |
blob | commitdiff | diff to current |
2003-10-08 |
jm | fixed-point: lpc stuff |
blob | commitdiff | diff to current |
2003-10-08 |
jm | fixed-point work on LSP's |
blob | commitdiff | diff to current |
2003-10-08 |
jm | first step in fixed-point port, converted the LPC filters |
blob | commitdiff | diff to current |
2003-01-23 |
jm | Fixed a bunch of typos pointed to by: larry@doolittle... |
blob | commitdiff | diff to current |
2003-01-06 |
jm | Think I made the stack operations more portable in... |
blob | commitdiff | diff to current |
2003-01-06 |
jm | cleanup: all use of libc has been moved to misc.c to... |
blob | commitdiff | diff to current |
2002-12-19 |
jm | Oops... this bug was found by Ming Wu <mingwu@cyberon... |
blob | commitdiff | diff to current |
2002-11-06 |
jm | Misc. cosmetic stuff |
blob | commitdiff | diff to current |
2002-10-27 |
jm | Made the code valid for a C++ compiler (void* stuff... |
blob | commitdiff | diff to current |
2002-10-27 |
jm | The temp stack is now void* instead of float* |
blob | commitdiff | diff to current |
2002-10-26 |
jm | Stack allocation cleanup... |
blob | commitdiff | diff to current |
2002-10-24 |
jm | Decoder optimizations, mostly when perceptual enhanceme... |
blob | commitdiff | diff to current |
2002-10-24 |
jm | More cleanups, do something more intelligent with LPC... |
blob | commitdiff | diff to current |
2002-10-21 |
jm | Filter optimizations, cleanup, removed the stack POP... |
blob | commitdiff | diff to current |
2002-10-11 |
jm | Changed license to BSD |
blob | commitdiff | diff to current |
2002-10-02 |
jmvalin | Fixed (hopefully) once and for all the LSP root-finding... |
blob | commitdiff | diff to current |
2002-08-27 |
jmvalin | speeded up lpc_to_lsp and open-loop pitch estimation |
blob | commitdiff | diff to current |
2002-07-07 |
jmvalin | license/header stuff |
blob | commitdiff | diff to current |
2002-07-05 |
jmvalin | code cleanup |
blob | commitdiff | diff to current |
2002-06-07 |
jmvalin | Implemented an n-best open-loop pitch search to speed... |
blob | commitdiff | diff to current |
2002-06-05 |
jmvalin | Constrain LSP's to produce a stable filter |
blob | commitdiff | diff to current |
2002-03-15 |
jmvalin | Adjustable LPC analysis (lag windowing, noise floor... |
blob | commitdiff | diff to current |
2002-03-05 |
jmvalin | Big cleanup... filter memories, stack allocation, ... |
blob | commitdiff | diff to current |
2002-02-15 |
jmvalin | Added long-term prediction, fixed subframe bugs, maybe... |
blob | commitdiff | diff to current |
2002-02-15 |
jmvalin | added perceptual weighting filter, bug fixes, fixed... |
blob | commitdiff | diff to current |
2002-02-14 |
jmvalin | Oops... now the LSPs are there. Also, lpcSize now repre... |
blob | commitdiff | diff to current |
|