comparison ra144.c @ 6910:67c615c7e19c libavcodec

Add comment
author vitor
date Tue, 27 May 2008 16:50:48 +0000
parents 73e24dad276b
children fbcb4507aefe
comparison
equal deleted inserted replaced
6909:73e24dad276b 6910:67c615c7e19c
29 #define BUFFERSIZE 146 /* for do_output */ 29 #define BUFFERSIZE 146 /* for do_output */
30 30
31 31
32 /* internal globals */ 32 /* internal globals */
33 typedef struct { 33 typedef struct {
34 unsigned int old_energy; 34 unsigned int old_energy; ///< previous frame energy
35 35
36 /* the swapped buffers */ 36 /* the swapped buffers */
37 unsigned int lpc_tables[4][10]; 37 unsigned int lpc_tables[4][10];
38 unsigned int *lpc_refl; ///< LPC reflection coefficients 38 unsigned int *lpc_refl; ///< LPC reflection coefficients
39 unsigned int *lpc_coef; ///< LPC coefficients 39 unsigned int *lpc_coef; ///< LPC coefficients