Skip to content
Commits on Source (5)
......@@ -71,8 +71,8 @@ void gauss_L2_fx(
FOR( i = 0; i < L_SUBFR; i++ )
{
tmp32 = L_mac0( tmp32, y11[i], y11[i] ); /* Q18 */
tmp32_2 = L_mac0( tmp32_2, y11[i], y2[i] ); /* Q18 */
tmp32 = L_mac0_sat( tmp32, y11[i], y11[i] ); /* Q18 */
tmp32_2 = L_mac0_sat( tmp32_2, y11[i], y2[i] ); /* Q18 */
}
tmp16 = norm_l( tmp32 );
......