Home | History | Annotate | Download | only in src

Lines Matching defs:NC

93 #define NC (M/2)
143 int16 nc;
149 nc = m >> 1;
152 if (nc > 8)
154 Get_isp_pol_16kHz(&isp[0], f1, nc);
155 for (i = 0; i <= nc; i++)
159 Get_isp_pol_16kHz(&isp[1], f2, nc - 1);
160 for (i = 0; i <= nc - 1; i++)
167 Get_isp_pol(&isp[0], f1, nc);
168 Get_isp_pol(&isp[1], f2, nc - 1);
175 for (i = nc - 1; i > 1; i--)
184 for (i = 0; i < nc; i++)
207 for (i = 1; i < nc; i++)
251 for (i = 1, j = m - 1; i < nc; i++, j--)
275 /* a[NC] = 0.5*f1[NC]*(1.0 + isp[M-1]); */
278 t0 = (int32)(((int64)f1[nc] * isp[m - 1]) >> 16) << 1;
281 t0 = add_int32(f1[nc], t0);
284 a[nc] = (int16)((t0 >> q_sug) + ((t0 >> (q_sug - 1)) & 1));
302 n : == NC for F1(z); == NC-1 for F2(z)