Home | History | Annotate | Download | only in src

Lines Matching defs:aState

141    Word16 aState[M];
154 aState[i] = a[i];
160 if (sub(abs_s(aState[i]), 4096) >= 0)
165 refl[i] = shl(aState[i], 3);
180 L_acc = L_deposit_h(aState[j]);
181 L_acc = L_msu(L_acc, refl[i], aState[i-j-1]);
197 aState[j] = bState[j];
241 Word16 aState[M];
254 aState[i] = a[i];
260 if (abs_s(aState[i]) >= 4096)
269 refl[i] = shl(aState[i], 3, pOverflow);
284 L_acc = L_deposit_h(aState[j]);
285 L_acc = L_msu(L_acc, refl[i], aState[i-j-1], pOverflow);
306 aState[j] = bState[j];