mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-21 10:55:51 +02:00
x86/hevc_res_add: fix register count in hevc_transform_add{16,32}_10_avx2
Signed-off-by: James Almer <jamrial@gmail.com>
This commit is contained in:
parent
a6af4bf64d
commit
9f498f4e6f
@ -357,7 +357,7 @@ cglobal hevc_transform_add32_10,3,4,6
|
||||
%if HAVE_AVX2_EXTERNAL
|
||||
INIT_YMM avx2
|
||||
|
||||
cglobal hevc_transform_add16_10,3,4,10
|
||||
cglobal hevc_transform_add16_10,3,4,6
|
||||
pxor m4, m4
|
||||
mova m5, [max_pixels_10]
|
||||
lea r3, [r2*3]
|
||||
@ -370,7 +370,7 @@ cglobal hevc_transform_add16_10,3,4,10
|
||||
%endrep
|
||||
RET
|
||||
|
||||
cglobal hevc_transform_add32_10,3,4,10
|
||||
cglobal hevc_transform_add32_10,3,4,6
|
||||
pxor m4, m4
|
||||
mova m5, [max_pixels_10]
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user