Home
last modified time | relevance | path

Searched refs:npts (Results 1 – 4 of 4) sorted by relevance

/external/libxaac/decoder/armv7/
Dixheaacd_fft_armv7.c17 WORD32 npts, shift; in ixheaacd_complex_fft_p2_armv7() local
30 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()
/external/skqp/samplecode/
DSamplePatch.cpp115 int i, npts = (nu + nv) * 2; in draw() local
116 SkAutoSTMalloc<16, SkPoint> storage(npts + 1); in draw()
129 for (i = 0; i < npts; i++) { in draw()
/external/skia/samplecode/
DSamplePatch.cpp115 int i, npts = (nu + nv) * 2; in draw() local
116 SkAutoSTMalloc<16, SkPoint> storage(npts + 1); in draw()
129 for (i = 0; i < npts; i++) { in draw()
/external/libxaac/decoder/
Dixheaacd_fft.c544 WORD32 npts, shift; in ixheaacd_complex_fft_p2_dec() local
558 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() local
1677 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()