OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kWeightTrellis
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/libwebp/enc/
quant.c
419
static const uint16_t
kWeightTrellis
[16] = {
513
max_error +=
kWeightTrellis
[j] * err;
568
kWeightTrellis
[j] * (coeff0 * coeff0 - new_error * new_error);
[
all
...]
/external/webp/src/enc/
quant.c
419
static const uint16_t
kWeightTrellis
[16] = {
513
max_error +=
kWeightTrellis
[j] * err;
568
kWeightTrellis
[j] * (coeff0 * coeff0 - new_error * new_error);
[
all
...]
Completed in 158 milliseconds