Searched refs:npts (Results 1 – 4 of 4) sorted by relevance
17 WORD32 npts, shift; in ixheaacd_complex_fft_p2_armv7() local30 npts = npoints; // CALCULATION OF GUARD BITS in ixheaacd_complex_fft_p2_armv7()31 while (npts >> 1) { in ixheaacd_complex_fft_p2_armv7()33 npts = npts >> 1; in ixheaacd_complex_fft_p2_armv7()
115 int i, npts = (nu + nv) * 2; in draw() local116 SkAutoSTMalloc<16, SkPoint> storage(npts + 1); in draw()129 for (i = 0; i < npts; i++) { in draw()
544 WORD32 npts, shift; in ixheaacd_complex_fft_p2_dec() local558 npts = npoints; in ixheaacd_complex_fft_p2_dec()559 while (npts >> 1) { in ixheaacd_complex_fft_p2_dec()561 npts = npts >> 1; in ixheaacd_complex_fft_p2_dec()1666 WORD32 cnfac, npts; in ixheaacd_complex_fft_p3() local1677 npts = mpass; in ixheaacd_complex_fft_p3()1693 while (npts >> 1) { in ixheaacd_complex_fft_p3()1695 npts = npts >> 1; in ixheaacd_complex_fft_p3()