Home | History | Annotate | Download | only in src

Lines Matching refs:L_temp

516     Word32 L_temp;     // temporarily variable
584 L_temp = L_mult(y1[i], *gain_pit);
585 L_temp = L_shl(L_temp, 1);
586 xn2[i] = sub(xn[i], extract_h(L_temp));
588 L_temp = L_mult(exc[i], *gain_pit);
589 L_temp = L_shl(L_temp, 1);
590 res2[i] = sub(res2[i], extract_h(L_temp));
643 Word32 L_temp; /* temporarily variable */
756 L_temp = ((Word32) * (p_yl++) * temp) >> 14;
757 *(p_xn2++) = *(p_xn++) - (Word16)L_temp;
759 L_temp = ((Word32) * (p_exc++) * temp) >> 14;
760 res2[i] -= (Word16)L_temp;