HomeSort by relevance Sort by last modified time
    Searched defs:coeff (Results 1 - 25 of 77) sorted by null

1 2 3 4

  /external/libvpx/libvpx/vp8/encoder/arm/neon/
shortfdct_neon.asm 23 coeff label
36 adr r12, coeff
117 adr r12, coeff
  /frameworks/av/media/libstagefright/codecs/amrwb/src/
isf_extrapolation.cpp 122 int16 coeff, mean, tmp, tmp2, tmp3; local
231 coeff = div_16by16(tmp, tmp2); /* Coefficient for stretching the ISF vector */
236 tmp = mult_int16(sub_int16(HfIsf[i], HfIsf[i - 1]), coeff);
  /external/eigen/Eigen/src/Core/
Flagged.h 58 inline CoeffReturnType coeff(Index row, Index col) const function in class:Eigen::Flagged
60 return m_matrix.coeff(row, col);
63 inline CoeffReturnType coeff(Index index) const function in class:Eigen::Flagged
65 return m_matrix.coeff(index);
ForceAlignedAccess.h 49 inline const CoeffReturnType coeff(Index row, Index col) const function in class:Eigen::ForceAlignedAccess
51 return m_expression.coeff(row, col);
59 inline const CoeffReturnType coeff(Index index) const function in class:Eigen::ForceAlignedAccess
61 return m_expression.coeff(index);
NestByValue.h 50 inline const CoeffReturnType coeff(Index row, Index col) const function in class:Eigen::NestByValue
52 return m_expression.coeff(row, col);
60 inline const CoeffReturnType coeff(Index index) const function in class:Eigen::NestByValue
62 return m_expression.coeff(index);
ReturnByValue.h 36 /* The ReturnByValue object doesn't even have a coeff() method.
71 const Unusable& coeff(Index) const { return *reinterpret_cast<const Unusable*>(this); } function in class:Eigen::ReturnByValue
72 const Unusable& coeff(Index,Index) const { return *reinterpret_cast<const Unusable*>(this); } function in class:Eigen::ReturnByValue
ArrayWrapper.h 61 inline CoeffReturnType coeff(Index row, Index col) const function in class:Eigen::ArrayWrapper
63 return m_expression.coeff(row, col);
76 inline CoeffReturnType coeff(Index index) const function in class:Eigen::ArrayWrapper
78 return m_expression.coeff(index);
174 inline CoeffReturnType coeff(Index row, Index col) const function in class:Eigen::MatrixWrapper
176 return m_expression.coeff(row, col);
189 inline CoeffReturnType coeff(Index index) const function in class:Eigen::MatrixWrapper
191 return m_expression.coeff(index);
CwiseUnaryOp.h 101 EIGEN_STRONG_INLINE const Scalar coeff(Index row, Index col) const function in class:Eigen::CwiseUnaryOpImpl
103 return derived().functor()(derived().nestedExpression().coeff(row, col));
112 EIGEN_STRONG_INLINE const Scalar coeff(Index index) const function in class:Eigen::CwiseUnaryOpImpl
114 return derived().functor()(derived().nestedExpression().coeff(index));
CwiseUnaryView.h 112 EIGEN_STRONG_INLINE CoeffReturnType coeff(Index row, Index col) const function in class:Eigen::CwiseUnaryViewImpl
114 return derived().functor()(derived().nestedExpression().coeff(row, col));
117 EIGEN_STRONG_INLINE CoeffReturnType coeff(Index index) const function in class:Eigen::CwiseUnaryViewImpl
119 return derived().functor()(derived().nestedExpression().coeff(index));
Select.h 75 const Scalar coeff(Index i, Index j) const function in class:Eigen::Select
77 if (m_condition.coeff(i,j))
78 return m_then.coeff(i,j);
80 return m_else.coeff(i,j);
83 const Scalar coeff(Index i) const function in class:Eigen::Select
85 if (m_condition.coeff(i))
86 return m_then.coeff(i);
88 return m_else.coeff(i);
Diagonal.h 111 inline CoeffReturnType coeff(Index row, Index) const function in class:Eigen::Diagonal
113 return m_matrix.coeff(row+rowOffset(), row+colOffset());
127 inline CoeffReturnType coeff(Index index) const function in class:Eigen::Diagonal
129 return m_matrix.coeff(index+rowOffset(), index+colOffset());
DiagonalProduct.h 60 const Scalar coeff(Index row, Index col) const function in class:Eigen::DiagonalProduct
62 return m_diagonal.diagonal().coeff(ProductOrder == OnTheLeft ? row : col) * m_matrix.coeff(row, col);
83 internal::pset1<PacketScalar>(m_diagonal.diagonal().coeff(id)));
MapBase.h 64 using Base::coeff;
90 inline const Scalar& coeff(Index row, Index col) const function in class:Eigen::MapBase
95 inline const Scalar& coeff(Index index) const function in class:Eigen::MapBase
184 using Base::coeff;
Replicate.h 92 inline Scalar coeff(Index row, Index col) const function in class:Eigen::Replicate
102 return m_matrix.coeff(actual_row, actual_col);
Reverse.h 122 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);
SelfAdjointView.h 80 /** \sa MatrixBase::coeff()
83 inline Scalar coeff(Index row, Index col) const function in class:Eigen::SelfAdjointView
86 return m_matrix.coeff(row, col);
217 dst.coeffRef(row, col) = real(src.coeff(row, col));
219 dst.coeffRef(col, row) = conj(dst.coeffRef(row, col) = src.coeff(row, col));
242 dst.coeffRef(row, col) = real(src.coeff(row, col));
244 dst.coeffRef(col, row) = conj(dst.coeffRef(row, col) = src.coeff(row, col));
265 dst.coeffRef(j,i) = conj(dst.coeff(i,j));
283 dst.coeffRef(j,i) = conj(dst.coeff(i,j));
Transpositions.h 84 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/Eigen2Support/
Minor.h 79 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/libvpx/libvpx/test/
idct8x8_test.cc 114 int16_t input[64], coeff[64]; local
128 coeff[j] = round(output_r[j]);
129 vp9_idct8x8_64_add_c(coeff, dst, 8);
  /frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
qgain475.cpp 799 sf0_exp_coeff = energy coeff. (exponent part) (Word16)
800 sf0_frac_coeff = energy coeff. ((fraction part) (Word16)
806 sf1_exp_coeff = energy coeff. (exponent part) (Word16)
807 sf1_frac_coeff = energy coeff. (fraction part) (Word16)
1193 Word16 coeff[10]; local
    [all...]
qua_gain.cpp 125 Word16 frac_coeff -- Word16 Array -- energy coeff. (5), fraction part, Q15
126 Word16 exp_coeff -- Word16 Array -- energy coeff. (5), exponent part, Q0
197 Word16 frac_coeff[], /* i : energy coeff. (5), fraction part, Q15 */
198 Word16 exp_coeff[], /* i : energy coeff. (5), exponent part, Q0 */
224 Word16 coeff[5]; local
317 L_Extract(L_tmp, &coeff[i], &coeff_lo[i], pOverflow);
351 L_tmp = Mpy_32_16(coeff[0], coeff_lo[0], g2_pitch, pOverflow);
352 L_tmp2 = Mpy_32_16(coeff[1], coeff_lo[1], g_pitch, pOverflow);
355 L_tmp2 = Mpy_32_16(coeff[2], coeff_lo[2], g2_code, pOverflow);
358 L_tmp2 = Mpy_32_16(coeff[3], coeff_lo[3], g_code, pOverflow)
    [all...]
  /external/chromium_org/skia/ext/
