[svn] / branches / release-1_3-branch / xvidcore / src / bitstream / mbcoding.c Repository:
ViewVC logotype

Diff of /branches/release-1_3-branch/xvidcore/src/bitstream/mbcoding.c

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

revision 2179, Tue Nov 12 14:41:36 2019 UTC revision 2180, Tue Nov 12 14:48:35 2019 UTC
# Line 901  Line 901 
901    
902          index -= 4;          index -= 4;
903    
904          BitstreamSkip(bs, TMNMVtab2[index].len);          BitstreamSkip(bs, TMNMVtab2[index&0x7f].len);
905          return TMNMVtab2[index].code;          return TMNMVtab2[index&0x7f].code;
906    
907  }  }
908    
# Line 1965  Line 1965 
1965          {14, 10}, {14, 10}, {14, 10}, {14, 10},          {14, 10}, {14, 10}, {14, 10}, {14, 10},
1966          {-14, 10}, {-14, 10}, {-14, 10}, {-14, 10},          {-14, 10}, {-14, 10}, {-14, 10}, {-14, 10},
1967          {13, 10}, {13, 10}, {13, 10}, {13, 10},          {13, 10}, {13, 10}, {13, 10}, {13, 10},
1968          {-13, 10}, {-13, 10}, {-13, 10}, {-13, 10}          {-13, 10}, {-13, 10}, {-13, 10}, {-13, 10},
1969            {0, 0}, {0, 0}, {0, 0}, {0, 0}
1970  };  };
1971    
1972  short const dc_threshold[] = {  short const dc_threshold[] = {

Legend:
Removed from v.2179  
changed lines
  Added in v.2180

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