[FFmpeg-soc] [soc]: r4075 - amr/amrnbfloatdec.c

kmalaussene subversion at mplayerhq.hu
Tue Feb 17 20:30:24 CET 2009


Author: kmalaussene
Date: Tue Feb 17 20:30:24 2009
New Revision: 4075

Log:
Clarify doxy comment for decode_fixed_vector.

Modified:
   amr/amrnbfloatdec.c

Modified: amr/amrnbfloatdec.c
==============================================================================
--- amr/amrnbfloatdec.c	Tue Feb 17 20:28:48 2009	(r4074)
+++ amr/amrnbfloatdec.c	Tue Feb 17 20:30:24 2009	(r4075)
@@ -608,16 +608,16 @@ static void decode_10_pulses_35bits(cons
  * Decode the algebraic codebook index to pulse positions and signs,
  * then construct the algebraic codebook vector.
  *
- *                           nb of pulses | sign index | bits encoding pulses
- * For MODE_475 or MODE_515,            2 |      bit 7 | 1-3, 4-7
- *                  MODE_59,            2 |      bit 1 | 2-4, 5-6, 7-9
- *                  MODE_67,            3 |            | 1-3, 4,   5-7, 8,  9-11
- *      MODE_74 or MODE_795,            4 |            | 1-3, 4-6, 7-9, 10, 11-13
+ *                           nb of pulses | bits encoding pulses
+ * For MODE_475 or MODE_515,            2 | 1-3, 4-6, 7
+ *                  MODE_59,            2 | 1,   2-4, 5-6, 7-9
+ *                  MODE_67,            3 | 1-3, 4,   5-7, 8,  9-11
+ *      MODE_74 or MODE_795,            4 | 1-3, 4-6, 7-9, 10, 11-13
  *
  * @param fixed_vector pointer to the algebraic codebook vector
  * @param pulses       algebraic codebook indexes
  * @param mode         mode of the current frame
- * @param subframe     current subframe
+ * @param subframe     current subframe number
  */
 static void decode_fixed_vector(float *fixed_vector, const uint16_t *pulses,
                                 const enum Mode mode, const int subframe)



More information about the FFmpeg-soc mailing list