Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
F
ffmpeg.wasm-core
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
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Linshizhi
ffmpeg.wasm-core
Commits
8afac88e
Commit
8afac88e
authored
Jan 29, 2011
by
Mans Rullgard
Committed by
Michael Niedermayer
Jan 30, 2011
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ARM: update MpegEncContext offsets
(cherry picked from commit
0745116c
)
parent
d23e3e5f
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 @
8afac88e
...
...
@@ -33,16 +33,16 @@
#define Y_DC_SCALE 0xab4
#define C_DC_SCALE 0xab8
#define AC_PRED 0xae0
#define BLOCK_LAST_INDEX 0x21
bc
#define INTER_SCANTAB_RASTER_END 0x23
bc
#define H263_AIC 0x26
68
#define BLOCK_LAST_INDEX 0x21
c0
#define INTER_SCANTAB_RASTER_END 0x23
c0
#define H263_AIC 0x26
70
#elif defined(__APPLE__)
#define Y_DC_SCALE 0xa70
#define C_DC_SCALE 0xa74
#define AC_PRED 0xa9c
#define BLOCK_LAST_INDEX 0x217
8
#define INTER_SCANTAB_RASTER_END 0x237
8
#define H263_AIC 0x26
1c
#define BLOCK_LAST_INDEX 0x217
c
#define INTER_SCANTAB_RASTER_END 0x237
c
#define H263_AIC 0x26
20
#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