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