OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:total_weight
(Results
1 - 3
of
3
) sorted by null
/external/webp/src/enc/
analysis.c
168
int
total_weight
;
local
192
total_weight
= 0;
199
total_weight
+= accum[n];
202
weighted_average = (weighted_average +
total_weight
/ 2) /
total_weight
;
/external/libvpx/vp8/encoder/
ratectrl.c
1461
unsigned int
total_weight
= 0;
local
[
all
...]
/external/opencv/ml/src/
mltree.cpp
2274
double max_val = -1,
total_weight
= 0;
local
[
all
...]
Completed in 176 milliseconds