Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(231)

Side by Side Diff: patches/to_upstream/16_neon_offsets.patch

Issue 4533003: patched ffmpeg nov 2 (Closed) Base URL: svn://chrome-svn/chrome/trunk/deps/third_party/ffmpeg/
Patch Set: '' Created 10 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 diff -rpu -N orig/libavcodec/arm/asm-offsets.h ffmpeg-mt/libavcodec/arm/asm-offs ets.h 1 diff -wurp -N orig/libavcodec/arm/asm-offsets.h ffmpeg-mt/libavcodec/arm/asm-off sets.h
2 --- orig/libavcodec/arm/asm-offsets.h» 2010-10-21 12:04:09 -0700 2 --- orig/libavcodec/arm/asm-offsets.h» 2010-11-04 08:10:48 -0700
3 +++ ffmpeg-mt/libavcodec/arm/asm-offsets.h» 2010-10-21 12:04:20 -0700 3 +++ ffmpeg-mt/libavcodec/arm/asm-offsets.h» 2010-11-04 08:10:55 -0700
4 @@ -30,12 +30,12 @@ 4 @@ -30,12 +30,12 @@
5 5
6 /* MpegEncContext */ 6 /* MpegEncContext */
7 #if defined(__ARM_EABI__) || defined(__eabi__) 7 #if defined(__ARM_EABI__) || defined(__eabi__)
8 -#define Y_DC_SCALE 0xa54 8 -#define Y_DC_SCALE 0xa54
9 -#define C_DC_SCALE 0xa58 9 -#define C_DC_SCALE 0xa58
10 -#define AC_PRED 0xa80 10 -#define AC_PRED 0xa80
11 -#define BLOCK_LAST_INDEX 0x2160 11 -#define BLOCK_LAST_INDEX 0x2160
12 -#define INTER_SCANTAB_RASTER_END 0x2360 12 -#define INTER_SCANTAB_RASTER_END 0x2360
13 -#define H263_AIC 0x2610 13 -#define H263_AIC 0x2610
14 +#define Y_DC_SCALE (0xa54+72) 14 +#define Y_DC_SCALE (0xa54+72)
15 +#define C_DC_SCALE (0xa58+72) 15 +#define C_DC_SCALE (0xa58+72)
16 +#define AC_PRED (0xa80+72) 16 +#define AC_PRED (0xa80+72)
17 +#define BLOCK_LAST_INDEX (0x2160+72) 17 +#define BLOCK_LAST_INDEX (0x2160+72)
18 +#define INTER_SCANTAB_RASTER_END (0x2360+72) 18 +#define INTER_SCANTAB_RASTER_END (0x2360+72)
19 +#define H263_AIC (0x2610+80) 19 +#define H263_AIC (0x2610+80)
20 #elif defined(__APPLE__) 20 #elif defined(__APPLE__)
21 #define Y_DC_SCALE 0xa30 21 #define Y_DC_SCALE 0xa30
22 #define C_DC_SCALE 0xa34 22 #define C_DC_SCALE 0xa34
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698