[svn] / branches / dev-api-4 / xvidcore / src / bitstream / vlc_codes.h Repository:
ViewVC logotype

Diff of /branches/dev-api-4/xvidcore/src/bitstream/vlc_codes.h

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

revision 1159, Mon Sep 29 16:58:37 2003 UTC revision 1160, Tue Sep 30 18:20:31 2003 UTC
# Line 19  Line 19 
19   *  along with this program ; if not, write to the Free Software   *  along with this program ; if not, write to the Free Software
20   *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA   *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
21   *   *
22   * $Id: vlc_codes.h,v 1.16.2.2 2003-06-09 13:52:27 edgomez Exp $   * $Id: vlc_codes.h,v 1.16.2.3 2003-09-30 18:20:31 edgomez Exp $
23   *   *
24   ****************************************************************************/   ****************************************************************************/
25  #ifndef _VLC_CODES_H_  #ifndef _VLC_CODES_H_
# 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.1159  
changed lines
  Added in v.1160

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