Searched refs:cDot (Results 1 – 4 of 4) sorted by relevance
/external/webrtc/webrtc/modules/audio_coding/codecs/ilbc/ |
D | cb_search.c | 73 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 …]
|
D | cb_search_core.c | 23 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()
|
D | cb_search_core.h | 25 int32_t *cDot, /* (i) Cross Correlation */
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/ode/nonstiff/ |
D | GraggBulirschStoerStepInterpolator.java | 335 double cDot = 0; in computeInterpolatedStateAndDerivatives() local 339 cDot = d * (theta05 * cDot + c); in computeInterpolatedStateAndDerivatives() 343 interpolatedDerivatives[i] += (t4 * cDot + t4Dot * c) / h; in computeInterpolatedStateAndDerivatives()
|