Go to the documentation of this file.
21 #ifndef AVCODEC_ARM_ASM_OFFSETS_H
22 #define AVCODEC_ARM_ASM_OFFSETS_H
26 #define CHK_OFFS(s, m, o) struct check_##o { \
27 int x_##o[offsetof(s, m) == o? 1: -1]; \
32 #define Y_DC_SCALE 0xa8
33 #define C_DC_SCALE 0xac
35 #define BLOCK_LAST_INDEX 0xb4
37 #define INTER_SCANTAB_RASTER_END 0x12c