Home | History | Annotate | Download | only in src

Lines Matching full:refl

96     refl[] = pointer to reflection coefficients of type Word16
133 Word16 refl[] // o : Reflection coefficients
162 refl[i] = shl(aState[i], 3);
164 L_temp = L_mult(refl[i], refl[i]);
178 L_acc = L_msu(L_acc, refl[i], aState[i-j-1]);
202 refl[i] = 0;
231 Word16 refl[], /* o : Reflection coefficients */
261 refl[i] = 0;
266 refl[i] = shl(aState[i], 3, pOverflow);
268 L_temp = L_mult(refl[i], refl[i], pOverflow);
282 L_acc = L_msu(L_acc, refl[i], aState[i-j-1], pOverflow);
292 refl[i] = 0;