Home
last modified time | relevance | path

Searched defs:maxCoeff (Results 1 – 3 of 3) sorted by relevance

/external/eigen/Eigen/src/Core/
DDenseBase.h465 EIGEN_DEVICE_FUNC inline typename internal::traits<Derived>::Scalar maxCoeff() const { in maxCoeff() function
490 typename internal::traits<Derived>::Scalar maxCoeff(IndexType* row, IndexType* col) const { in maxCoeff() function
500 typename internal::traits<Derived>::Scalar maxCoeff(IndexType* index) const { in maxCoeff() function
DStableNorm.h20 Scalar maxCoeff = bl.cwiseAbs().maxCoeff(); in stable_norm_kernel() local
/external/webrtc/modules/audio_coding/codecs/isac/fix/source/
Ddecode_plc.c272 int32_t nHP, pHP, wNoisyHP, wPriodicHP, corr, minCorr, maxCoeff; in WebRtcIsacfix_DecodePlcImpl() local