Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_coding/codecs/ilbc/
Dcb_search.c73 int32_t cDot[128]; in WebRtcIlbcfix_CbSearch() local
87 int16_t *aug_vec = (int16_t*)cDot; /* length [SUBL], reuse memory */ in WebRtcIlbcfix_CbSearch()
203 interpSamples, cDot, in WebRtcIlbcfix_CbSearch()
205 cDotPtr=&cDot[20]; in WebRtcIlbcfix_CbSearch()
207 cDotPtr=cDot; in WebRtcIlbcfix_CbSearch()
223 cDot, range, stage, inverseEnergy, in WebRtcIlbcfix_CbSearch()
229 CritNew, CritNewSh, indexNew+indexOffset, cDot[indexNew+indexOffset], in WebRtcIlbcfix_CbSearch()
247 interpSamplesFilt, cDot, sInd + 20, in WebRtcIlbcfix_CbSearch()
250 cDotPtr = &cDot[20 - sInd]; in WebRtcIlbcfix_CbSearch()
252 cDotPtr = cDot; in WebRtcIlbcfix_CbSearch()
[all …]
Dcb_search_core.c23 int32_t *cDot, /* (i) Cross Correlation */ in WebRtcIlbcfix_CbSearchCore() argument
49 cDotPtr=cDot; in WebRtcIlbcfix_CbSearchCore()
57 maxW32 = WebRtcSpl_MaxAbsValueW32(cDot, range); in WebRtcIlbcfix_CbSearchCore()
60 cDotPtr = cDot; in WebRtcIlbcfix_CbSearchCore()
Dcb_search_core.h25 int32_t *cDot, /* (i) Cross Correlation */
/external/apache-commons-math/src/main/java/org/apache/commons/math/ode/nonstiff/
DGraggBulirschStoerStepInterpolator.java335 double cDot = 0; in computeInterpolatedStateAndDerivatives() local
339 cDot = d * (theta05 * cDot + c); in computeInterpolatedStateAndDerivatives()
343 interpolatedDerivatives[i] += (t4 * cDot + t4Dot * c) / h; in computeInterpolatedStateAndDerivatives()