Home
last modified time | relevance | path

Searched refs:eps2 (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/webrtc/modules/audio_coding/codecs/ilbc/
Dlsf_check.c33 const int16_t eps2=160; /* eps/2.0 in Q13;*/ in WebRtcIlbcfix_LsfCheck() local
47 lsf[pos+1]= lsf[pos]+eps2; in WebRtcIlbcfix_LsfCheck()
48 lsf[pos]= lsf[pos+1]-eps2; in WebRtcIlbcfix_LsfCheck()
50 lsf[pos]-=eps2; in WebRtcIlbcfix_LsfCheck()
51 lsf[pos+1]+=eps2; in WebRtcIlbcfix_LsfCheck()
/external/eigen/Eigen/src/IterativeLinearSolvers/
DBiCGSTAB.h63 RealScalar eps2 = NumTraits<Scalar>::epsilon()*NumTraits<Scalar>::epsilon(); in bicgstab() local
72 if (abs(rho) < eps2*r0_sqnorm) in bicgstab()