Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
F
ffmpeg
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
ffmpeg
Commits
2eef5291
Commit
2eef5291
authored
Aug 03, 2010
by
Måns Rullgård
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ARM: update struct offsets
Originally committed as revision 24686 to
svn://svn.ffmpeg.org/ffmpeg/trunk
parent
f079a64a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
asm-offsets.h
libavcodec/arm/asm-offsets.h
+6
-6
No files found.
libavcodec/arm/asm-offsets.h
View file @
2eef5291
...
@@ -33,16 +33,16 @@
...
@@ -33,16 +33,16 @@
#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 0x2
278
#define BLOCK_LAST_INDEX 0x2
164
#define INTER_SCANTAB_RASTER_END 0x2
478
#define INTER_SCANTAB_RASTER_END 0x2
364
#define H263_AIC 0x2
728
#define H263_AIC 0x2
610
#elif defined(__APPLE__)
#elif defined(__APPLE__)
#define Y_DC_SCALE 0xa30
#define Y_DC_SCALE 0xa30
#define C_DC_SCALE 0xa34
#define C_DC_SCALE 0xa34
#define AC_PRED 0xa5c
#define AC_PRED 0xa5c
#define BLOCK_LAST_INDEX 0x2
254
#define BLOCK_LAST_INDEX 0x2
140
#define INTER_SCANTAB_RASTER_END 0x2
454
#define INTER_SCANTAB_RASTER_END 0x2
340
#define H263_AIC 0x2
6f8
#define H263_AIC 0x2
5e4
#endif
#endif
#endif
#endif
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment