OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:weight_table
(Results
1 - 2
of
2
) sorted by null
/external/libvpx/libvpx/vp8/encoder/
firstpass.c
279
static const double
weight_table
[256] = {
variable
330
sum_weights +=
weight_table
[ *src];
[
all
...]
/external/libvpx/libvpx/vp9/encoder/
vp9_firstpass.c
266
static const double
weight_table
[256] = {
variable
318
sum_weights +=
weight_table
[ *src];
[
all
...]
Completed in 45 milliseconds