[FFmpeg-devel] [PATCH 04/14] arm: vp9itxfm16: Use the right lane size
Martin Storsjö
martin at martin.st
Fri Mar 17 00:10:09 EET 2017
This makes the code slightly clearer, but doesn't make any functional
difference.
---
libavcodec/arm/vp9itxfm_16bpp_neon.S | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/libavcodec/arm/vp9itxfm_16bpp_neon.S b/libavcodec/arm/vp9itxfm_16bpp_neon.S
index e6e9440..a92f323 100644
--- a/libavcodec/arm/vp9itxfm_16bpp_neon.S
+++ b/libavcodec/arm/vp9itxfm_16bpp_neon.S
@@ -1082,8 +1082,8 @@ A and r7, sp, #15
.ifc \txfm1\()_\txfm2,idct_idct
b 3f
1:
- vmov.i16 q14, #0
- vmov.i16 q15, #0
+ vmov.i32 q14, #0
+ vmov.i32 q15, #0
2:
subs r1, r1, #1
@ Unroll for 2 lines
--
2.7.4
More information about the ffmpeg-devel
mailing list