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

cmcq subversion at mplayerhq.hu
Thu Jul 23 16:14:36 CEST 2009


Author: cmcq
Date: Thu Jul 23 16:14:36 2009
New Revision: 4790

Log:
Doxygen: Make sure all AMR groups are displayed together in the module index

Modified:
   amr/amrnbfloatdec.c

Modified: amr/amrnbfloatdec.c
==============================================================================
--- amr/amrnbfloatdec.c	Thu Jul 23 16:04:58 2009	(r4789)
+++ amr/amrnbfloatdec.c	Thu Jul 23 16:14:36 2009	(r4790)
@@ -223,7 +223,7 @@ enum Mode decode_bitstream(AMRContext *p
 }
 
 
-/// @defgroup amr_lpc_decoding pitch LPC coefficient decoding functions
+/// @defgroup amr_lpc_decoding AMR pitch LPC coefficient decoding functions
 /// @{
 
 /**
@@ -391,7 +391,7 @@ static void lsp2lpc(float *lsp, float *l
 /// @}
 
 
-/// @defgroup amr_pitch_vector_decoding pitch vector decoding functions
+/// @defgroup amr_pitch_vector_decoding AMR pitch vector decoding functions
 /// @{
 
 /**
@@ -532,7 +532,7 @@ static void decode_pitch_vector(AMRConte
 /// @}
 
 
-/// @defgroup amr_algebraic_code_book algebraic code book (fixed) vector decoding functions
+/// @defgroup amr_algebraic_code_book AMR algebraic code book (fixed) vector decoding functions
 /// @{
 
 /**
@@ -689,7 +689,7 @@ static void decode_fixed_vector(float *f
 /// @}
 
 
-/// @defgroup amr_gain_decoding gain decoding functions
+/// @defgroup amr_gain_decoding AMR gain decoding functions
 /// @{
 
 /**
@@ -822,7 +822,7 @@ static void decode_gains(AMRContext *p, 
 /// @}
 
 
-/// @defgroup amr_pre_processing pre-processing functions
+/// @defgroup amr_pre_processing AMR pre-processing functions
 /// @{
 
 /**
@@ -897,7 +897,7 @@ static void anti_sparseness(AMRContext *
 
 /// @}
 
-/// @defgroup amr_synthesis synthesis functions
+/// @defgroup amr_synthesis AMR synthesis functions
 /// @{
 
 /**
@@ -958,7 +958,7 @@ static int synthesis(AMRContext *p, floa
 /// @}
 
 
-/// @defgroup amr_update update functions
+/// @defgroup amr_update AMR update functions
 /// @{
 
 /**
@@ -987,7 +987,7 @@ static void update_state(AMRContext *p)
 
 /// @}
 
-/// @defgroup amr_postproc Post processing functions
+/// @defgroup amr_postproc AMR Post processing functions
 /// @{
 
 /**


More information about the FFmpeg-soc mailing list