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
lavc/aarch64/simple_idct: fix idct_col4_top coefficient
Fixes regression introduced by
5d0b8b1ae3
.
tags/n3.3.3
Matthieu Bouron
8 years ago
parent
6d7192bcb7
commit
20f5e2c177
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
libavcodec/aarch64/simple_idct_neon.S
+ 1
- 1
libavcodec/aarch64/simple_idct_neon.S
View File
@@ -74,7 +74,7 @@ endconst
.endm
.macro idct_col4_top y1, y2, y3, y4, i, l
smull\i v7.4S, \y3\l, z
1
smull\i v7.4S, \y3\l, z
2
smull\i v16.4S, \y3\l, z6
smull\i v17.4S, \y2\l, z1
add v19.4S, v23.4S, v7.4S
Write
Preview
Loading…
Cancel
Save