OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:sum_weights
(Results
1 - 3
of
3
) sorted by null
/external/libvpx/libvpx/vp9/encoder/
vp9_firstpass.c
310
double
sum_weights
= 0.0;
local
318
sum_weights
+= weight_table[ *src];
325
sum_weights
/= (source->y_height * source->y_width);
327
return
sum_weights
;
[
all
...]
/external/libvpx/libvpx/vp8/encoder/
firstpass.c
319
double
sum_weights
= 0.0;
local
330
sum_weights
+= weight_table[ *src];
337
sum_weights
/= (source->y_height * source->y_width);
339
return
sum_weights
;
[
all
...]
onyx_int.h
672
double
sum_weights
[VPX_TS_MAX_LAYERS];
member in struct:VP8_COMP
Completed in 39 milliseconds