Searched defs:maxCoeff (Results 1 - 5 of 5) sorted by relevance

/external/eigen/Eigen/src/Core/
H A DStableNorm.h20 Scalar maxCoeff = bl.cwiseAbs().maxCoeff(); local
22 if(maxCoeff>scale)
24 ssq = ssq * numext::abs2(scale/maxCoeff);
25 Scalar tmp = Scalar(1)/maxCoeff;
31 else if(maxCoeff>NumTraits<Scalar>::highest()) // we got a INF
34 scale = maxCoeff;
38 scale = maxCoeff;
42 else if(maxCoeff!=maxCoeff) // w
[all...]
H A DVisitor.h102 * \sa minCoeff(Index*,Index*), maxCoeff(Index*,Index*), DenseBase::redux()
170 * \sa DenseBase::maxCoeff(Index*, Index*)
201 * \sa DenseBase::minCoeff(Index*), DenseBase::maxCoeff(Index*,Index*), DenseBase::visit(), DenseBase::minCoeff()
219 * \sa DenseBase::minCoeff(IndexType*,IndexType*), DenseBase::maxCoeff(IndexType*,IndexType*), DenseBase::visit(), DenseBase::minCoeff()
234 /** \fn DenseBase<Derived>::maxCoeff(IndexType* rowId, IndexType* colId) const
238 * \sa DenseBase::minCoeff(IndexType*,IndexType*), DenseBase::visit(), DenseBase::maxCoeff()
244 DenseBase<Derived>::maxCoeff(IndexType* rowPtr, IndexType* colPtr) const function in class:Eigen::DenseBase
256 * \sa DenseBase::maxCoeff(IndexType*,IndexType*), DenseBase::minCoeff(IndexType*,IndexType*), DenseBase::visitor(), DenseBase::maxCoeff()
262 DenseBase<Derived>::maxCoeff(IndexTyp function in class:Eigen::DenseBase
[all...]
H A DRedux.h406 * \sa DenseBase::sum(), DenseBase::minCoeff(), DenseBase::maxCoeff(), MatrixBase::colwise(), MatrixBase::rowwise()
436 DenseBase<Derived>::maxCoeff() const function in class:Eigen::DenseBase
H A DVectorwiseOp.h107 EIGEN_MEMBER_FUNCTOR(maxCoeff, (Size-1)*NumTraits<Scalar>::AddCost);
315 * \sa DenseBase::maxCoeff() */
317 const MaxCoeffReturnType maxCoeff() const function in class:Eigen::VectorwiseOp
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
H A Ddecode_plc.c272 int32_t nHP, pHP, wNoisyHP, wPriodicHP, corr, minCorr, maxCoeff; local
494 maxCoeff = WebRtcSpl_MaxAbsValueW32(
499 while( maxCoeff > WEBRTC_SPL_WORD16_MAX )
501 maxCoeff >>= 1;

Completed in 131 milliseconds