|
|
@@ -27,8 +27,8 @@ SECTION .text |
|
|
%if lut_bits != 8 |
|
|
%if lut_bits != 8 |
|
|
sar %1q, 8-lut_bits |
|
|
sar %1q, 8-lut_bits |
|
|
%endif |
|
|
%endif |
|
|
movsx %1d, word [%3q+%1q*2] |
|
|
|
|
|
add %1d, %2d |
|
|
|
|
|
|
|
|
movsx %1q, word [%3q+%1q*2] |
|
|
|
|
|
add %1q, %2q |
|
|
%endmacro |
|
|
%endmacro |
|
|
|
|
|
|
|
|
%macro LOAD 3 ; dstreg, x, bitdepth |
|
|
%macro LOAD 3 ; dstreg, x, bitdepth |
|
|
|