HomeSort by relevance Sort by last modified time
    Searched full:coeffs (Results 26 - 50 of 157) sorted by null

12 3 4 5 6 7

  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
vlc_enc_tab.h 228 /* first part of coeffs for last = 0. Indexed by [run][level-1] */
246 /* rest of coeffs for last = 0. indexing by [run-2][level-1] */
330 /* first coeffs of last = 1. indexing by [run][level-1] */
344 /* rest of coeffs for last = 1. indexing by [run-2] */
364 /* Coeffs for last = 0, run = 0. Indexed by [level-1] */
378 /* Coeffs for last = 0, run = 1. Indexed by [level-1] */
387 /* Coeffs for last = 0, run = 2 -> 9. Indexed by [run-2][level-1] */
433 /* Coeffs for last = 0, run = 10 -> 14. Indexed by [run-10] */
441 /* Coeffs for last = 1, run = 0. Indexed by [level-1] */
449 /* Coeffs for last = 1, run = 1 -> 6. Indexed by [run-1][level-1] *
    [all...]
  /external/chromium_org/third_party/skia/include/core/
SkXfermode.h 89 The modes are ordered by those that can be expressed as a pair of Coeffs, followed by those
90 that aren't Coeffs but have separable r,g,b computations, and finally
181 * true and set (if not NULL) the corresponding coeffs. If the mode is
182 * not representable as a pair of Coeffs, return false and ignore the
198 src and dst coeffs will be applied to the draw. When *effect is non-NULL the coeffs are
  /external/skia/include/core/
SkXfermode.h 89 The modes are ordered by those that can be expressed as a pair of Coeffs, followed by those
90 that aren't Coeffs but have separable r,g,b computations, and finally
181 * true and set (if not NULL) the corresponding coeffs. If the mode is
182 * not representable as a pair of Coeffs, return false and ignore the
198 src and dst coeffs will be applied to the draw. When *effect is non-NULL the coeffs are
  /external/eigen/test/eigen2/
eigen2_hyperplane.cpp 110 CoeffsType converted_coeffs(HLine(pl).coeffs());
111 converted_coeffs *= line_u.coeffs()(0)/converted_coeffs(0);
112 VERIFY(line_u.coeffs().isApprox(converted_coeffs));
eigen2_geometry.cpp 59 VERIFY_IS_APPROX(Quaternionx(Quaternionx::Identity()).coeffs(), q2.coeffs());
60 q1.coeffs().setRandom();
61 VERIFY_IS_APPROX(q1.coeffs(), (q1*q2).coeffs());
85 if((q1.coeffs()-q2.coeffs()).norm() > 10*largeEps)
eigen2_geometry_with_eigen2_prefix.cpp 61 VERIFY_IS_APPROX(Quaternionx(Quaternionx::Identity()).coeffs(), q2.coeffs());
62 q1.coeffs().setRandom();
63 VERIFY_IS_APPROX(q1.coeffs(), (q1*q2).coeffs());
87 if((q1.coeffs()-q2.coeffs()).norm() > 10*largeEps)
eigen2_newstdvector.cpp 117 VERIFY(v[i].coeffs()==w[(i-23)%w.size()].coeffs());
eigen2_qtvector.cpp 126 VERIFY(v[i].coeffs()==w[(i-23)%w.size()].coeffs());
eigen2_stdvector.cpp 116 VERIFY(v[i].coeffs()==w[(i-23)%w.size()].coeffs());
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/
arc.c 432 const double (*coeffs)[4][4];
434 coeffs = (x < 0.25) ? coeffs3Low : coeffs3High;
437 c0 = rational_function(x, coeffs[0][0])
438 + cos2 * rational_function(x, coeffs[0][1])
439 + cos4 * rational_function(x, coeffs[0][2])
440 + cos6 * rational_function(x, coeffs[0][3]);
442 c1 = rational_function(x, coeffs[1][0])
443 + cos2 * rational_function(x, coeffs[1][1])
444 + cos4 * rational_function(x, coeffs[1][2])
445 + cos6 * rational_function(x, coeffs[1][3])
    [all...]
  /external/eigen/Eigen/src/Core/products/
GeneralMatrixVector.h 87 // How many coeffs of the result do we have to skip to be aligned.
158 // process initial unaligned coeffs
224 /* process remaining coeffs (or all if there is no explicit vectorization) */
247 // process first unaligned result's coeffs
250 // process aligned result's coeffs
338 // How many coeffs of the result do we have to skip to be aligned.
411 // process initial unaligned coeffs
483 // process remaining coeffs (or all if no explicit vectorization)
507 // process first unaligned result's coeffs
514 // process aligned rhs coeffs
    [all...]
  /external/eigen/Eigen/src/Eigen2Support/Geometry/
