[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 195, Wed Jun 12 20:38:41 2002 UTC revision 209, Fri Jun 14 13:29:07 2002 UTC
# Line 95  Line 95 
95    
96                          for (l = 0; l < 64; l++) {      // run                          for (l = 0; l < 64; l++) {      // run
97                                  int32_t level = k;                                  int32_t level = k;
98                                  uint32_t run = l;                                  ptr_t run = l;
99    
100                                  if ((abs(level) <= max_level_ptr[run]) && (run <= (uint32_t) max_run_ptr[abs(level)])) {        // level < max_level and run < max_run                                  if ((abs(level) <= max_level_ptr[run]) && (run <= (uint32_t) max_run_ptr[abs(level)])) {        // level < max_level and run < max_run
101    

Legend:
Removed from v.195  
changed lines
  Added in v.209

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