Commit 7ece91aa authored by Sandesh Venkatesh's avatar Sandesh Venkatesh
Browse files

Comment update

parent 119e85bf
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -220,7 +220,7 @@ static Word16 ic_bwe_enc_specMapping_ivas_fx(
    u_fx = extract_l( *specMapping_fx );


    /*only possible saturation is -32768 and -32768 to avoid crash in that case mult_sat is used instead of mult*/
    /* while performing (-32768)*(-32768), overflow occurs because the result comes out as 32768 after mult. This is the only case for mult where overflow happens. In order to avoid this scenario mult_sat is used */

    tmp = mult_sat( b_fx, b_fx );  // b_e  + b_e;
    tmp1 = mult_sat( a_fx, c_fx ); // a_e + c_e + 2