HomeSort by relevance Sort by last modified time
    Searched full:norms (Results 1 - 25 of 39) sorted by null

1 2

  /external/libopus/silk/
stereo_find_predictor.c 39 opus_int32 mid_res_amp_Q0[], /* I/O Smoothed mid, residual norms */
63 /* Smoothed mid and residual norms */
74 /* Ratio of smoothed residual and mid norms */
define.h 78 #define STEREO_RATIO_SMOOTH_COEF 0.01 /* smoothing coef for signal norms and stereo width */
stereo_LR_to_MS.c 103 /* Ratio of the norms of residual and mid signals */
  /external/eigen/unsupported/doc/examples/
PolynomialSolver1.cpp 36 cout << "Norms of the evaluations of the polynomial at the roots: " << evals.transpose() << endl << endl;
47 cout << "Norms of the evaluations of the polynomial at the roots: " << evals.transpose() << endl << endl;
  /external/icu/icu4c/source/tools/gennorm2/
n2builder.cpp 180 norms=allocNorm(); // unused Norm struct at index 0
189 delete norms[i].mapping;
190 delete norms[i].rawMapping;
191 delete norms[i].compositions;
216 norms=(Norm *)utm_getStart(normMem); // in case it got reallocated
226 return norms+i;
230 return norms[utrie2_get32(normTrie, c)];
240 return norms+i;
245 utrie2_set32(normTrie, c, (uint32_t)(p-norms), errorCode);
350 if(norms[value].mappingType==Norm::ROUND_TRIP)
    [all...]
n2builder.h 107 Norm *norms; member in class:Normalizer2DataBuilder
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
NormFilter.java 29 * TODO: Add support for more norms in the future.
  /external/eigen/unsupported/Eigen/src/IterativeSolvers/
Scaling.h 17 * \brief iterative scaling algorithm to equilibrate rows and column norms in matrices
122 // Accumulate the norms of the row and column vectors
  /external/eigen/unsupported/Eigen/src/LevenbergMarquardt/
LMonestep.h 53 /* to the norms of the columns of the initial jacobian. */
146 /* successful iteration. update x, m_fvec, and their norms. */
  /external/vulkan-validation-layers/libs/glm/gtx/
norm.hpp 34 /// @brief Various ways to compute vector norms.
  /external/eigen/unsupported/Eigen/src/Polynomials/
Companion.h 106 * as norms, are balanced, false otherwise.
115 * as norms, are balanced, false otherwise.
  /external/eigen/unsupported/Eigen/
NonLinearOptimization 49 * implementation, such as most linear algebra (vectors, matrices, stable norms).
  /external/eigen/unsupported/Eigen/src/NonLinearOptimization/
HybridNonLinearSolver.h 205 /* to the norms of the columns of the initial jacobian. */
288 /* successful iteration. update x, fvec, and their norms. */
448 /* to the norms of the columns of the initial jacobian. */
531 /* successful iteration. update x, fvec, and their norms. */
LevenbergMarquardt.h 237 /* to the norms of the columns of the initial jacobian. */
329 /* successful iteration. update x, fvec, and their norms. */
493 /* to the norms of the columns of the initial jacobian. */
579 /* successful iteration. update x, fvec, and their norms. */
  /external/eigen/Eigen/src/Core/
Dot.h 196 //---------- implementation of other norms ----------
253 * \note For matrices, this function does not compute the <a href="https://en.wikipedia.org/wiki/Operator_norm">operator-norm</a>. That is, if \c *this is a matrix, then its coefficients are interpreted as a 1D vector. Nonetheless, you can easily compute the 1-norm and \f$\infty\f$-norm matrix operator norms using \link TutorialReductionsVisitorsBroadcastingReductionsNorm partial reductions \endlink.
  /external/eigen/doc/
TutorialReductionsVisitorsBroadcasting.dox 35 If you want other coefficient-wise \f$\ell^p\f$ norms, use the \link MatrixBase::lpNorm lpNorm<p>() \endlink method. The template parameter \a p can take the special value \a Infinity if you want the \f$\ell^\infty\f$ norm, which is the maximum of the absolute values of the coefficients.
48 \b Operator \b norm: The 1-norm and \f$\infty\f$-norm <a href="https://en.wikipedia.org/wiki/Operator_norm">matrix operator norms</a> can easily be computed as follows:
AsciiQuickReference.txt 168 // Dot products, norms, etc.
  /external/pdfium/third_party/libopenjpeg20/
mct.c 56 /* This table contains the norms of the basis function of the reversible MCT. */
61 /* This table contains the norms of the basis function of the irreversible MCT. */
0003-dwt-decode.patch 82 /* This table contains the norms of the 5-3 wavelets for different bands. */
  /external/llvm/docs/
ReportingGuide.rst 33 intended to discourage this self enforcement of community norms. Instead,
  /external/skia/src/gpu/ops/
GrAAConvexTessellator.h 151 void init(const SkTDArray<SkVector>& norms, const SkTDArray<SkVector>& bisectors);
  /external/lmfit/lib/
lmmin.c 344 /* diag := norms of the columns of the initial Jacobian */
473 /* Update x, fvec, and their norms. */
799 * Acnorm is an OUTPUT array of length n which contains the norms of
814 /** Compute initial column norms;
863 to the remaining columns, and update the norms. **/
    [all...]
  /external/apache-commons-math/src/main/java/org/apache/commons/math/estimation/
LevenbergMarquardtEstimator.java 118 /** Norms of the columns of the jacobian matrix. */
295 // scale the variables according to the norms of the columns
794 * are performed in non-increasing columns norms order thanks to columns
  /external/apache-commons-math/src/main/java/org/apache/commons/math/optimization/general/
LevenbergMarquardtOptimizer.java 115 /** Norms of the columns of the jacobian matrix. */
295 // scale the point according to the norms of the columns
794 * are performed in non-increasing columns norms order thanks to columns
    [all...]
  /external/eigen/unsupported/Eigen/src/Splines/
SplineFitting.h 195 // 1. compute the column-wise norms

Completed in 537 milliseconds

1 2