OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:weight_table
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
firstpass.c
279
static const double
weight_table
[256] = {
variable
330
sum_weights +=
weight_table
[ *src];
[
all
...]
/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
281
static const double
weight_table
[256] = {
variable
331
sum +=
weight_table
[*pixel++];
[
all
...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
firstpass.c
279
static const double
weight_table
[256] = {
variable
330
sum_weights +=
weight_table
[ *src];
[
all
...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_firstpass.c
278
static const double
weight_table
[256] = {
variable
328
sum +=
weight_table
[*pixel++];
[
all
...]
Completed in 722 milliseconds