Home | History | Annotate | Download | only in src

Lines Matching refs:NC

57               4. Used NC in the definition of f1 and f2 arrays.
106 #define NC M/2 /* M = LPC order, NC = M/2 */
399 * for (i = 0; i< NC; i++) *
414 for (i = 0; i < NC; i++)
439 ylow = Chebps (xlow, coef, NC);
449 ylow = Chebps (xlow, coef, NC);
460 ymid = Chebps (xmid, coef, NC);
519 ylow = Chebps (xlow, coef, NC);
583 Word16 f1[NC + 1];
584 Word16 f2[NC + 1];
597 * for (i = 0; i< NC; i++) *
607 for (i = 0; i < NC; i++)
633 ylow = Chebps(xlow, coef, NC, pOverflow);
643 ylow = Chebps(xlow, coef, NC, pOverflow);
655 ymid = Chebps(xmid, coef, NC, pOverflow);
715 ylow = Chebps(xlow, coef, NC, pOverflow);
724 for (i = NC; i != 0 ; i--)