summaryrefslogtreecommitdiff
path: root/libavcodec/acelp_pitch_delay.h
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2010-07-02 11:19:29 +0000
committerDiego Biurrun <diego@biurrun.de>2010-07-02 11:19:29 +0000
commit09f6a45dc28f229d4cb1e31dffdea868501dfb43 (patch)
tree1a11d298c2f3950f3fad2ca6526c4c760ece3841 /libavcodec/acelp_pitch_delay.h
parentc4e12a9fa4d4f524d7a5832d82594c6b72e2ecae (diff)
Remove non-existing stray arguments from Doxygen function documentation.
Originally committed as revision 23976 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/acelp_pitch_delay.h')
-rw-r--r--libavcodec/acelp_pitch_delay.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/libavcodec/acelp_pitch_delay.h b/libavcodec/acelp_pitch_delay.h
index dabe6e79c3..5cdbddd157 100644
--- a/libavcodec/acelp_pitch_delay.h
+++ b/libavcodec/acelp_pitch_delay.h
@@ -85,8 +85,6 @@ int ff_acelp_decode_4bit_to_2nd_delay3(
* \brief Decode pitch delay of the first subframe encoded by 9 bits
* with 1/6 precision.
* \param ac_index adaptive codebook index (9 bits)
- * \param pitch_delay_min lower bound (integer) of pitch delay interval for
- * second subframe
*
* \return pitch delay in 1/6 units
*
@@ -147,7 +145,6 @@ void ff_acelp_update_past_gain(
* \param mr_energy mean innovation energy and fixed-point correction (7.13)
* \param quant_energy [in/out] past quantized energies (5.10)
* \param subframe_size length of subframe
- * \param ma_pred_order MA prediction order
*
* \return quantized fixed-codebook gain (14.1)
*