mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-02-09 14:14:39 +02:00
ARM: struct offsets for Apple ABI
Originally committed as revision 23438 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
30d87675f1
commit
c0f8ee0fd7
@ -29,11 +29,20 @@
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* MpegEncContext */
|
/* MpegEncContext */
|
||||||
|
#ifdef __ARM_EABI__
|
||||||
#define Y_DC_SCALE 0xa54
|
#define Y_DC_SCALE 0xa54
|
||||||
#define C_DC_SCALE 0xa58
|
#define C_DC_SCALE 0xa58
|
||||||
#define AC_PRED 0xa80
|
#define AC_PRED 0xa80
|
||||||
#define BLOCK_LAST_INDEX 0x2278
|
#define BLOCK_LAST_INDEX 0x2278
|
||||||
#define INTER_SCANTAB_RASTER_END 0x2478
|
#define INTER_SCANTAB_RASTER_END 0x2478
|
||||||
#define H263_AIC 0x2728
|
#define H263_AIC 0x2728
|
||||||
|
#elif defined(__APPLE__)
|
||||||
|
#define Y_DC_SCALE 0xa30
|
||||||
|
#define C_DC_SCALE 0xa34
|
||||||
|
#define AC_PRED 0xa5c
|
||||||
|
#define BLOCK_LAST_INDEX 0x2254
|
||||||
|
#define INTER_SCANTAB_RASTER_END 0x2454
|
||||||
|
#define H263_AIC 0x26f8
|
||||||
|
#endif
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user