summaryrefslogtreecommitdiff
path: root/libavcodec/arm/asm-offsets.h
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2013-12-05 21:14:40 +0100
committerAnton Khirnov <anton@khirnov.net>2014-04-29 14:49:42 +0200
commit6a13505c069890cb0e2a07e29fd819a0cf2e73c1 (patch)
tree930c490ad7036c228a357fbf11e5c301bffc7d1c /libavcodec/arm/asm-offsets.h
parent5a70a783f04919514efec7751d710b64d8975fd7 (diff)
mpegvideo: move the MpegEncContext fields used from arm asm to the beginning
This should reduce the frequency with which the offsets need to be updated.
Diffstat (limited to 'libavcodec/arm/asm-offsets.h')
-rw-r--r--libavcodec/arm/asm-offsets.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/libavcodec/arm/asm-offsets.h b/libavcodec/arm/asm-offsets.h
index fdc33ce41a..0ea2f04e4a 100644
--- a/libavcodec/arm/asm-offsets.h
+++ b/libavcodec/arm/asm-offsets.h
@@ -22,11 +22,11 @@
#define AVCODEC_ARM_ASM_OFFSETS_H
/* MpegEncContext */
-#define Y_DC_SCALE 0xa8
-#define C_DC_SCALE 0xac
-#define AC_PRED 0xb0
-#define BLOCK_LAST_INDEX 0xb4
-#define H263_AIC 0xe4
-#define INTER_SCANTAB_RASTER_END 0x12c
+#define Y_DC_SCALE 0x04
+#define C_DC_SCALE 0x08
+#define AC_PRED 0x0c
+#define BLOCK_LAST_INDEX 0x10
+#define H263_AIC 0x40
+#define INTER_SCANTAB_RASTER_END 0x88
#endif /* AVCODEC_ARM_ASM_OFFSETS_H */