Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthieu Bouron <matthieu.bouron@gmail.com>2017-06-13 18:19:51 +0300
committerMatthieu Bouron <matthieu.bouron@gmail.com>2017-06-13 18:46:55 +0300
commit8aa60606fb64b8280627935b0df55d4d2aeca5d1 (patch)
treebf21b8f0eda02975f0d81078d2db5720eefeba66 /libavcodec/aarch64
parent4cc2a357f5dce9bad36b59fb31ba5cf61cc56272 (diff)
lavc/aarch64/simple_idct: fix idct_col4_top coefficient
Fixes regression introduced by 5d0b8b1ae307951310c7d9a8fa282fbca9b997cd.
Diffstat (limited to 'libavcodec/aarch64')
-rw-r--r--libavcodec/aarch64/simple_idct_neon.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/aarch64/simple_idct_neon.S b/libavcodec/aarch64/simple_idct_neon.S
index 92987985d2..5bd31e5be9 100644
--- a/libavcodec/aarch64/simple_idct_neon.S
+++ b/libavcodec/aarch64/simple_idct_neon.S
@@ -74,7 +74,7 @@ endconst
.endm
.macro idct_col4_top y1, y2, y3, y4, i, l
- smull\i v7.4S, \y3\l, z1
+ smull\i v7.4S, \y3\l, z2
smull\i v16.4S, \y3\l, z6
smull\i v17.4S, \y2\l, z1
add v19.4S, v23.4S, v7.4S