July 17, 2010
View 0c733da

Fix Doxygen @param command attribute syntax. The [in] and [out] attributes have to be appended to the @param command.

Diego Biurrun authored on 2010/07/17 19:43:42
April 22, 2010
View 8955a9d

Split input/output data arguments to ff_acelp_apply_order_2_transfer_function().

Ronald S. Bultje authored on 2010/04/22 02:45:24
October 28, 2009
View 504eee3

Commit some functions that are used by both SIPR and AMR.

Vitor Sessak authored on 2009/10/28 08:53:18
August 15, 2009
View bb93715

Add a function that can apply an order 2 rational transfer function in-place. This function will be used in the upcoming AMR-NB floating point decoder for high-pass filtering.

Colin McQuillan authored on 2009/08/15 20:22:55
June 4, 2009
View 51222d1

cosmetics: K&R style reformatting

Diego Biurrun authored on 2009/06/04 19:37:29
October 25, 2008
View 4599d22

Split off celp_filters.[ch] from acelp_filters.[ch] for the QCELP decoder. patch by Kenan Gillet, kenan.gillet gmail com

Kenan Gillet authored on 2008/10/25 06:29:23
August 31, 2008
View 9879038

Globally rename the header inclusion guard names.

Stefano Sabatini authored on 2008/08/31 16:39:47
August 22, 2008
View 8c5da74

Mention cut-off freq of ff_acelp_high_pass_filter() instead of some meaningless input dependent value.

Michael Niedermayer authored on 2008/08/22 08:39:52
View cd52388

Remove ff_acelp_weighted_filter() which is just a function wrapping a 1 line loop.

Michael Niedermayer authored on 2008/08/22 08:22:11
View 5038ecb

Rename subframe_size to a name that is not specific to some specific use of ff_acelp_convolve_circ()

Michael Niedermayer authored on 2008/08/22 07:41:20
View badcd8d

Try to improve parameter doxy of ff_acelp_interpolate().

Michael Niedermayer authored on 2008/08/22 07:34:13
View 03a4da6

Clarify how generic ff_acelp_interpolate() is.

Michael Niedermayer authored on 2008/08/22 07:05:14
View ba5a14f

Correct incorrect length parameter doxy for ff_acelp_interpolate().

Michael Niedermayer authored on 2008/08/22 07:02:04
View ef119cc

Right half is clearer than positive half for specifying which part of the filter coeffs is used.

Michael Niedermayer authored on 2008/08/22 06:59:42
View 7dd3e95

Mention the fixed-point scale of the FIR filter coefficients.

Michael Niedermayer authored on 2008/08/22 06:56:48