convolver_SSE2.cc 49 __m128i coeff, coeff16; local
51 coeff = _mm_loadl_epi64(reinterpret_cast<const __m128i*>(filter_values));
53 coeff16 = _mm_shufflelo_epi16(coeff, _MM_SHUFFLE(1, 1, 0, 0));
76 coeff16 = _mm_shufflelo_epi16(coeff, _MM_SHUFFLE(3, 3, 2, 2));
102 __m128i coeff, coeff16; local
103 coeff = _mm_loadl_epi64(reinterpret_cast<const __m128i*>(filter_values));
105 coeff = _mm_and_si128(coeff, mask[r]);
106 coeff16 = _mm_shufflelo_epi16(coeff, _MM_SHUFFLE(1, 1, 0, 0));
121 coeff16 = _mm_shufflelo_epi16(coeff, _MM_SHUFFLE(3, 3, 2, 2))
175 __m128i coeff, coeff16lo, coeff16hi; local
218 __m128i coeff; local
    [all...]
  /external/eigen/unsupported/Eigen/src/Skyline/
SkylineMatrix.h 146 inline Scalar coeff(Index row, Index col) const { function in class:Eigen::SkylineMatrix
209 eigen_assert(outer >= minOuterIndex && "you try to acces a coeff that do not exist in the storage");
215 eigen_assert(inner >= minInnerIndex && "you try to acces a coeff that do not exist in the storage");
222 eigen_assert(outer <= maxOuterIndex && "you try to acces a coeff that do not exist in the storage");
228 eigen_assert(inner <= maxInnerIndex && "you try to acces a coeff that do not exist in the storage");
303 eigen_assert(inner >= minInnerIndex && "you try to acces a coeff that do not exist in the storage");
307 eigen_assert(inner <= maxInnerIndex && "you try to acces a coeff that do not exist in the storage");
339 eigen_assert(outer >= minOuterIndex && "you try to acces a coeff that do not exist in the storage");
343 eigen_assert(outer <= maxOuterIndex && "you try to acces a coeff that do not exist in the storage");
717 s << m.coeff(rowIdx, colIdx) << "\t"
    [all...]
  /external/eigen/unsupported/Eigen/src/SparseExtra/
DynamicSparseMatrix.h 92 inline Scalar coeff(Index row, Index col) const function in class:Eigen::DynamicSparseMatrix
  /frameworks/av/media/libstagefright/codecs/amrwbenc/src/
q_gain2.c 43 /* MA prediction coeff ={0.5, 0.4, 0.3, 0.2} in Q13 */
81 Word16 coeff[5], coeff_lo[5], exp_coeff[5]; local
130 * coeff[0] = y1 y1 *
131 * coeff[1] = -2 xn y1 *
132 * coeff[2] = y2 y2 *
133 * coeff[3] = -2 xn y2 *
134 * coeff[4] = 2 y1 y2 *
140 coeff[0] = g_coeff[0];
142 coeff[1] = negate(g_coeff[2]); /* coeff[1] = -2 xn y1 *
    [all...]

Completed in 314 milliseconds

1 2 3 4