Commit 513c5680 authored by Manuel Jander's avatar Manuel Jander
Browse files

Correct comment about format (from static analysis).

parent 61388962
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -108,7 +108,7 @@ static Word16 calcCoh_fx( // Q15
        move32();
        IF( ener1_fx > 0 )
        {
            *predCoeff = BASOP_Util_Divide3232_Scale( cc_fx, ener1_fx, predCoeff_e ); /* Q31-predCoeff_e */
            *predCoeff = BASOP_Util_Divide3232_Scale( cc_fx, ener1_fx, predCoeff_e ); /* Q15-predCoeff_e */
            move32();
            *predCoeff_e = add( *predCoeff_e, sub( q_ener1, q_cc ) );
            move16();