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

Diff of /branches/dev-api-4/xvidcore/src/bitstream/mbcoding.c

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

revision 766, Tue Jan 7 21:57:19 2003 UTC revision 809, Sun Jan 26 01:44:44 2003 UTC
# Line 50  Line 50 
50   *  exception also makes it possible to release a modified version which   *  exception also makes it possible to release a modified version which
51   *  carries forward this exception.   *  carries forward this exception.
52   *   *
53   * $Id: mbcoding.c,v 1.38 2003-01-07 21:57:19 edgomez Exp $   * $Id: mbcoding.c,v 1.39 2003-01-26 01:44:07 suxen_drol Exp $
54   *   *
55   ****************************************************************************/   ****************************************************************************/
56    
# Line 94  Line 94 
94  void  void
95  init_vlc_tables(void)  init_vlc_tables(void)
96  {  {
97          uint32_t i, j, intra, last, run,  run_esc, level, level_esc, escape, escape_len, offset;          ptr_t i, j, intra, last, run,  run_esc, level, level_esc, escape, escape_len, offset;
98    
99  #ifdef BIGLUT  #ifdef BIGLUT
100          intra_table = (VLC*)coeff_VLC[1];          intra_table = (VLC*)coeff_VLC[1];

Legend:
Removed from v.766  
changed lines
  Added in v.809

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