Fixed left out code
This commit is contained in:
@@ -1749,7 +1749,6 @@ section .text
|
|||||||
add edx,eax
|
add edx,eax
|
||||||
|
|
||||||
mov eax,[prev0]
|
mov eax,[prev0]
|
||||||
mov [prev0],edx
|
|
||||||
mov [prev1],eax
|
mov [prev1],eax
|
||||||
cmp edx,-32768
|
cmp edx,-32768
|
||||||
jnl %%notless
|
jnl %%notless
|
||||||
@@ -1761,6 +1760,8 @@ section .text
|
|||||||
mov edx,32767
|
mov edx,32767
|
||||||
mov byte[filteron],1
|
mov byte[filteron],1
|
||||||
%%notgreater
|
%%notgreater
|
||||||
|
movsx edx,dx
|
||||||
|
mov [prev0],edx
|
||||||
%endmacro
|
%endmacro
|
||||||
|
|
||||||
EXTSYM fir_downsample
|
EXTSYM fir_downsample
|
||||||
|
|||||||
Reference in New Issue
Block a user