This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
Browse Source
aarch64: Add missing sign extension in ff_h264_idct8_add_neon
Signed-off-by: Martin Storsjö <martin@martin.st>
tags/n3.3
Martin Storsjö
9 years ago
parent
cbd84b8a51
commit
9b2ccafb48
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
libavcodec/aarch64/h264idct_neon.S
+ 1
- 0
libavcodec/aarch64/h264idct_neon.S
View File
@@ -264,6 +264,7 @@ endfunc
function ff_h264_idct8_add_neon, export=1
movi v19.8H, #0
sxtw x2, w2
ld1 {v24.8H, v25.8H}, [x1]
st1 {v19.8H}, [x1], #16
st1 {v19.8H}, [x1], #16
Write
Preview
Loading…
Cancel
Save