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

  /external/opencv/cv/src/
cvlinefit.cpp 225 double sum_dist = 0.;
235 sum_dist += dist[j];
238 return sum_dist;
247 double sum_dist = 0.;
263 sum_dist += dist[j];
266 return sum_dist;
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
vp9_encodeframe.c 1952 int64_t this_dist, sum_dist = 0, best_dist = INT64_MAX; local
2579 int64_t this_dist, sum_dist = 0, best_dist = INT64_MAX; local
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_encodeframe.c 2178 int64_t this_dist, sum_dist = 0, best_dist = INT64_MAX; local
2812 int64_t this_dist, sum_dist = 0, best_dist = INT64_MAX; local
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_encodeframe.c 2013 int64_t this_dist, sum_dist = 0, best_dist = INT64_MAX; local
2655 int64_t this_dist, sum_dist = 0, best_dist = INT64_MAX; local
    [all...]

Completed in 202 milliseconds