OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sum_weights
(Results
1 - 3
of
3
) sorted by null
/external/libvpx/libvpx/vp8/encoder/
onyx_int.h
686
double
sum_weights
[VPX_TS_MAX_LAYERS];
member in struct:VP8_COMP
firstpass.c
318
double
sum_weights
= 0.0;
local
329
sum_weights
+= weight_table[ *src];
336
sum_weights
/= (source->y_height * source->y_width);
338
return
sum_weights
;
[
all
...]
onyx_if.c
[
all
...]
Completed in 20 milliseconds