Commit 9b62d90b authored by Fabian Bauer's avatar Fabian Bauer
Browse files

buildfix

parent 001ee083
Loading
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -508,7 +508,6 @@ static void modify_pst_param_fx(
        lp_noiseQ12 = shl_sat( lp_noise, 4 ); /* to go from Q8 to Q12 */ //??sat
#else
        lp_noiseQ12 = shl_o( lp_noise, 4, &Overflow );                                                                /* to go from Q8 to Q12 */
#endif
#endif

        /* ftmp = lp_noise*BG1_FX + CG1_FX */