HomeSort by relevance Sort by last modified time
    Searched defs:maxCoeff (Results 1 - 5 of 5) sorted by null

  /external/eigen/Eigen/src/Core/
Visitor.h 73 * \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
221 * \sa DenseBase::maxCoeff(IndexType*,IndexType*), DenseBase::minCoeff(IndexType*,IndexType*), DenseBase::visitor(), DenseBase::maxCoeff()
226 DenseBase<Derived>::maxCoeff(IndexType* index) const
Redux.h 321 * \sa DenseBase::sum(), DenseBase::minCoeff(), DenseBase::maxCoeff(), MatrixBase::colwise(), MatrixBase::rowwise()
348 DenseBase<Derived>::maxCoeff() const
VectorwiseOp.h 127 EIGEN_MEMBER_FUNCTOR(maxCoeff, (Size-1)*NumTraits<Scalar>::AddCost);
299 * \sa DenseBase::maxCoeff() */
300 const typename ReturnType<internal::member_maxCoeff>::Type maxCoeff() const
  /external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/fix/source/
decode_plc.c 274 int32_t nHP, pHP, wNoisyHP, wPriodicHP, corr, minCorr, maxCoeff;
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/
decode_plc.c 274 WebRtc_Word32 nHP, pHP, wNoisyHP, wPriodicHP, corr, minCorr, maxCoeff;
504 maxCoeff = WebRtcSpl_MaxAbsValueW32(
509 while( maxCoeff > WEBRTC_SPL_WORD16_MAX )
511 maxCoeff = WEBRTC_SPL_RSHIFT_W32(maxCoeff, 1);

Completed in 156 milliseconds