[svn] / trunk / xvidcore / src / bitstream / vlc_codes.h Repository:
ViewVC logotype

Diff of /trunk/xvidcore/src/bitstream/vlc_codes.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 3, Fri Mar 8 02:46:11 2002 UTC revision 14, Sat Mar 9 15:25:40 2002 UTC
# Line 13  Line 13 
13    
14    
15  /******************************************************************  /******************************************************************
16  /* common tables between encoder/decoder                          *   * common tables between encoder/decoder                          *
17  /******************************************************************/   ******************************************************************/
18    
19  /* constants taken from momusys/vm_common/inlcude/max_level.h */  /* constants taken from momusys/vm_common/inlcude/max_level.h */
20  static char max_level[4][64] = {  static char max_level[4][64] = {
# Line 207  Line 207 
207    
208    
209  /******************************************************************  /******************************************************************
210  /* encoder tables                                                 *   * encoder tables                                                 *
211  /******************************************************************/   ******************************************************************/
212    
213  /* DCT coefficients. Four tables, two for last = 0, two for last = 1.  /* DCT coefficients. Four tables, two for last = 0, two for last = 1.
214     the sign bit must be added afterwards. */     the sign bit must be added afterwards. */
# Line 938  Line 938 
938    
939    
940  /******************************************************************  /******************************************************************
941  /* decoder tables                                                                             *   * decoder tables                                                 *
942  /******************************************************************/   ******************************************************************/
943    
944  static const VLC mcbpc_intra_table[64] = {  static const VLC mcbpc_intra_table[64] = {
945          {-1,0},          {-1,0},

Legend:
Removed from v.3  
changed lines
  Added in v.14

No admin address has been configured
ViewVC Help
Powered by ViewVC 1.0.4