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
e40e446e
Commit
e40e446e
authored
Feb 16, 2015
by
Seppo Tomperi
Committed by
Michael Niedermayer
Feb 16, 2015
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
hevcdsp: HEVC deblocking ARM NEON register clobber fix
Signed-off-by:
Michael Niedermayer
<
michaelni@gmx.at
>
parent
0f834155
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
hevcdsp_deblock_neon.S
libavcodec/arm/hevcdsp_deblock_neon.S
+3
-3
No files found.
libavcodec/arm/hevcdsp_deblock_neon.S
View file @
e40e446e
...
@@ -32,10 +32,10 @@
...
@@ -32,10 +32,10 @@
.endm
.endm
.macro hevc_loop_filter_chroma_body
.macro hevc_loop_filter_chroma_body
vsubl.u8 q
4
, d4, d2
vsubl.u8 q
3
, d4, d2
vsubl.u8 q11, d18, d19
vsubl.u8 q11, d18, d19
vshl.i16 q
4
, #2
vshl.i16 q
3
, #2
vadd.i16 q11, q
4
vadd.i16 q11, q
3
vdup.16 d0, r12
vdup.16 d0, r12
vdup.16 d1, r3
vdup.16 d1, r3
vrshr.s16 q11, q11, #3
vrshr.s16 q11, q11, #3
...
...
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