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

/external/eigen/Eigen/src/Core/
H A DVisitor.h73 * \sa minCoeff(Index*,Index*), maxCoeff(Index*,Index*), DenseBase::redux()
140 * \sa DenseBase::maxCoeff(Index*, Index*)
170 * \sa DenseBase::minCoeff(Index*), DenseBase::maxCoeff(Index*,Index*), DenseBase::visitor(), DenseBase::minCoeff()
187 * \sa DenseBase::minCoeff(IndexType*,IndexType*), DenseBase::maxCoeff(IndexType*,IndexType*), DenseBase::visitor(), DenseBase::minCoeff()
204 * \sa DenseBase::minCoeff(IndexType*,IndexType*), DenseBase::visitor(), DenseBase::maxCoeff()
209 DenseBase<Derived>::maxCoeff(IndexType* rowPtr, IndexType* colPtr) const function in class:Eigen::DenseBase
221 * \sa DenseBase::maxCoeff(IndexType*,IndexType*), DenseBase::minCoeff(IndexType*,IndexType*), DenseBase::visitor(), DenseBase::maxCoeff()
226 DenseBase<Derived>::maxCoeff(IndexType* index) const function in class:Eigen::DenseBase
H A DRedux.h321 * \sa DenseBase::sum(), DenseBase::minCoeff(), DenseBase::maxCoeff(), MatrixBase::colwise(), MatrixBase::rowwise()
348 DenseBase<Derived>::maxCoeff() const function in class:Eigen::DenseBase
H A DVectorwiseOp.h127 EIGEN_MEMBER_FUNCTOR(maxCoeff, (Size-1)*NumTraits<Scalar>::AddCost);
299 * \sa DenseBase::maxCoeff() */
300 const typename ReturnType<internal::member_maxCoeff>::Type maxCoeff() const function in class:Eigen::VectorwiseOp
/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/fix/source/
H A Ddecode_plc.c274 int32_t nHP, pHP, wNoisyHP, wPriodicHP, corr, minCorr, maxCoeff; local
504 maxCoeff = WebRtcSpl_MaxAbsValueW32(
509 while( maxCoeff > WEBRTC_SPL_WORD16_MAX )
511 maxCoeff = WEBRTC_SPL_RSHIFT_W32(maxCoeff, 1);
/external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
H A Ddecode_plc.c274 WebRtc_Word32 nHP, pHP, wNoisyHP, wPriodicHP, corr, minCorr, maxCoeff; local
504 maxCoeff = WebRtcSpl_MaxAbsValueW32(
509 while( maxCoeff > WEBRTC_SPL_WORD16_MAX )
511 maxCoeff = WEBRTC_SPL_RSHIFT_W32(maxCoeff, 1);

Completed in 146 milliseconds