mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-01-03 05:10:03 +02:00
avcodec/x86/v210enc: replace register use with named register
This commit is contained in:
parent
cfd1c3c0a1
commit
bda53d2dde
@ -62,7 +62,7 @@ SECTION .text
|
||||
|
||||
; v210_planar_pack_10(const uint16_t *y, const uint16_t *u, const uint16_t *v, uint8_t *dst, ptrdiff_t width)
|
||||
cglobal v210_planar_pack_10, 5, 5, 4+cpuflag(avx2), y, u, v, dst, width
|
||||
lea r0, [yq+2*widthq]
|
||||
lea yq, [yq+2*widthq]
|
||||
add uq, widthq
|
||||
add vq, widthq
|
||||
neg widthq
|
||||
|
Loading…
Reference in New Issue
Block a user