23 Commits (10aa6f9db44e96977e7155fdc3e62619e0e00a15)

Author SHA1 Message Date
Diego Biurrun dafcbfe443 celp_math: Replace duplicate ff_dot_productf() by ff_scalarproduct_c() 12 years ago
Diego Biurrun 5549854335 celp_math: Move ff_cos() to the only place it is used 12 years ago
Diego Biurrun e873c03ac7 misc Doxygen markup improvements 13 years ago
Diego Biurrun a005174b25 Remove unused code under G729_BITEXACT #ifdef. 14 years ago
Mans Rullgard 3f5dcde7e6 Remove VLAs in ff_amrwb_lsp2lpc() 14 years ago
Diego Biurrun adbfc605f6 doxygen: Consistently use '@' instead of '\' for Doxygen markup. 14 years ago
Mans Rullgard 2912e87a6c Replace FFmpeg with Libav in licence headers 14 years ago
Marcelo Galvăo Póvoa 48ac225db2 Move lsp2lpc_sipr() function to common code so it can be reused in a 14 years ago
Marcelo Galvăo Póvoa 1d96cc0865 Move AMRNB lsf2lsp() function to common code for using in future AMRWB decoder. 14 years ago
Måns Rullgård 164d166e85 lsp: convert variable-length arrays to fixed size 15 years ago
Vitor Sessak 691a4232ee Make lsp2polyf() function non-static for upcoming usage in SIPR 15 years ago
Vitor Sessak 419b2be813 Make sorting function used in TwinVQ a shared function 15 years ago
Vitor Sessak f2b7ce8ae6 Use doubles in ff_set_min_dist_lsf(). After this patch, AMR can use this 15 years ago
Vitor Sessak 00fa73f052 Avoid variable-length array use in ff_acelp_lspd2lpc() 15 years ago
Vitor Sessak e26d131845 Do not hardcode filter order in ff_acelp_lspd2lpc() 15 years ago
Vitor Sessak 504eee37de Commit some functions that are used by both SIPR and AMR. 15 years ago
Colin McQuillan 33ae681f5c Expose QCELP's floating-point LSP-to-LPC function 16 years ago
Måns Rullgård 4deaa94639 Add shift argument to MULL() macro 16 years ago
Kenan Gillet 60c25a4beb Rename acelp_math.[ch] to celp_math.[ch] to prepare for QCELP decoder merge. 16 years ago
Vladimir Voroshilov 51f2a119cb (cosmetics) Remove incorrect comment. 16 years ago
Vladimir Voroshilov 7c96587c17 Fix compilation error. 17 years ago
Vladimir Voroshilov 3f3865d30b Replace hardcoded LP filter order with parameter. 17 years ago
Vladimir Voroshilov 8726882993 Fixed-point LSP and LPC decoding routines for ACELP-based codecs 17 years ago