Searched refs:coeff (Results 126 - 150 of 302) sorted by relevance

1234567891011>>

/external/eigen/Eigen/src/Geometry/
H A DTransform.h719 return QMatrix(m_matrix.coeff(0,0), m_matrix.coeff(1,0),
720 m_matrix.coeff(0,1), m_matrix.coeff(1,1),
721 m_matrix.coeff(0,2), m_matrix.coeff(1,2));
763 return QTransform(m_matrix.coeff(0,0), m_matrix.coeff(1,0),
764 m_matrix.coeff(0,1), m_matrix.coeff(
[all...]
/external/eigen/Eigen/src/SparseCore/
H A DTriangularSolver.h37 Scalar tmp = other.coeff(i,col);
46 tmp -= lastVal * other.coeff(lastIndex,col);
71 Scalar tmp = other.coeff(i,col);
86 tmp -= it.value() * other.coeff(it.index(),col);
251 ci /= lhs.coeff(i,i);
H A DSparseDot.h33 res += numext::conj(i.value()) * other.coeff(i.index());
H A DSparseVector.h98 inline Scalar coeff(Index row, Index col) const function in class:Eigen::SparseVector
101 return coeff(IsColVector ? row : col);
103 inline Scalar coeff(Index i) const function in class:Eigen::SparseVector
112 return coeff(IsColVector ? row : col);
H A DSparseDiagonalProduct.h116 : Base(expr.rhs()*(expr.lhs().diagonal().coeff(outer)), outer)
154 : Base(expr.lhs()*expr.rhs().diagonal().coeff(outer), outer)
/external/chromium_org/third_party/libvpx/source/libvpx/test/
H A Dfdct8x8_test.cc348 DECLARE_ALIGNED_ARRAY(16, tran_low_t, coeff, kNumCoeffs);
376 coeff[j] = static_cast<tran_low_t>(round(out_r[j]));
379 ASM_REGISTER_STATE_CHECK(RunInvTxfm(coeff, dst, pitch_));
382 ASM_REGISTER_STATE_CHECK(RunInvTxfm(coeff, CONVERT_TO_BYTEPTR(dst16),
407 DECLARE_ALIGNED_ARRAY(16, tran_low_t, coeff, kNumCoeffs);
416 RunFwdTxfm(in, coeff, pitch_);
422 const uint32_t diff = coeff[j] - coeff_r[j];
H A Ddct32x32_test.cc257 DECLARE_ALIGNED_ARRAY(16, tran_low_t, coeff, kNumCoeffs);
285 coeff[j] = round(out_r[j]);
287 ASM_REGISTER_STATE_CHECK(inv_txfm_(coeff, dst, 32));
290 ASM_REGISTER_STATE_CHECK(inv_txfm_(coeff, CONVERT_TO_BYTEPTR(dst16), 32));
/external/eigen/Eigen/src/Core/
H A DTriangularMatrix.h54 inline Scalar coeff(Index row, Index col) const { return derived().coeff(row,col); } function in class:Eigen::TriangularBase
62 derived().coeffRef(row, col) = other.coeff(row, col);
68 return coeff(row,col);
219 /** \sa MatrixBase::coeff()
222 inline Scalar coeff(Index row, Index col) const function in class:Eigen::TriangularView
225 return m_matrix.coeff(row, col);
791 RealScalar absValue = abs(coeff(i,j));
798 if(abs(coeff(i, j)) > threshold) return false;
815 RealScalar absValue = abs(coeff(
[all...]
H A DCwiseNullaryOp.h69 EIGEN_STRONG_INLINE const Scalar coeff(Index rowId, Index colId) const function in class:Eigen::CwiseNullaryOp
80 EIGEN_STRONG_INLINE const Scalar coeff(Index index) const function in class:Eigen::CwiseNullaryOp
302 if(!internal::isApprox(this->coeff(i, j), val, prec))
486 if(!internal::isMuchSmallerThan(this->coeff(i, j), static_cast<Scalar>(1), prec))
725 if(!internal::isApprox(this->coeff(i, j), static_cast<Scalar>(1), prec))
730 if(!internal::isMuchSmallerThan(this->coeff(i, j), static_cast<RealScalar>(1), prec))
H A DDiagonalMatrix.h299 RealScalar absOnDiagonal = abs(coeff(j,j));
305 if(!internal::isMuchSmallerThan(coeff(i, j), maxAbsOnDiagonal, prec)) return false;
306 if(!internal::isMuchSmallerThan(coeff(j, i), maxAbsOnDiagonal, prec)) return false;
H A DBlock.h223 EIGEN_STRONG_INLINE const CoeffReturnType coeff(Index rowId, Index colId) const function in class:Eigen::internal::BlockImpl_dense
225 return m_xpr.coeff(rowId + m_startRow.value(), colId + m_startCol.value());
243 inline const CoeffReturnType coeff(Index index) const function in class:Eigen::internal::BlockImpl_dense
246 .coeff(m_startRow.value() + (RowsAtCompileTime == 1 ? 0 : index),
H A DProductBase.h95 && "if you wanted a coeff-wise or a dot product use the respective explicit functions");
134 // restrict coeff accessors to 1x1 expressions. No need to care about mutators here since this isnt a Lvalue expression
135 typename Base::CoeffReturnType coeff(Index row, Index col) const function in class:Eigen::ProductBase
143 return result.coeff(row,col);
147 typename Base::CoeffReturnType coeff(Index i) const function in class:Eigen::ProductBase
152 return result.coeff(i);
H A DRedux.h233 res = func(res,mat.coeff(index));
236 res = func(res,mat.coeff(index));
241 res = mat.coeff(0);
243 res = func(res,mat.coeff(index));
H A DReplicate.h92 inline Scalar coeff(Index rowId, Index colId) const function in class:Eigen::Replicate
102 return m_matrix.coeff(actual_row, actual_col);
H A DSelfCwiseBinaryOp.h94 tmp = m_functor(tmp, _other.coeff(row,col));
103 tmp = m_functor(tmp, _other.coeff(index));
/external/chromium_org/skia/ext/
H A Dimage_operations_unittest.cc693 double coeff = local
696 sum += coeff;
698 a += coeff * SkColorGetA(tmp);
699 r += coeff * SkColorGetR(tmp);
700 g += coeff * SkColorGetG(tmp);
701 b += coeff * SkColorGetB(tmp);
/external/libvpx/libvpx/test/
H A Dfdct4x4_test.cc157 DECLARE_ALIGNED_ARRAY(16, int16_t, coeff, kNumCoeffs);
169 fwd_txfm_ref(in, coeff, pitch_, tx_type_);
171 REGISTER_STATE_CHECK(RunInvTxfm(coeff, dst, pitch_));
/external/eigen/Eigen/src/Householder/
H A DHouseholder.h77 Scalar c0 = coeff(0);
/external/eigen/Eigen/src/QR/
H A DColPivHouseholderQR.h228 result += (abs(m_qr.coeff(i,i)) > premultiplied_threshold);
509 m_colsPermutation.applyTranspositionOnTheRight(k, PermIndexType(m_colsTranspositions.coeff(k)));
551 for(Index i = 0; i < nonzero_pivots; ++i) dst.row(dec().colsPermutation().indices().coeff(i)) = c.row(i);
552 for(Index i = nonzero_pivots; i < cols; ++i) dst.row(dec().colsPermutation().indices().coeff(i)).setZero();
H A DColPivHouseholderQR_MKL.h78 m_nonzero_pivots += (abs(m_qr.coeff(i,i)) > premultiplied_threshold);\
/external/flac/libFLAC/
H A Dlpc.c92 unsigned sample, coeff; local
98 for(coeff = 0; coeff < lag; coeff++)
99 autoc[coeff] = 0.0;
102 for(coeff = 0; coeff < lag; coeff++)
103 autoc[coeff] += d * data[sample+coeff];
[all...]
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
H A Dvp8_asm_enc_offsets.c23 DEFINE(vp8_block_coeff, offsetof(BLOCK, coeff));
/external/eigen/Eigen/src/SparseLU/
H A DSparseLU_kernel_bmod.h116 Scalar d0 = dense.coeff(i0);
117 Scalar d1 = dense.coeff(i1);
/external/eigen/bench/
H A DbenchEigenSolver.cpp61 acc += ei.eigenvectors().coeff(r,c);
75 acc += ei.eigenvectors().coeff(r,c);
/external/eigen/bench/btl/libs/eigen2/
H A Deigen2_interface.hh81 B_stl[i] = B.coeff(i);
91 A_stl[j][i] = A.coeff(i,j);

Completed in 396 milliseconds

1234567891011>>