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

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

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

revision 1.16.2.2, Mon Jun 9 13:52:27 2003 UTC revision 1.16.2.3, Tue Sep 30 18:20:31 2003 UTC
# Line 68  Line 68 
68   * common tables between encoder/decoder                          *   * common tables between encoder/decoder                          *
69   ******************************************************************/   ******************************************************************/
70    
 extern short const dc_threshold[];  
   
71  extern VLC const dc_lum_tab[];  extern VLC const dc_lum_tab[];
72    extern short const dc_threshold[];
73  extern VLC_TABLE const coeff_tab[2][102];  extern VLC_TABLE const coeff_tab[2][102];
74  extern uint8_t const max_level[2][2][64];  extern uint8_t const max_level[2][2][64];
75  extern uint8_t const max_run[2][2][64];  extern uint8_t const max_run[2][2][64];
# Line 88  Line 87 
87  extern VLC const TMNMVtab0[];  extern VLC const TMNMVtab0[];
88  extern VLC const TMNMVtab1[];  extern VLC const TMNMVtab1[];
89  extern VLC const TMNMVtab2[];  extern VLC const TMNMVtab2[];
 extern short const dc_threshold[];  
 extern VLC const dc_lum_tab[];  
   
90    
91  #endif /* _VLC_CODES_H */  #endif /* _VLC_CODES_H */

Legend:
Removed from v.1.16.2.2  
changed lines
  Added in v.1.16.2.3

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