OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:dist_sum
(Results
1 - 4
of
4
) sorted by null
/external/opencv/cv/src/
cvhough.cpp
999
float start_dist,
dist_sum
;
local
1027
dist_sum
= start_dist = ddata[sort_buf[nz_count-1]];
[
all
...]
/external/opencv3/modules/imgproc/src/
hough.cpp
1145
float start_dist,
dist_sum
;
local
[
all
...]
/external/libvpx/libvpx/vp9/encoder/
vp9_rdopt.c
167
int64_t
dist_sum
= 0;
local
256
dist_sum
+= dist;
262
dist_sum
+= dist;
269
*out_dist_sum =
dist_sum
<< 4;
2589
int64_t
dist_sum
= 0;
local
[
all
...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_rdopt.c
434
int64_t
dist_sum
= 0;
local
462
dist_sum
+= dist;
469
dist_sum
+= dist;
474
*out_dist_sum =
dist_sum
<< 4;
489
int64_t
dist_sum
= 0;
local
517
dist_sum
+= dist;
523
*out_dist_sum =
dist_sum
<< 4;
2831
int64_t
dist_sum
= 0;
local
[
all
...]
Completed in 334 milliseconds