Home | History | Annotate | Download | only in src

Lines Matching refs:NC

55 #define NC  (M/2)
70 Word16 f1[NC + 1], f2[NC];
77 * for (i=0; i<NC; i++) *
82 * f1[NC] = 2.0*a[NC]; *
84 * for (i=2; i<NC; i++) Divide by (1-z^-2) *
87 for (i = 0; i < NC; i++)
93 f1[NC] = a[NC];
94 for (i = 2; i < NC; i++) /* Divide by (1-z^-2) */
111 order = NC;
171 order = NC - 1;
176 order = NC;