HomeSort by relevance Sort by last modified time
    Searched refs:min_delta (Results 1 - 5 of 5) sorted by null

  /external/qemu/distrib/sdl-1.2.15/src/video/photon/
SDL_ph_modes.c 169 int i, closest, delta, min_delta; local
199 min_delta = abs(mode_info.bits_per_pixel - bpp);
222 if (delta < min_delta)
225 min_delta = delta;
  /external/opencv/cv/src/
cvemd.cpp 171 float eps, min_delta; local
284 min_delta = icvIsOptimal( state.cost, state.is_x,
288 if( min_delta == CV_EMD_INF )
294 if( min_delta >= -eps )
714 float delta, min_delta = CV_EMD_INF; local
729 if( min_delta > delta )
731 min_delta = delta;
742 return min_delta;
911 float min_delta, diff; local
973 min_delta = CV_EMD_INF
    [all...]
cvmotempl.cpp 179 float min_delta, max_delta; local
211 min_delta = (float)delta1;
266 if( mask_row.data.ptr[x] == 0 || d0 < min_delta || max_delta < d0 )
cvshapedescr.cpp 383 double min_delta = 0, delta; local
403 if( delta < min_delta )
405 min_delta = delta;
409 result = min_delta >= 0;
    [all...]
  /external/linux-tools-perf/
builtin-sched.c 200 u64 T0, T1, delta, min_delta = 1000000000ULL; local
208 min_delta = min(min_delta, delta);
210 run_measurement_overhead = min_delta;
212 printf("run measurement overhead: %" PRIu64 " nsecs\n", min_delta);
217 u64 T0, T1, delta, min_delta = 1000000000ULL; local
225 min_delta = min(min_delta, delta);
227 min_delta -= 10000;
228 sleep_measurement_overhead = min_delta;
    [all...]

Completed in 44 milliseconds