Loading lib_com/residu_fx.c +0 −1 Original line number Diff line number Diff line Loading @@ -47,7 +47,6 @@ void residu_ivas_fx( FOR( i = 0; i < l; i++ ) { s64 = W_mult_32_16( x[i], a[0] ); move32(); FOR( j = 1; j <= m; j++ ) { s64 = W_mac_32_16( s64, x[i - j], a[j] ); Loading Loading
lib_com/residu_fx.c +0 −1 Original line number Diff line number Diff line Loading @@ -47,7 +47,6 @@ void residu_ivas_fx( FOR( i = 0; i < l; i++ ) { s64 = W_mult_32_16( x[i], a[0] ); move32(); FOR( j = 1; j <= m; j++ ) { s64 = W_mac_32_16( s64, x[i - j], a[j] ); Loading