Searched refs:max_dist (Results 1 - 13 of 13) sorted by relevance

/external/opencv/cv/src/
H A Dcvapprox.cpp575 int max_dist = 0; local
589 if( dist > max_dist )
591 max_dist = dist;
596 le_eps = max_dist <= eps;
630 int dx, dy, dist, max_dist = 0; local
642 if( dist > max_dist )
644 max_dist = dist;
649 le_eps = (double)max_dist * max_dist <= eps * ((double)dx * dx + (double)dy * dy);
780 double max_dist local
835 double dx, dy, dist, max_dist = 0; local
[all...]
H A Dcvrotcalipers.cpp96 float max_dist = 0; local
259 if( dist > max_dist )
260 max_dist = dist;
337 out[0] = max_dist;
H A Dcvshapedescr.cpp181 float max_dist = 0; local
195 if( max_dist < dist )
197 max_dist = dist;
203 if( max_dist == 0 )
/external/chromium_org/third_party/libjpeg_turbo/
H A Djquant2.c645 INT32 minmaxdist, min_dist, max_dist, tdist; local
678 max_dist = tdist*tdist;
683 max_dist = tdist*tdist;
689 max_dist = tdist*tdist;
692 max_dist = tdist*tdist;
701 max_dist += tdist*tdist;
706 max_dist += tdist*tdist;
711 max_dist += tdist*tdist;
714 max_dist += tdist*tdist;
723 max_dist
[all...]
/external/jpeg/
H A Djquant2.c661 INT32 minmaxdist, min_dist, max_dist, tdist; local
694 max_dist = tdist*tdist;
699 max_dist = tdist*tdist;
705 max_dist = tdist*tdist;
708 max_dist = tdist*tdist;
717 max_dist += tdist*tdist;
722 max_dist += tdist*tdist;
727 max_dist += tdist*tdist;
730 max_dist += tdist*tdist;
739 max_dist
[all...]
/external/qemu/distrib/jpeg-6b/
H A Djquant2.c661 INT32 minmaxdist, min_dist, max_dist, tdist; local
694 max_dist = tdist*tdist;
699 max_dist = tdist*tdist;
705 max_dist = tdist*tdist;
708 max_dist = tdist*tdist;
717 max_dist += tdist*tdist;
722 max_dist += tdist*tdist;
727 max_dist += tdist*tdist;
730 max_dist += tdist*tdist;
739 max_dist
[all...]
/external/opencv/cxcore/src/
H A Dcxutils.cpp63 double max_dist; local
103 max_dist = termcrit.epsilon*2;
136 max_dist = 0;
164 if( max_dist < dist )
165 max_dist = dist;
208 if( max_dist < termcrit.epsilon )
/external/opencv/ml/src/
H A Dmlem.cpp587 double max_dist = DBL_MAX; local
689 max_dist = 0;
723 if( max_dist < dist )
724 max_dist = dist;
728 if( max_dist < termcrit.epsilon )
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r600/
H A Devergreen_state.c1641 uint32_t max_dist, num_regs, *sample_locs; local
1647 max_dist = max_dist_2x;
1652 max_dist = max_dist_4x;
1657 max_dist = max_dist_8x;
1662 max_dist = max_dist_16x;
1689 return max_dist;
1839 unsigned max_dist = cayman_set_ms_pos(ctx, rstate, nr_samples); local
1844 S_028BE0_MAX_SAMPLE_DIST(max_dist) |
1854 unsigned max_dist = evergreen_set_ms_pos(ctx, rstate, nr_samples); local
1859 S_028C04_MAX_SAMPLE_DIST(max_dist));
[all...]
H A Dr600_state.c1588 uint32_t tl, br, i, nr_samples, max_dist; local
1721 max_dist = r600_set_ms_pos(ctx, rstate, nr_samples);
1731 S_028C04_MAX_SAMPLE_DIST(max_dist));
/external/mesa3d/src/gallium/drivers/r600/
H A Devergreen_state.c1641 uint32_t max_dist, num_regs, *sample_locs; local
1647 max_dist = max_dist_2x;
1652 max_dist = max_dist_4x;
1657 max_dist = max_dist_8x;
1662 max_dist = max_dist_16x;
1689 return max_dist;
1839 unsigned max_dist = cayman_set_ms_pos(ctx, rstate, nr_samples); local
1844 S_028BE0_MAX_SAMPLE_DIST(max_dist) |
1854 unsigned max_dist = evergreen_set_ms_pos(ctx, rstate, nr_samples); local
1859 S_028C04_MAX_SAMPLE_DIST(max_dist));
[all...]
H A Dr600_state.c1588 uint32_t tl, br, i, nr_samples, max_dist; local
1721 max_dist = r600_set_ms_pos(ctx, rstate, nr_samples);
1731 S_028C04_MAX_SAMPLE_DIST(max_dist));
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...

Completed in 327 milliseconds