Home | History | Annotate | Download | only in src

Lines Matching refs:temp

217     Word16 temp;
247 temp = (aux1 - ((Word32)wf1_0 * *(p_dico++))) >> 15;
248 dist = ((Word32)temp * temp);
256 temp = (aux2 - ((Word32)wf1_1 * *(p_dico++))) >> 15;
257 dist += ((Word32)temp * temp);
265 temp = (aux3 - ((Word32)wf2_0 * *(p_dico++))) >> 15;
266 dist += ((Word32)temp * temp);
274 temp = (aux4 - ((Word32)wf2_1 * *(p_dico++))) >> 15;
275 dist += ((Word32)temp * temp);
383 Word16 temp;
420 temp = *p_dico++;
421 temp1 = lsf_r1_0 - temp;
422 temp2 = lsf_r1_0 + temp;
428 temp = *p_dico++;
429 temp1 = lsf_r1_1 - temp;
430 temp2 = lsf_r1_1 + temp;
442 temp = *p_dico++;
443 temp1 = lsf_r2_0 - temp;
444 temp2 = lsf_r2_0 + temp;
450 temp = *p_dico++;
451 temp1 = lsf_r2_1 - temp;
452 temp2 = lsf_r2_1 + temp;