Home
last modified time | relevance | path

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

/external/webrtc/src/modules/audio_coding/codecs/isac/main/source/
Dfft.c136 size_t nTotal, size_t nPass, size_t nSpan, int isign,
167 size_t nSpan, nPass, nTotal; in WebRtcIsac_Fftns() local
210 nSpan = dims [i]; in WebRtcIsac_Fftns()
211 if ((int)nSpan > max_factors) in WebRtcIsac_Fftns()
213 max_factors = (int)nSpan; in WebRtcIsac_Fftns()
215 if ((int)nSpan > max_perm) in WebRtcIsac_Fftns()
217 max_perm = (int)nSpan; in WebRtcIsac_Fftns()
229 nSpan = dims [i]; in WebRtcIsac_Fftns()
230 nPass *= nSpan; in WebRtcIsac_Fftns()
231 ret = FFTRADIX (Re, Im, nTotal, nSpan, nPass, iSign, in WebRtcIsac_Fftns()
[all …]
/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/main/source/
Dfft.c136 size_t nTotal, size_t nPass, size_t nSpan, int isign,
167 size_t nSpan, nPass, nTotal; in WebRtcIsac_Fftns() local
210 nSpan = dims [i]; in WebRtcIsac_Fftns()
211 if ((int)nSpan > max_factors) in WebRtcIsac_Fftns()
213 max_factors = (int)nSpan; in WebRtcIsac_Fftns()
215 if ((int)nSpan > max_perm) in WebRtcIsac_Fftns()
217 max_perm = (int)nSpan; in WebRtcIsac_Fftns()
229 nSpan = dims [i]; in WebRtcIsac_Fftns()
230 nPass *= nSpan; in WebRtcIsac_Fftns()
231 ret = FFTRADIX (Re, Im, nTotal, nSpan, nPass, iSign, in WebRtcIsac_Fftns()
[all …]
/external/chromium_org/third_party/sqlite/src/src/
Dwhere.c2606 int nSpan = 0; /* Number of histogram regions spanned */ in whereInScanEst() local
2637 for(i=nSpan=0; i<=SQLITE_INDEX_SAMPLES; i++){ in whereInScanEst()
2639 nSpan++; in whereInScanEst()
2644 nRowEst = (nSpan*2+nSingle)*p->aiRowEst[0]/(2*SQLITE_INDEX_SAMPLES) in whereInScanEst()
2649 nSpan, nSingle, nNotFound, nRowEst)); in whereInScanEst()
/external/skia/src/pathops/
DSkOpSegment.cpp2523 const SkOpSpan& nSpan = nextOther->span(nEnd); in checkTiny() local
2524 if (oSpan.fPt != nSpan.fPt) { in checkTiny()
2529 double nMidT = (nextSpan->fOtherT + nSpan.fT) / 2; in checkTiny()
/external/chromium_org/third_party/skia/src/pathops/
DSkOpSegment.cpp2599 const SkOpSpan& nSpan = nextOther->span(nEnd); in checkTiny() local
2600 if (oSpan.fPt != nSpan.fPt) { in checkTiny()
2605 double nMidT = (nextSpan->fOtherT + nSpan.fT) / 2; in checkTiny()
/external/chromium_org/third_party/sqlite/amalgamation/
Dsqlite3.c100260 int nSpan = 0; /* Number of histogram regions spanned */
100291 for(i=nSpan=0; i<=SQLITE_INDEX_SAMPLES; i++){
100293 nSpan++;
100298 nRowEst = (nSpan*2+nSingle)*p->aiRowEst[0]/(2*SQLITE_INDEX_SAMPLES)
100303 nSpan, nSingle, nNotFound, nRowEst));