OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sum_dist
(Results
1 - 2
of
2
) 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/libvpx/libvpx/vp9/encoder/
vp9_encodeframe.c
1492
int64_t this_dist,
sum_dist
= 0, best_dist = INT64_MAX;
local
[
all
...]
Completed in 37 milliseconds