[cvs] / xvidcore / src / bitstream / mbcoding.c Repository:
ViewVC logotype

Diff of /xvidcore/src/bitstream/mbcoding.c

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

revision 1.40, Thu Feb 6 00:48:08 2003 UTC revision 1.41, Thu Feb 13 17:31:33 2003 UTC
# 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.1.40  
changed lines
  Added in v.1.41

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