Searched refs:maxc (Results 1 - 10 of 10) sorted by relevance

/external/eigen/test/eigen2/
H A Deigen2_visitor.cpp27 Scalar minc = Scalar(1000), maxc = Scalar(-1000); local
38 if(m(i,j) > maxc)
40 maxc = m(i,j);
54 VERIFY_IS_APPROX(maxc, eigen_maxc);
56 VERIFY_IS_APPROX(maxc, m.maxCoeff());
73 Scalar minc = Scalar(1000), maxc = Scalar(-1000); local
82 if(v(i) > maxc)
84 maxc = v(i);
95 VERIFY_IS_APPROX(maxc, eigen_maxc);
97 VERIFY_IS_APPROX(maxc,
[all...]
/external/eigen/test/
H A Dvisitor.cpp28 Scalar minc = Scalar(1000), maxc = Scalar(-1000); local
39 if(m(i,j) > maxc)
41 maxc = m(i,j);
55 VERIFY_IS_APPROX(maxc, eigen_maxc);
57 VERIFY_IS_APPROX(maxc, m.maxCoeff());
75 Scalar minc = v(0), maxc = v(0); local
84 if(v(i) > maxc)
86 maxc = v(i);
97 VERIFY_IS_APPROX(maxc, eigen_maxc);
99 VERIFY_IS_APPROX(maxc,
[all...]
H A Dredux.cpp29 Scalar s(0), p(1), minc(numext::real(m1.coeff(0))), maxc(numext::real(m1.coeff(0)));
36 maxc = (std::max)(numext::real(maxc), numext::real(m1(i,j)));
44 VERIFY_IS_APPROX(m1.real().maxCoeff(), numext::real(maxc));
76 RealScalar minc(numext::real(v.coeff(0))), maxc(numext::real(v.coeff(0)));
82 maxc = (std::max)(maxc, numext::real(v[j]));
87 VERIFY_IS_APPROX(maxc, v.real().head(i).maxCoeff());
93 RealScalar minc(numext::real(v.coeff(i))), maxc(numext::real(v.coeff(i)));
99 maxc
[all...]
/external/fio/
H A Dgettime.c261 uint64_t minc, maxc, avg, cycles[NR_TIME_ITERS]; local
285 maxc = samples = avg = 0;
290 maxc = max(cycles[i], maxc);
308 maxc /= 10;
312 (unsigned long long) maxc, mean, S);
/external/toybox/toys/pending/
H A Dtcpsvd.c47 int maxc;
282 TT.maxc = atolx_range(TT.nmsg, 1, INT_MAX);
329 if (head && head->count >= TT.maxc) {
372 sprintf(max_c, "%d", TT.maxc);
/external/jpeg/
H A Djquant2.c279 register long maxc = 0; local
283 if (boxp->colorcount > maxc && boxp->volume > 0) {
285 maxc = boxp->colorcount;
/external/toybox/generated/
H A Dglobals.h744 int maxc; member in struct:tcpsvd_data
/external/deqp/framework/common/
H A DtcuTextureUtil.cpp1013 float maxc = de::max(rc, de::max(gc, bc)); local
1014 int expp = de::max(-eBias - 1, deFloorFloatToInt32(deFloatLog2(maxc))) + 1 + eBias;
1016 int maxs = deFloorFloatToInt32(maxc / e + 0.5f);
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_mcomp.c176 if (c >= minc && c <= maxc && r >= minr && r <= maxr) { \
292 const int maxc = MIN(x->mv_col_max * 8, ref_mv->col + MV_MAX); local
/external/libvpx/libvpx/vp8/encoder/
H A Dmcomp.c198 #define IFMVCV(r,c,s,e) if ( c >= minc && c <= maxc && r >= minr && r <= maxr) s else e;
226 int maxc = MIN(x->mv_col_max * 4, local

Completed in 326 milliseconds