Searched refs:coeff (Results 76 - 100 of 302) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/ppc/
H A Dcsystemdependent.c35 int (*vp8_block_error)(short *coeff, short *dqcoeff);
54 extern int block_error_c(short *coeff, short *dqcoeff);
91 extern int vp8_block_error_ppc(short *coeff, short *dqcoeff);
/external/eigen/test/
H A Dsparse_vector.cpp38 // test coeff and coeffRef
41 VERIFY_IS_MUCH_SMALLER_THAN( v1.coeff(zerocoords[i]), eps );
50 VERIFY(it.value()==v1.coeff(it.index()));
51 VERIFY(it.value()==refV1.coeff(it.index()));
/external/eigen/unsupported/Eigen/src/Skyline/
H A DSkylineMatrixBase.h161 if (other.coeff(row, col) != Scalar(0))
162 derived().insert(row, col) = other.coeff(row, col);
190 dst(i, j) = derived().coeff(i, j);
/external/eigen/unsupported/test/
H A Dsparse_extra.cpp27 w(remaining[i].x(),remaining[i].y()) = ref.coeff(remaining[i].x(),remaining[i].y());
43 sm.coeffRef(remaining[i].x(),remaining[i].y()) = ref.coeff(remaining[i].x(),remaining[i].y());
74 // test coeff and coeffRef
77 VERIFY_IS_MUCH_SMALLER_THAN( m.coeff(zeroCoords[i].x(),zeroCoords[i].y()), eps );
97 // w->coeffRef(remaining[i].x(),remaining[i].y()) = refMat.coeff(remaining[i].x(),remaining[i].y());
/external/libvpx/libvpx/test/
H A Didct8x8_test.cc112 int16_t input[64], coeff[64]; local
126 coeff[j] = round(output_r[j]);
127 vp9_idct8x8_64_add_c(coeff, dst, 8);
/external/libvpx/libvpx/vp8/encoder/ppc/
H A Dcsystemdependent.c35 int (*vp8_block_error)(short *coeff, short *dqcoeff);
54 extern int block_error_c(short *coeff, short *dqcoeff);
91 extern int vp8_block_error_ppc(short *coeff, short *dqcoeff);
/external/eigen/Eigen/src/Core/
H A DCwiseBinaryOp.h172 EIGEN_STRONG_INLINE const Scalar coeff(Index rowId, Index colId) const function in class:Eigen::CwiseBinaryOpImpl
174 return derived().functor()(derived().lhs().coeff(rowId, colId),
175 derived().rhs().coeff(rowId, colId));
185 EIGEN_STRONG_INLINE const Scalar coeff(Index index) const function in class:Eigen::CwiseBinaryOpImpl
187 return derived().functor()(derived().lhs().coeff(index),
188 derived().rhs().coeff(index));
H A DDenseCoeffsBase.h43 // - This is the return type of the coeff() method.
45 // to coeffs, which means exactly that we can have coeff() return a const reference (as opposed to returning a value).
92 * \sa operator()(Index,Index) const, coeffRef(Index,Index), coeff(Index) const
94 EIGEN_STRONG_INLINE CoeffReturnType coeff(Index row, Index col) const function in class:Eigen::DenseCoeffsBase
98 return derived().coeff(row, col);
103 return coeff(rowIndexByOuterInner(outer, inner),
115 return derived().coeff(row, col);
130 * \sa operator[](Index) const, coeffRef(Index), coeff(Index,Index) const
134 coeff(Index index) const function in class:Eigen::DenseCoeffsBase
137 return derived().coeff(inde
[all...]
H A DDiagonal.h112 inline CoeffReturnType coeff(Index row, Index) const function in class:Eigen::Diagonal
114 return m_matrix.coeff(row+rowOffset(), row+colOffset());
128 inline CoeffReturnType coeff(Index idx) const function in class:Eigen::Diagonal
130 return m_matrix.coeff(idx+rowOffset(), idx+colOffset());
H A DReverse.h122 inline CoeffReturnType coeff(Index row, Index col) const function in class:Eigen::Reverse
124 return m_matrix.coeff(ReverseRow ? m_matrix.rows() - row - 1 : row,
128 inline CoeffReturnType coeff(Index index) const function in class:Eigen::Reverse
130 return m_matrix.coeff(m_matrix.size() - index - 1);
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/x86/
H A Dquantize_ssse3.c45 __m128i z0 = _mm_load_si128((__m128i *)(b->coeff));
46 __m128i z1 = _mm_load_si128((__m128i *)(b->coeff + 8));
H A Dquantize_sse2.c46 __m128i z0 = _mm_load_si128((__m128i *)(b->coeff));
47 __m128i z1 = _mm_load_si128((__m128i *)(b->coeff+8));
147 __m128i z0 = _mm_load_si128((__m128i *)(b->coeff));
148 __m128i z1 = _mm_load_si128((__m128i *)(b->coeff + 8));
/external/chromium_org/third_party/skia/tools/
H A Dgenerate_fir_coeff.py90 coeff_diff = [(coeff_rounded - coeff) * delta
91 for coeff, coeff_rounded in zip(coeffs, coeffs_rounded)]
/external/eigen/Eigen/src/Eigen2Support/Geometry/
H A DRotation2D.h130 m_angle = ei_atan2(mat.coeff(1,0), mat.coeff(0,0));
H A DTransform.h329 return QMatrix(m_matrix.coeff(0,0), m_matrix.coeff(1,0),
330 m_matrix.coeff(0,1), m_matrix.coeff(1,1),
331 m_matrix.coeff(0,2), m_matrix.coeff(1,2));
366 return QTransform(m_matrix.coeff(0,0), m_matrix.coeff(1,0), m_matrix.coeff(2,0),
367 m_matrix.coeff(
[all...]
/external/eigen/Eigen/src/Eigen2Support/
H A DMinor.h79 inline const Scalar coeff(Index row, Index col) const function in class:Eigen::Minor
81 return m_matrix.coeff(row + (row >= m_row), col + (col >= m_col));
/external/eigen/Eigen/src/Geometry/
H A DRotation2D.h138 m_angle = atan2(mat.coeff(1,0), mat.coeff(0,0));
/external/libvorbis/lib/
H A Dlpc.c55 /* Autocorrelation LPC coeff generation algorithm invented by
133 void vorbis_lpc_predict(float *coeff,float *prime,int m, argument
136 /* in: coeff[0...m-1] LPC coefficients
156 y-=work[o++]*coeff[--p];
/external/skia/tools/
H A Dgenerate_fir_coeff.py90 coeff_diff = [(coeff_rounded - coeff) * delta
91 for coeff, coeff_rounded in zip(coeffs, coeffs_rounded)]
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
H A Dvp9_block.h32 tran_low_t *coeff; member in struct:macroblock_plane
H A Dvp9_context_tree.h22 tran_low_t *coeff[MAX_MB_PLANE][3]; member in struct:__anon13153
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/vl/
H A Dvl_mpeg12_bitstream.c52 struct dct_coeff coeff; member in struct:dct_coeff_compressed
549 struct dct_coeff coeff = src->coeff; local
552 switch (coeff.run) {
568 coeff.length += 1;
569 coeff.run = 1;
576 coeff.length += 1;
577 coeff.run = 1;
581 coeff.length += 1;
582 coeff
[all...]
/external/chromium_org/third_party/skia/experimental/Intersection/
H A DCubicParameterizationCode.cpp158 struct coeff { struct
177 typedef std::vector<coeff> coeffs;
221 coeff c;
291 const coeff& cf = *ct;
/external/eigen/Eigen/src/Eigenvalues/
H A DComplexEigenSolver.h289 m_matX.coeffRef(i,k) = -m_schur.matrixT().coeff(i,k);
292 ComplexScalar z = m_schur.matrixT().coeff(i,i) - m_schur.matrixT().coeff(k,k);
299 m_matX.coeffRef(i,k) = m_matX.coeff(i,k) / z;
/external/eigen/Eigen/src/SparseCore/
H A DSparsePermutation.h63 Index jp = m_permutation.indices().coeff(j);
69 Index jp = m_permutation.indices().coeff(j);
90 sizes[perm.indices().coeff(it.index())]++;
94 tmp.insertByOuterInner(perm.indices().coeff(it.index()),j) = it.value();

Completed in 4811 milliseconds

1234567891011>>