[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.3, Tue Sep 30 18:20:31 2003 UTC revision 1.17, Mon Feb 24 11:15:33 2003 UTC
# Line 1  Line 1 
 /*****************************************************************************  
  *  
  *  XVID MPEG-4 VIDEO CODEC  
  *  - Variable Length Code header  -  
  *  
  *  Copyright(C) 2002 Michael Militzer <isibaar@xvid.org>  
  *  
  *  This program is free software ; you can redistribute it and/or modify  
  *  it under the terms of the GNU General Public License as published by  
  *  the Free Software Foundation ; either version 2 of the License, or  
  *  (at your option) any later version.  
  *  
  *  This program is distributed in the hope that it will be useful,  
  *  but WITHOUT ANY WARRANTY ; without even the implied warranty of  
  *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the  
  *  GNU General Public License for more details.  
  *  
  *  You should have received a copy of the GNU General Public License  
  *  along with this program ; if not, write to the Free Software  
  *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA  
  *  
  * $Id$  
  *  
  ****************************************************************************/  
1  #ifndef _VLC_CODES_H_  #ifndef _VLC_CODES_H_
2  #define _VLC_CODES_H_  #define _VLC_CODES_H_
3    
# Line 68  Line 44 
44   * common tables between encoder/decoder                          *   * common tables between encoder/decoder                          *
45   ******************************************************************/   ******************************************************************/
46    
 extern VLC const dc_lum_tab[];  
47  extern short const dc_threshold[];  extern short const dc_threshold[];
48    
49    extern VLC const dc_lum_tab[];
50  extern VLC_TABLE const coeff_tab[2][102];  extern VLC_TABLE const coeff_tab[2][102];
51  extern uint8_t const max_level[2][2][64];  extern uint8_t const max_level[2][2][64];
52  extern uint8_t const max_run[2][2][64];  extern uint8_t const max_run[2][2][64];
# Line 87  Line 64 
64  extern VLC const TMNMVtab0[];  extern VLC const TMNMVtab0[];
65  extern VLC const TMNMVtab1[];  extern VLC const TMNMVtab1[];
66  extern VLC const TMNMVtab2[];  extern VLC const TMNMVtab2[];
67    extern short const dc_threshold[];
68    extern VLC const dc_lum_tab[];
69    
70    
71  #endif /* _VLC_CODES_H */  #endif /* _VLC_CODES_H */

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

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