Searched defs:maxc (Results 1 - 8 of 8) 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...]
/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/libvpx/libvpx/vp8/encoder/
H A Dmcomp.c200 #define IFMVCV(r,c,s,e) if ( c >= minc && c <= maxc && r >= minr && r <= maxr) s else e;
228 int maxc = MIN(x->mv_col_max * 4, local
/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/jpeg/
H A Djquant2.c279 register long maxc = 0; local
283 if (boxp->colorcount > maxc && boxp->volume > 0) {
285 maxc = boxp->colorcount;
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_mcomp.c176 if (c >= minc && c <= maxc && r >= minr && r <= maxr) { \
301 const int maxc = MIN(x->mv_col_max * 8, ref_mv->col + MV_MAX); \
672 const int maxc = MIN(x->mv_col_max * 8, ref_mv->col + MV_MAX); local
701 if (tc >= minc && tc <= maxc && tr >= minr && tr <= maxr) {
732 if (tc >= minc && tc <= maxc && tr >= minr && tr <= maxr) {
/external/toybox/generated/
H A Dglobals.h744 int maxc; member in struct:tcpsvd_data

Completed in 378 milliseconds