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

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

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

revision 1879, Tue Nov 10 14:06:58 2009 UTC revision 2177, Sun Nov 3 11:50:49 2019 UTC
# Line 19  Line 19 
19   *  along with this program ; if not, write to the Free Software   *  along with this program ; if not, write to the Free Software
20   *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA   *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
21   *   *
22   * $Id: mbcoding.c,v 1.58 2009-11-10 14:06:58 Isibaar Exp $   * $Id$
23   *   *
24   ****************************************************************************/   ****************************************************************************/
25    
# 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[] = {
1973          26708, 29545, 29472, 26223, 30580, 29281,  8293, 29545,          26708, 29545, 29472, 26223, 30580, 29281,  8293, 29545,
1974          25632, 29285, 30313, 25701, 26144, 28530,  8301, 26740,          25632, 29285, 30313, 25701, 26144, 28530,  8301, 26740,
1975           8293, 20039,  8277, 20551,  8268, 30296, 17513, 25376,           8293, 20039,  8277, 20551,  8268, 30296, 17513, 25376,
1976          25711, 25445, 10272, 11825, 11825, 10544,  2606, 28505,          25711, 25445, 10272, 11825, 11828, 10544,  2606, 28505,
1977          29301, 29472, 26223, 30580, 29281,  8293, 26980, 29811,          29301, 29472, 26223, 30580, 29281,  8293, 26980, 29811,
1978          26994, 30050, 28532,  8306, 24936,  8307, 28532, 26400,          26994, 30050, 28532,  8306, 24936,  8307, 28532, 26400,
1979          30313,  8293, 25441, 25955, 29555, 29728,  8303, 29801,          30313,  8293, 25441, 25955, 29555, 29728,  8303, 29801,

Legend:
Removed from v.1879  
changed lines
  Added in v.2177

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