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
4a6cc8fa
Commit
4a6cc8fa
authored
Sep 14, 2010
by
Måns Rullgård
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ARM: fix NEON h264_idct_add8
Originally committed as revision 25121 to
svn://svn.ffmpeg.org/ffmpeg/trunk
parent
bc6f0af2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
h264idct_neon.S
libavcodec/arm/h264idct_neon.S
+4
-4
No files found.
libavcodec/arm/h264idct_neon.S
View file @
4a6cc8fa
...
...
@@ -150,13 +150,13 @@ function ff_h264_idct_add8_neon, export=1
mov r2, r3
ldr r6, [sp, #32]
movrel r7, scan8+16
mov ip, #
8
mov ip, #
7
1: ldrb r8, [r7], #1
ldr r0, [r5], #4
ldrb r8, [r6, r8]
tst ip, #4
add
eq
r0, r0, r4
add
ne
r0, r0, r9
add
ne
r0, r0, r4
add
eq
r0, r0, r9
cmp r8, #0
ldrsh r8, [r1]
adrne lr, ff_h264_idct_add_neon
...
...
@@ -165,7 +165,7 @@ function ff_h264_idct_add8_neon, export=1
blxne lr
subs ip, ip, #1
add r1, r1, #32
b
n
e 1b
b
g
e 1b
pop {r4-r10,pc}
endfunc
...
...
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