Home | History | Annotate | Download | only in src

Lines Matching refs:L_tmp

42 	Word32 L_tmp, y32[L_SUBFR], L_tot;
54 L_tmp = 1; /* 1 -> to avoid null dn[] */
58 L_tmp += vo_L_mult(*p1++, *p2++);
60 y32[i] = L_tmp;
61 L_tmp = (L_tmp > 0)? L_tmp:-L_tmp;
62 if(L_tmp > L_max)
64 L_max = L_tmp;
67 L_tmp = 1L;
71 L_tmp += vo_L_mult(*p1++, *p2++);
73 y32[i+1] = L_tmp;
74 L_tmp = (L_tmp > 0)? L_tmp:-L_tmp;
75 if(L_tmp > L_max1)
77 L_max1 = L_tmp;
80 L_tmp = 1;
84 L_tmp += vo_L_mult(*p1++, *p2++);
86 y32[i+2] = L_tmp;
87 L_tmp = (L_tmp > 0)? L_tmp:-L_tmp;
88 if(L_tmp > L_max2)
90 L_max2 = L_tmp;
93 L_tmp = 1;
97 L_tmp += vo_L_mult(*p1++, *p2++);
99 y32[i+3] = L_tmp;
100 L_tmp = (L_tmp > 0)? L_tmp:-L_tmp;
101 if(L_tmp > L_max3)
103 L_max3 = L_tmp;