Quaternion.h 93 inline const Coefficients& coeffs() const { return m_coeffs; } function in class:Eigen::Quaternion
96 inline Coefficients& coeffs() { return m_coeffs; } function in class:Eigen::Quaternion
193 { m_coeffs = other.coeffs().template cast<Scalar>(); }
380 return Quaternion(conjugate().coeffs() / n2);
442 return Quaternion<Scalar>(scale0 * coeffs() + scale1 * other.coeffs());
475 q.coeffs().coeffRef(i) = Scalar(0.5) * t;
478 q.coeffs().coeffRef(j) = (mat.coeff(j,i)+mat.coeff(i,j))*t;
479 q.coeffs().coeffRef(k) = (mat.coeff(k,i)+mat.coeff(i,k))*t;
491 q.coeffs() = vec
    [all...]
  /external/mesa3d/src/gallium/state_trackers/vega/
arc.c 432 const double (*coeffs)[4][4];
434 coeffs = (x < 0.25) ? coeffs3Low : coeffs3High;
437 c0 = rational_function(x, coeffs[0][0])
438 + cos2 * rational_function(x, coeffs[0][1])
439 + cos4 * rational_function(x, coeffs[0][2])
440 + cos6 * rational_function(x, coeffs[0][3]);
442 c1 = rational_function(x, coeffs[1][0])
443 + cos2 * rational_function(x, coeffs[1][1])
444 + cos4 * rational_function(x, coeffs[1][2])
445 + cos6 * rational_function(x, coeffs[1][3])
    [all...]
  /external/opencv/cxcore/src/
cxutils.cpp 266 cvSolveCubic( const CvMat* coeffs, CvMat* roots )
278 if( !CV_IS_MAT(coeffs) )
279 CV_ERROR( !coeffs ? CV_StsNullPtr : CV_StsBadArg, "Input parameter is not a valid matrix" );
284 if( (CV_MAT_TYPE(coeffs->type) != CV_32FC1 && CV_MAT_TYPE(coeffs->type) != CV_64FC1) ||
289 coeff_count = coeffs->rows + coeffs->cols - 1;
291 if( (coeffs->rows != 1 && coeffs->cols != 1) || (coeff_count != 3 && coeff_count != 4) )
300 if( CV_MAT_TYPE(coeffs->type) == CV_32FC1
    [all...]
  /external/libvpx/libvpx/vp8/encoder/arm/armv6/
vp8_short_fdct4x4_armv6.asm 25 ; coeffs 0-3
56 ; coeffs 4-7
81 ; coeffs 8-11
106 ; coeffs 12-15
  /external/eigen/test/
qtvector.cpp 126 VERIFY(v[i].coeffs()==w[(i-23)%w.size()].coeffs());
stdvector.cpp 116 VERIFY(v[i].coeffs()==w[(i-23)%w.size()].coeffs());
stdvector_overload.cpp 130 VERIFY(v[i].coeffs()==w[(i-23)%w.size()].coeffs());
  /external/speex/libspeex/
ltp.h 69 int p, /* Number of LPC coeffs */
112 int p, /* Number of LPC coeffs */
  /external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
decode.c 48 WebRtc_Word16 lofilt_coefQ15[ORDERLO*SUBFRAMES]; //refl. coeffs
49 WebRtc_Word16 hifilt_coefQ15[ORDERHI*SUBFRAMES]; //refl. coeffs
  /external/chromium_org/third_party/libwebp/dsp/
dsp.h 101 typedef void (*VP8DecIdct)(const int16_t* coeffs, uint8_t* dst);
102 // when doing two transforms, coeffs is actually int16_t[2][16].
103 typedef void (*VP8DecIdct2)(const int16_t* coeffs, uint8_t* dst, int do_two);
  /external/chromium_org/third_party/libwebp/enc/
frame.c 34 const int16_t* coeffs; member in struct:__anon14009
127 while ((v = res->coeffs[n++]) == 0) {
269 static void SetResidualCoeffs(const int16_t* const coeffs,
274 if (coeffs[n]) {
279 res->coeffs = coeffs;
297 int v = res->coeffs[n];
317 const int v = abs(res->coeffs[n]);
405 const int c = res->coeffs[n++];
583 res.first, res.last, res.coeffs, tokens)
    [all...]
  /external/webp/src/dsp/
dsp.h 101 typedef void (*VP8DecIdct)(const int16_t* coeffs, uint8_t* dst);
102 // when doing two transforms, coeffs is actually int16_t[2][16].
103 typedef void (*VP8DecIdct2)(const int16_t* coeffs, uint8_t* dst, int do_two);
  /external/webp/src/enc/
frame.c 34 const int16_t* coeffs; member in struct:__anon30396
127 while ((v = res->coeffs[n++]) == 0) {
269 static void SetResidualCoeffs(const int16_t* const coeffs,
274 if (coeffs[n]) {
279 res->coeffs = coeffs;
297 int v = res->coeffs[n];
317 const int v = abs(res->coeffs[n]);
405 const int c = res->coeffs[n++];
583 res.first, res.last, res.coeffs, tokens)
    [all...]
  /external/opencv/cvaux/src/
cveigenobjects.cpp     [all...]

Completed in 2230 milliseconds

12 3 4 5 6 7