You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-10 06:10:52 +02:00
aarch64: vp9mc: Fix a comment to refer to a register with the right name
This is cherrypicked from libav commit
85ad5ea72c
.
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
This commit is contained in:
committed by
Michael Niedermayer
parent
02cfb9a16e
commit
0ba0187535
@@ -250,7 +250,7 @@ function \type\()_8tap_\size\()h_\idx1\idx2
|
|||||||
.if \size >= 16
|
.if \size >= 16
|
||||||
sub x1, x1, x5
|
sub x1, x1, x5
|
||||||
.endif
|
.endif
|
||||||
// size >= 16 loads two qwords and increments r2,
|
// size >= 16 loads two qwords and increments x2,
|
||||||
// for size 4/8 it's enough with one qword and no
|
// for size 4/8 it's enough with one qword and no
|
||||||
// postincrement
|
// postincrement
|
||||||
.if \size >= 16
|
.if \size >= 16
|
||||||
|
Reference in New Issue
Block a user