comparison arm/asm-offsets.h @ 12357:71fbfa6cda8f libavcodec

ARM: update struct offsets
author mru
date Tue, 03 Aug 2010 22:29:38 +0000
parents 7c0b1b1593d6
children 1bb066014406
comparison
equal deleted inserted replaced
12356:1241c824de46 12357:71fbfa6cda8f
31 /* MpegEncContext */ 31 /* MpegEncContext */
32 #if defined(__ARM_EABI__) || defined(__eabi__) 32 #if defined(__ARM_EABI__) || defined(__eabi__)
33 #define Y_DC_SCALE 0xa54 33 #define Y_DC_SCALE 0xa54
34 #define C_DC_SCALE 0xa58 34 #define C_DC_SCALE 0xa58
35 #define AC_PRED 0xa80 35 #define AC_PRED 0xa80
36 #define BLOCK_LAST_INDEX 0x2278 36 #define BLOCK_LAST_INDEX 0x2164
37 #define INTER_SCANTAB_RASTER_END 0x2478 37 #define INTER_SCANTAB_RASTER_END 0x2364
38 #define H263_AIC 0x2728 38 #define H263_AIC 0x2610
39 #elif defined(__APPLE__) 39 #elif defined(__APPLE__)
40 #define Y_DC_SCALE 0xa30 40 #define Y_DC_SCALE 0xa30
41 #define C_DC_SCALE 0xa34 41 #define C_DC_SCALE 0xa34
42 #define AC_PRED 0xa5c 42 #define AC_PRED 0xa5c
43 #define BLOCK_LAST_INDEX 0x2254 43 #define BLOCK_LAST_INDEX 0x2140
44 #define INTER_SCANTAB_RASTER_END 0x2454 44 #define INTER_SCANTAB_RASTER_END 0x2340
45 #define H263_AIC 0x26f8 45 #define H263_AIC 0x25e4
46 #endif 46 #endif
47 47
48 #endif 48 #endif