Commit b9ddc95f authored by TYAGIRIS's avatar TYAGIRIS
Browse files

address review comment

parent 2ad939bc
Loading
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -4334,7 +4334,7 @@ void ivas_get_spar_md_from_dirac_enc_fx(
                        FOR( ch = 1; ch < foa_ch; ch++ )
                        {
                            /*when control comes here, response_avg_fx[ch] should be less than EPSILON*/
                            response_avg_fx[ch] = L_shl( response_avg_fx[ch], sub( Q30, EPSILON_FX_SHIFT ) ); // q30
                            response_avg_fx[ch] = L_shl( response_avg_fx[ch], Q30 - EPSILON_FX_SHIFT ); // q30
                            move32();
                        }
                    }
@@ -4939,7 +4939,7 @@ void ivas_get_spar_md_from_dirac_fx(
                        FOR( ch = 1; ch < foa_ch; ch++ )
                        {
                            /*when control comes here, response_avg_fx[ch] should be less than EPSILON*/
                            response_avg_fx[ch] = L_shl( response_avg_fx[ch], sub( Q30, EPSILON_FX_SHIFT ) ); // q30
                            response_avg_fx[ch] = L_shl( response_avg_fx[ch], Q30 - EPSILON_FX_SHIFT ); // q30
                            move32();
                        }
                    }