Searched refs:coeff (Results 151 - 175 of 302) sorted by relevance

1234567891011>>

/external/eigen/unsupported/Eigen/src/IterativeSolvers/
H A DConstrainedConjGrad.h138 Scalar al = C.row(i).dot(x) - f.coeff(i);
177 lambda = (std::min)(lambda, (f.coeff(i)-C.row(i).dot(x)) / bb);
/external/libvpx/libvpx/vp8/encoder/
H A Dvp8_asm_enc_offsets.c23 DEFINE(vp8_block_coeff, offsetof(BLOCK, coeff));
H A Dencodeintra.c67 x->short_fdct4x4(be->src_diff, be->coeff, 32);
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_block.h33 int16_t *coeff[MAX_MB_PLANE][3]; member in struct:__anon24933
69 int16_t *coeff; member in struct:macroblock_plane
/external/chromium_org/third_party/skia/experimental/Intersection/
H A DCubicUtilities.cpp317 static void formulate_F1DotF2(const double src[], double coeff[4]) argument
322 coeff[0] = c * c;
323 coeff[1] = 3 * b * c;
324 coeff[2] = 2 * b * b + c * a;
325 coeff[3] = a * b;
/external/eigen/Eigen/src/Cholesky/
H A DLDLT.h271 if (numext::real(mat.coeff(0,0)) > 0) sign = PositiveSemiDef;
272 else if (numext::real(mat.coeff(0,0)) < 0) sign = NegativeSemiDef;
300 mat.coeffRef(index_of_biggest_in_corner,k) = numext::conj(mat.coeff(index_of_biggest_in_corner,k));
369 RealScalar dj = numext::real(mat.coeff(j,j));
370 Scalar wj = w.coeff(j);
/external/eigen/demos/opengl/
H A Dquaternion_demo.cpp168 m_angles.coeffRef(1) = std::asin(m.coeff(0,2));
169 m_angles.coeffRef(0) = std::atan2(-m.coeff(1,2),m.coeff(2,2));
170 m_angles.coeffRef(2) = std::atan2(-m.coeff(0,1),m.coeff(0,0));
/external/eigen/test/
H A Dblock.cpp194 VERIFY(m.coeff(i,j) == data[i*rowStride + j*colStride]);
200 VERIFY(m.coeff(i,j) == data[(MatrixType::Flags&RowMajorBit)
207 VERIFY(innerStride == int((&m.coeff(1))-(&m.coeff(0))));
209 VERIFY(m.coeff(i) == data[i*innerStride]);
H A Dbasicstuff.cpp42 VERIFY_IS_APPROX(x, m1.coeff(r,c));
46 VERIFY_IS_APPROX(x, v1.coeff(r));
/external/skia/experimental/Intersection/
H A DCubicUtilities.cpp317 static void formulate_F1DotF2(const double src[], double coeff[4]) argument
322 coeff[0] = c * c;
323 coeff[1] = 3 * b * c;
324 coeff[2] = 2 * b * b + c * a;
325 coeff[3] = a * b;
/external/eigen/Eigen/src/Core/
H A DTranspositions.h84 inline const Index& coeff(Index i) const { return indices().coeff(i); } function in class:Eigen::TranspositionsBase
383 if((j=m_transpositions.coeff(k))!=k)
/external/eigen/Eigen/src/Geometry/
H A DHomogeneous.h78 inline Scalar coeff(Index row, Index col) const function in class:Eigen::Homogeneous
83 return m_matrix.coeff(row, col);
163 ColsAtCompileTime==1?1:size()-1) / coeff(size()-1);
/external/eigen/Eigen/src/SparseCore/
H A DSparseDenseProduct.h135 return rhs.coeff(outer);
182 tmp += it.value() * rhs.coeff(it.index(),c);
203 typename Res::Scalar rhs_j = alpha * rhs.coeff(j,c);
H A DSparseBlock.h326 inline const Scalar coeff(int row, int col) const function in class:Eigen::BlockImpl
328 return m_matrix.coeff(row + m_startRow.value(), col + m_startCol.value());
338 inline const Scalar coeff(int index) const function in class:Eigen::BlockImpl
341 .coeff(m_startRow.value() + (RowsAtCompileTime == 1 ? 0 : index),
H A DAmbiVector.h48 Scalar& coeff(Index i);
251 _Scalar& AmbiVector<_Scalar,_Index>::coeff(_Index i)
/external/chromium_org/third_party/libvpx/source/libvpx/test/
H A Dfdct4x4_test.cc213 DECLARE_ALIGNED_ARRAY(16, tran_low_t, coeff, kNumCoeffs);
237 fwd_txfm_ref(in, coeff, pitch_, tx_type_);
240 ASM_REGISTER_STATE_CHECK(RunInvTxfm(coeff, dst, pitch_));
243 ASM_REGISTER_STATE_CHECK(RunInvTxfm(coeff, CONVERT_TO_BYTEPTR(dst16),
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
H A Dencodeintra.c67 x->short_fdct4x4(be->src_diff, be->coeff, 32);
/external/eigen/blas/
H A DBandTriangularSolver.h87 -= other.coeff(i,col) * cjLhs.col(i).segment(actual_start,actual_k);
/external/eigen/unsupported/Eigen/src/LevenbergMarquardt/
H A DLMpar.h138 wa1[i] -= s.coeff(i,j) * temp;
/external/libhevc/common/arm/
H A Dihevc_inter_pred_chroma_vert.s119 vabs.s8 d3,d0 @vabs_s8(coeff)
232 vmull.u8 q15,d5,d1 @mul with coeff 1
279 vmull.u8 q15,d5,d1 @mul with coeff 1
343 vmull.u8 q15,d5,d1 @mul with coeff 1
H A Dihevc_inter_pred_chroma_vert_w16out.s120 vabs.s8 d3,d0 @vabs_s8(coeff)
232 vmull.u8 q15,d5,d1 @mul with coeff 1
275 vmull.u8 q15,d5,d1 @mul with coeff 1
332 vmull.u8 q15,d5,d1 @mul with coeff 1
/external/aac/libAACenc/src/
H A Daacenc_tns.cpp388 /* initialize TNS filter flag, order, and coefficient resolution (in bits per coeff) */
1319 FIXP_SGL coeff[2*TNS_MAX_ORDER];
1322 coeff[i] = FX_DBL2FX_SGL(predictorCoeff[i]);
1324 FDKmemcpy(&coeff[order], coeff, order*sizeof(FIXP_SGL));
1326 FIXP_DBL coeff[2*TNS_MAX_ORDER];
1328 FDKmemcpy(&coeff[0], predictorCoeff, order*sizeof(FIXP_DBL));
1329 FDKmemcpy(&coeff[order], predictorCoeff, order*sizeof(FIXP_DBL));
1334 pCoeff = &coeff[(order-idx)];
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/x86/
H A Dvp9_error_sse2.asm15 ; int64_t vp9_block_error(int16_t *coeff, int16_t *dqcoeff, intptr_t block_size,
/external/eigen/Eigen/src/SparseLU/
H A DSparseLU_panel_bmod.h174 dense_col(irow) = U.coeff(i+off,u_col);
182 dense_col(irow) -= L.coeff(i,u_col);
/external/eigen/bench/btl/libs/eigen3/
H A Deigen3_interface.hh72 B_stl[i] = B.coeff(i);
82 A_stl[j][i] = A.coeff(i,j);

Completed in 683 milliseconds

1234567891011>>