~medibuntu-maintainers/mplayer/medibuntu.precise

« back to all changes in this revision

Viewing changes to ffmpeg/libavcodec/arm/asm-offsets.h

  • 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:
29
29
#endif
30
30
 
31
31
/* MpegEncContext */
32
 
#define Y_DC_SCALE               0xb4
33
 
#define C_DC_SCALE               0xb8
34
 
#define AC_PRED                  0xbc
35
 
#define BLOCK_LAST_INDEX         0xc0
36
 
#define H263_AIC                 0xf0
37
 
#define INTER_SCANTAB_RASTER_END 0x138
 
32
#define Y_DC_SCALE               0xa8
 
33
#define C_DC_SCALE               0xac
 
34
#define AC_PRED                  0xb0
 
35
#define BLOCK_LAST_INDEX         0xb4
 
36
#define H263_AIC                 0xe4
 
37
#define INTER_SCANTAB_RASTER_END 0x12c
38
38
 
39
39
#endif /* AVCODEC_ARM_ASM_OFFSETS_H */