Searched refs:nSpan (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/main/source/
H A Dfft.c78 * size_t nSpan, int iSign, size_t max_factors,
111 * WebRtcIsac_Fftradix ( &data[0], &data[1], NTOTAL, nPass, nSpan, 2, maxf, maxp);
136 size_t nTotal, size_t nPass, size_t nSpan, int isign,
167 size_t nSpan, nPass, nTotal; local
210 nSpan = dims [i];
211 if ((int)nSpan > max_factors)
213 max_factors = (int)nSpan;
215 if ((int)nSpan > max_perm)
217 max_perm = (int)nSpan;
229 nSpan
265 FFTRADIX(REAL Re[], REAL Im[], size_t nTotal, size_t nPass, size_t nSpan, int iSign, int max_factors, unsigned int max_perm, FFTstr *fftstate) argument
[all...]
/external/webrtc/src/modules/audio_coding/codecs/isac/main/source/
H A Dfft.c78 * size_t nSpan, int iSign, size_t max_factors,
111 * WebRtcIsac_Fftradix ( &data[0], &data[1], NTOTAL, nPass, nSpan, 2, maxf, maxp);
136 size_t nTotal, size_t nPass, size_t nSpan, int isign,
167 size_t nSpan, nPass, nTotal; local
210 nSpan = dims [i];
211 if ((int)nSpan > max_factors)
213 max_factors = (int)nSpan;
215 if ((int)nSpan > max_perm)
217 max_perm = (int)nSpan;
229 nSpan
265 FFTRADIX(REAL Re[], REAL Im[], size_t nTotal, size_t nPass, size_t nSpan, int iSign, int max_factors, unsigned int max_perm, FFTstr *fftstate) argument
[all...]
/external/chromium_org/third_party/sqlite/src/src/
H A Dwhere.c2606 int nSpan = 0; /* Number of histogram regions spanned */ local
2637 for(i=nSpan=0; i<=SQLITE_INDEX_SAMPLES; i++){
2639 nSpan++;
2644 nRowEst = (nSpan*2+nSingle)*p->aiRowEst[0]/(2*SQLITE_INDEX_SAMPLES)
2648 WHERETRACE(("IN row estimate: nSpan=%d, nSingle=%d, nNotFound=%d, est=%g\n",
2649 nSpan, nSingle, nNotFound, nRowEst));
/external/chromium_org/third_party/skia/src/pathops/
H A DSkOpSegment.cpp2523 const SkOpSpan& nSpan = nextOther->span(nEnd);
2524 if (oSpan.fPt != nSpan.fPt) {
2529 double nMidT = (nextSpan->fOtherT + nSpan.fT) / 2;
/external/skia/src/pathops/
H A DSkOpSegment.cpp2523 const SkOpSpan& nSpan = nextOther->span(nEnd);
2524 if (oSpan.fPt != nSpan.fPt) {
2529 double nMidT = (nextSpan->fOtherT + nSpan.fT) / 2;
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c100260 int nSpan = 0; /* Number of histogram regions spanned */ local
[all...]

Completed in 312 milliseconds