# HG changeset patch # User vitor # Date 1214252646 0 # Node ID 1d9f28fe9bd3d650c35745b3470fc977a16a279b # Parent 709ee2a35813659e30ff4cdabac5415e16514b48 Document defines better diff -r 709ee2a35813 -r 1d9f28fe9bd3 ra144.c --- a/ra144.c Mon Jun 23 20:20:29 2008 +0000 +++ b/ra144.c Mon Jun 23 20:24:06 2008 +0000 @@ -23,9 +23,9 @@ #include "bitstream.h" #include "ra144.h" -#define NBLOCKS 4 /* number of segments within a block */ -#define BLOCKSIZE 40 /* (quarter) block size in 16-bit words (80 bytes) */ -#define BUFFERSIZE 146 /* for do_output */ +#define NBLOCKS 4 ///< number of subblocks within a block +#define BLOCKSIZE 40 ///< subblock size in 16-bit words +#define BUFFERSIZE 146 ///< the size of the adaptive codebook typedef struct {