mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-28 20:53:54 +02:00
arm: vp9itxfm16: Use the right lane size
This makes the code slightly clearer, but doesn't make any functional difference. Signed-off-by: Martin Storsjö <martin@martin.st>
This commit is contained in:
parent
21c89f3a26
commit
b46d37e93a
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user