Searched refs:coeff (Results 101 - 125 of 302) sorted by relevance

1234567891011>>

/external/mesa3d/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/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/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
H A Dencodemb.c114 src_diff_ptr[i] = x->coeff[i * 16];
125 &x->block[i].coeff[0], 16);
137 &x->block[i].coeff[0], 32);
145 &x->block[24].coeff[0], 8);
157 &x->block[i].coeff[0], 32);
167 &x->block[i].coeff[0], 16);
173 &x->block[24].coeff[0], 8);
185 &x->block[i].coeff[0], 32);
193 &x->block[24].coeff[0], 8);
262 coeff_ptr = b->coeff;
[all...]
/external/libvpx/libvpx/vp8/encoder/
H A Dencodemb.c114 src_diff_ptr[i] = x->coeff[i * 16];
125 &x->block[i].coeff[0], 16);
137 &x->block[i].coeff[0], 32);
145 &x->block[24].coeff[0], 8);
157 &x->block[i].coeff[0], 32);
167 &x->block[i].coeff[0], 16);
173 &x->block[24].coeff[0], 8);
185 &x->block[i].coeff[0], 32);
193 &x->block[24].coeff[0], 8);
269 coeff_ptr = b->coeff;
[all...]
/external/libhevc/decoder/
H A Dihevcd_inter_pred.c164 WORD8(*coeff)[8];
311 coeff = luma_filter;
357 coeff = chroma_filter;
413 coeff[ai2_xfrac[0]] : coeff[ai2_yfrac[0]];
431 func_coeff = coeff[ai2_yfrac[0]];
455 coeff[ai2_xfrac[1]] : coeff[ai2_yfrac[1]];
473 func_coeff = coeff[ai2_yfrac[1]];
/external/eigen/Eigen/src/Householder/
H A DHouseholderSequence.h251 .applyHouseholderOnTheRight(essentialVector(k), m_coeffs.coeff(k), workspace.data());
254 .applyHouseholderOnTheLeft(essentialVector(k), m_coeffs.coeff(k), workspace.data());
271 .applyHouseholderOnTheRight(essentialVector(k), m_coeffs.coeff(k), &workspace.coeffRef(0));
274 .applyHouseholderOnTheLeft(essentialVector(k), m_coeffs.coeff(k), &workspace.coeffRef(0));
295 .applyHouseholderOnTheRight(essentialVector(actual_k), m_coeffs.coeff(actual_k), workspace.data());
315 .applyHouseholderOnTheLeft(essentialVector(actual_k), m_coeffs.coeff(actual_k), workspace.data());
/external/eigen/unsupported/Eigen/src/Skyline/
H A DSkylineInplaceLU.h313 x->coeffRef(row) = b.coeff(row);
314 Scalar newVal = x->coeff(row);
320 newVal -= x->coeff(col++) * lIt.value();
329 x->coeffRef(col) = x->coeff(col) / m_lu.coeffDiag(col);
331 const Scalar x_col = x->coeff(col);
345 x->coeffRef(0) = x->coeff(0) / m_lu.coeffDiag(0);
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/x86/
H A Dquantize_sse4.c40 __m128i z0 = _mm_load_si128((__m128i *)(b->coeff));
41 __m128i z1 = _mm_load_si128((__m128i *)(b->coeff+8));
/external/eigen/Eigen/src/Geometry/
H A DUmeyama.h143 Index rank = 0; for (Index i=0; i<m; ++i) if (!internal::isMuchSmallerThan(d.coeff(i),d.coeff(0))) ++rank;
/external/eigen/Eigen/src/QR/
H A DFullPivHouseholderQR.h225 result += (abs(m_qr.coeff(i,i)) > premultiplied_threshold);
480 m_cols_permutation.applyTranspositionOnTheRight(k, m_cols_transpositions.coeff(k));
515 c.row(k).swap(c.row(dec().rowsTranspositions().coeff(k)));
518 dec().hCoeffs().coeff(k), &temp.coeffRef(0));
526 for(Index i = 0; i < dec().rank(); ++i) dst.row(dec().colsPermutation().indices().coeff(i)) = c.row(i);
527 for(Index i = dec().rank(); i < cols; ++i) dst.row(dec().colsPermutation().indices().coeff(i)).setZero();
578 .applyHouseholderOnTheLeft(m_qr.col(k).tail(rows-k-1), conj(m_hCoeffs.coeff(k)), &workspace.coeffRef(k));
579 result.row(k).swap(result.row(m_rowsTranspositions.coeff(k)));
/external/eigen/Eigen/src/SVD/
H A DUpperBidiagonalization.h112 m_householder.coeff(k,k),
124 m_householder.coeff(k,k+1),
/external/eigen/bench/
H A DbenchCholesky.cpp60 acc += cholnosqrt.matrixL().coeff(r,c);
71 acc += chol.matrixL().coeff(r,c);
H A Dbench_reverse.cpp41 acc += b.coeff(r,c);
/external/eigen/test/eigen2/
H A Deigen2_basicstuff.cpp39 VERIFY_IS_APPROX(x, m1.coeff(r,c));
43 VERIFY_IS_APPROX(x, v1.coeff(r));
H A Deigen2_sparse_basic.cpp23 w(remaining[i].x(),remaining[i].y()) = ref.coeff(remaining[i].x(),remaining[i].y());
39 sm.coeffRef(remaining[i].x(),remaining[i].y()) = ref.coeff(remaining[i].x(),remaining[i].y());
70 // test coeff and coeffRef
73 VERIFY_IS_MUCH_SMALLER_THAN( m.coeff(zeroCoords[i].x(),zeroCoords[i].y()), eps );
98 // VERIFY_IS_APPROX(m.block(i,j,h,w).col(c).coeff(r), refMat.block(i,j,h,w).col(c).coeff(r));
106 // VERIFY_IS_APPROX(m.block(i,j,h,w).row(r).coeff(c), refMat.block(i,j,h,w).row(r).coeff(c));
133 // w->coeffRef(nonzeroCoords[i].x(),nonzeroCoords[i].y()) = refMat.coeff(nonzeroCoords[i].x(),nonzeroCoords[i].y());
147 // w->coeffRef(remaining[i].x(),remaining[i].y()) = refMat.coeff(remainin
[all...]
/external/qemu/distrib/sdl-1.2.15/src/audio/
H A DSDL_wave.c82 Uint8 nybble, Sint16 *coeff)
92 new_sample = ((state->iSamp1 * coeff[0]) +
93 (state->iSamp2 * coeff[1]))/256;
121 Sint16 *coeff[2]; local
166 coeff[0] = MS_ADPCM_state.aCoeff[state[0]->hPredictor];
167 coeff[1] = MS_ADPCM_state.aCoeff[state[1]->hPredictor];
192 new_sample = MS_ADPCM_nibble(state[0],nybble,coeff[0]);
199 new_sample = MS_ADPCM_nibble(state[1],nybble,coeff[1]);
81 MS_ADPCM_nibble(struct MS_ADPCM_decodestate *state, Uint8 nybble, Sint16 *coeff) argument
/external/chromium_org/third_party/skia/src/gpu/gl/builders/
H A DGrGLFragmentShaderBuilder.cpp314 GrGLSLExpr4 coeff(1);
319 // Get (1-A) into coeff
320 coeff = GrGLSLExpr4::VectorCast(GrGLSLExpr1(1) - inputColor.a());
323 // Get (1-RGBA) into coeff
324 coeff = GrGLSLExpr4(1) - inputColor;
329 // Get coeff * coverage into modulate and then write that to the dual source output.
330 codeAppendf("\t%s = %s;\n", secondaryOutputName, (coeff * inputCoverage).c_str());
/external/eigen/Eigen/src/Core/
H A DMapBase.h64 using Base::coeff;
90 inline const Scalar& coeff(Index rowId, Index colId) const function in class:Eigen::MapBase
95 inline const Scalar& coeff(Index index) const function in class:Eigen::MapBase
184 using Base::coeff;
H A DTranspose.h143 inline CoeffReturnType coeff(Index rowId, Index colId) const function in class:Eigen::TransposeImpl
145 return derived().nestedExpression().coeff(colId, rowId);
148 inline CoeffReturnType coeff(Index index) const function in class:Eigen::TransposeImpl
150 return derived().nestedExpression().coeff(index);
H A DIO.h200 sstr << m.coeff(i,j);
211 s << m.coeff(i, 0);
216 s << m.coeff(i, j);
/external/eigen/Eigen/src/Eigenvalues/
H A DSelfAdjointEigenSolver_MKL.h59 m_eivalues.coeffRef(0,0) = numext::real(matrix.coeff(0,0)); \
/external/libvpx/libvpx/vp8/encoder/x86/
H A Dquantize_sse2.c47 __m128i z0 = _mm_load_si128((__m128i *)(b->coeff));
48 __m128i z1 = _mm_load_si128((__m128i *)(b->coeff+8));
148 __m128i z0 = _mm_load_si128((__m128i *)(b->coeff));
149 __m128i z1 = _mm_load_si128((__m128i *)(b->coeff + 8));
/external/chromium_org/third_party/skia/src/gpu/effects/
H A DGrBicubicEffect.cpp72 const char* coeff = builder->getUniformCStr(fCoefficientsUni); local
111 fsBuilder->codeAppendf("\tvec4 s%d = %s(%s, f.x, rowColors[0], rowColors[1], rowColors[2], rowColors[3]);\n", y, cubicBlendName.c_str(), coeff);
114 bicubicColor.printf("%s(%s, f.y, s0, s1, s2, s3)", cubicBlendName.c_str(), coeff);
/external/libvpx/libvpx/test/
H A Ddct32x32_test.cc215 DECLARE_ALIGNED_ARRAY(16, int16_t, coeff, kNumCoeffs);
231 coeff[j] = round(out_r[j]);
232 REGISTER_STATE_CHECK(inv_txfm_(coeff, dst, 32));
/external/skia/src/gpu/effects/
H A DGrBicubicEffect.cpp63 const char* coeff = builder->getUniformCStr(fCoefficientsUni); local
100 builder->fsCodeAppendf("\tvec4 s%d = %s(%s, f.x, rowColors[0], rowColors[1], rowColors[2], rowColors[3]);\n", y, cubicBlendName.c_str(), coeff);
103 bicubicColor.printf("%s(%s, f.y, s0, s1, s2, s3)", cubicBlendName.c_str(), coeff);

Completed in 894 milliseconds

1234567891011>>