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
5f3eca12
Commit
5f3eca12
authored
Oct 11, 2006
by
Michael Niedermayer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
10l
Originally committed as revision 6654 to
svn://svn.ffmpeg.org/ffmpeg/trunk
parent
0fa352c7
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
cabac.h
libavcodec/cabac.h
+2
-2
No files found.
libavcodec/cabac.h
View file @
5f3eca12
...
@@ -380,7 +380,7 @@ static int get_cabac(CABACContext *c, uint8_t * const state){
...
@@ -380,7 +380,7 @@ static int get_cabac(CABACContext *c, uint8_t * const state){
"movl "
RANGE
"(%2), %%ebx
\n\t
"
"movl "
RANGE
"(%2), %%ebx
\n\t
"
"movl "
RANGE
"(%2), %%edx
\n\t
"
"movl "
RANGE
"(%2), %%edx
\n\t
"
"shrl $23, %%ebx
\n\t
"
"shrl $23, %%ebx
\n\t
"
"movzbl
ff_h264_lps_range
(%%ebx, %%eax, 4), %%esi
\n\t
"
"movzbl
"
MANGLE
(
ff_h264_lps_range
)
"
(%%ebx, %%eax, 4), %%esi
\n\t
"
"shll $17, %%esi
\n\t
"
"shll $17, %%esi
\n\t
"
"movl "
LOW
"(%2), %%ebx
\n\t
"
"movl "
LOW
"(%2), %%ebx
\n\t
"
//eax:state ebx:low, edx:range, esi:RangeLPS
//eax:state ebx:low, edx:range, esi:RangeLPS
...
@@ -450,7 +450,7 @@ static int get_cabac(CABACContext *c, uint8_t * const state){
...
@@ -450,7 +450,7 @@ static int get_cabac(CABACContext *c, uint8_t * const state){
"movl "
RANGE
"(%2), %%ebx
\n\t
"
"movl "
RANGE
"(%2), %%ebx
\n\t
"
"movl "
RANGE
"(%2), %%edx
\n\t
"
"movl "
RANGE
"(%2), %%edx
\n\t
"
"shrl $23, %%ebx
\n\t
"
"shrl $23, %%ebx
\n\t
"
"movzbl
ff_h264_lps_range
(%%ebx, %%eax, 4), %%esi
\n\t
"
"movzbl
"
MANGLE
(
ff_h264_lps_range
)
"
(%%ebx, %%eax, 4), %%esi
\n\t
"
"shll $17, %%esi
\n\t
"
"shll $17, %%esi
\n\t
"
"movl "
LOW
"(%2), %%ebx
\n\t
"
"movl "
LOW
"(%2), %%ebx
\n\t
"
//eax:state ebx:low, edx:range, esi:RangeLPS
//eax:state ebx:low, edx:range, esi:RangeLPS
...
...
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