~medibuntu-maintainers/mplayer/medibuntu.precise

« back to all changes in this revision

Viewing changes to ffmpeg/libavcodec/acelp_vectors.c

  • Committer: Package Import Robot
  • Author(s): Reinhard Tartler
  • Date: 2012-01-12 22:23:28 UTC
  • mfrom: (0.4.7 sid)
  • mto: This revision was merged to the branch mainline in revision 76.
  • Revision ID: package-import@ubuntu.com-20120112222328-8jqdyodym3p84ygu
Tags: 2:1.0~rc4.dfsg1+svn34540-1
* New upstream snapshot
* upload to unstable

Show diffs side-by-side

added added

removed removed

Lines of Context:
48
48
  28, 26,
49
49
};
50
50
 
51
 
const uint8_t ff_fc_2pulses_9bits_track2_gray[32] =
52
 
{
53
 
  0,  2,
54
 
  5,  4,
55
 
  12, 10,
56
 
  7,  9,
57
 
  25, 24,
58
 
  20, 22,
59
 
  14, 15,
60
 
  19, 17,
61
 
  36, 31,
62
 
  21, 26,
63
 
  1,  6,
64
 
  16, 11,
65
 
  27, 29,
66
 
  32, 30,
67
 
  39, 37,
68
 
  34, 35,
69
 
};
70
 
 
71
51
const uint8_t ff_fc_4pulses_8bits_tracks_13[16] =
72
52
{
73
53
  0, 5, 10, 15, 20, 25, 30, 35, 40, 45, 50, 55, 60, 65, 70, 75,