[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 816, Thu Feb 6 00:48:08 2003 UTC revision 845, Thu Feb 13 17:31:33 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.40 2003-02-06 00:48:08 edgomez Exp $   * $Id: mbcoding.c,v 1.41 2003-02-13 17:31:33 edgomez Exp $
54   *   *
55   ****************************************************************************/   ****************************************************************************/
56    
# Line 110  Line 110 
110                  for (last = 0; last < 2; last++)                  for (last = 0; last < 2; last++)
111                  {                  {
112                          for (run = 0; run < 63 + last; run++)                          for (run = 0; run < 63 + last; run++)
113                                  for (level = 0; level < 32 << intra; level++)                                  for (level = 0; level < (uint32_t)(32 << intra); level++)
114                                  {                                  {
115  #ifdef BIGLUT  #ifdef BIGLUT
116                                          offset = LEVELOFFSET;                                          offset = LEVELOFFSET;
# Line 235  Line 235 
235                                  }                                  }
236  #endif  #endif
237                          }                          }
238    
239            /* Shut up the compiler -- gcc 3.3 pre release */
240            i = dc_threshold[0];
241    
242  }  }
243    
244  /*****************************************************************************  /*****************************************************************************

Legend:
Removed from v.816  
changed lines
  Added in v.845

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