Home | History | Annotate | Download | only in src

Lines Matching refs:temp

209     Word16 *p_dico, temp;
217 temp = sub (lsf_r1[0], *p_dico++);
218 temp = mult (wf1[0], temp);
219 dist = L_mult (temp, temp);
221 temp = sub (lsf_r1[1], *p_dico++);
222 temp = mult (wf1[1], temp);
223 dist = L_mac (dist, temp, temp);
225 temp = sub (lsf_r1[2], *p_dico++);
226 temp = mult (wf1[2], temp);
227 dist = L_mac (dist, temp, temp);
229 temp = sub (lsf_r1[3], *p_dico++);
230 temp = mult (wf1[3], temp);
231 dist = L_mac (dist, temp, temp);
285 Word16 temp;
318 temp = lsf_r1_0 - (*p_dico++);
319 temp = (Word16)((((Word32) wf1_0) * temp) >> 15);
320 dist = ((Word32) temp) * temp;
322 temp = lsf_r1_1 - (*p_dico++);
323 temp = (Word16)((((Word32) wf1_1) * temp) >> 15);
324 dist += ((Word32) temp) * temp;
326 temp = lsf_r1_2 - (*p_dico++);
327 temp = (Word16)((((Word32) wf1_2) * temp) >> 15);
328 dist += ((Word32) temp) * temp;
330 temp = lsf_r1_3 - (*p_dico++);
331 temp = (Word16)((((Word32) wf1_3) * temp) >> 15);
332 dist += ((Word32) temp) * temp;
516 Word16 *p_dico, temp;
525 temp = sub(lsf_r1[0], *p_dico++);
526 temp = mult(wf1[0], temp);
527 dist = L_mult(temp, temp);
529 temp = sub(lsf_r1[1], *p_dico++);
530 temp = mult(wf1[1], temp);
531 dist = L_mac(dist, temp, temp);
533 temp
534 temp = mult(wf1[2], temp);
535 dist = L_mac(dist, temp, temp);
548 temp = sub(lsf_r1[0], *p_dico++);
549 temp = mult(wf1[0], temp);
550 dist = L_mult(temp, temp);
552 temp = sub(lsf_r1[1], *p_dico++);
553 temp = mult(wf1[1], temp);
554 dist = L_mac(dist, temp, temp);
556 temp = sub(lsf_r1[2], *p_dico++);
557 temp = mult(wf1[2], temp);
558 dist = L_mac(dist, temp, temp);
611 Word16 temp;
649 temp = lsf_r1_0 - (*p_dico++);
650 temp = (Word16)((((Word32) wf1_0) * temp) >> 15);
651 dist = ((Word32) temp) * temp;
653 temp = lsf_r1_1 - (*p_dico++);
654 temp = (Word16)((((Word32) wf1_1) * temp) >> 15);
655 dist += ((Word32) temp) * temp;
657 temp = lsf_r1_2 - (*p_dico++);
658 temp = (Word16)((((Word32) wf1_2) * temp) >> 15);
659 dist += ((Word32) temp) * temp;
1028 Word16 temp;
1050 temp = (Word16)((((Word32) st->past_rq[i]) *
1053 *(lsf_p + i) = *(mean_lsf_3 + i) + temp;