Lines Matching refs:nU
449 sig_inObj->nV = sig_inObj->nU = 0;
858 if ((sig_inObj->nU == 0) && (sig_inObj->voiced_p == 1)) {
871 for (nI = 0; nI < sig_inObj->nU; nI++) {
902 for (nI = 0; nI < sig_inObj->nU; nI++) {
923 for (nI = 0; nI < sig_inObj->nU; nI++) {
3980 sig_inObj->nU = 0; /*to avoid problems in case of very short voiced or unvoiced parts (less than 4 frames long)*/
4001 * - nV, nU : (integers) number of excitation points
4032 for (nI = 0; nI < sig_inObj->nU; nI++) {
4048 while ((sig_inObj->LocU[nI] < 0) && nI < sig_inObj->nU)
4051 for (nJ = nI; nJ < sig_inObj->nU; nJ++) {
4055 sig_inObj->nU -= nI;
4069 sig_inObj->LocU[sig_inObj->nU] = k;
4070 sig_inObj->EnU[sig_inObj->nU] = sqrtTi;
4071 sig_inObj->nU++;