summaryrefslogtreecommitdiffstats
path: root/libavcodec/lpc.c
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2011-07-02 14:47:34 +0200
committerDiego Biurrun <diego@biurrun.de>2011-07-14 04:09:49 +0200
commit96c1e6d40d389eeb628840030dfe340d762a7ac8 (patch)
treeb66be319363b96162dea4f44073eba331e652d07 /libavcodec/lpc.c
parent806212498ae6b333d0c85dbc9c750580da7c6838 (diff)
downloadffmpeg-streaming-96c1e6d40d389eeb628840030dfe340d762a7ac8.zip
ffmpeg-streaming-96c1e6d40d389eeb628840030dfe340d762a7ac8.tar.gz
doxygen: Make sure parameter names match between .c and .h files.
Diffstat (limited to 'libavcodec/lpc.c')
-rw-r--r--libavcodec/lpc.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/libavcodec/lpc.c b/libavcodec/lpc.c
index 31fa324..874af05 100644
--- a/libavcodec/lpc.c
+++ b/libavcodec/lpc.c
@@ -149,10 +149,8 @@ static int estimate_best_order(double *ref, int min_order, int max_order)
/**
* Calculate LPC coefficients for multiple orders
*
- * @param lpc_type LPC method for determining coefficients
- * 0 = LPC with fixed pre-defined coeffs
- * 1 = LPC with coeffs determined by Levinson-Durbin recursion
- * 2+ = LPC with coeffs determined by Cholesky factorization using (use_lpc-1) passes.
+ * @param lpc_type LPC method for determining coefficients,
+ * see #FFLPCType for details
*/
int ff_lpc_calc_coefs(LPCContext *s,
const int32_t *samples, int blocksize, int min_order,
OpenPOWER on IntegriCloud