Searched refs:kWeightTrellis (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/libwebp/enc/
H A Dquant.c419 static const uint16_t kWeightTrellis[16] = { variable
513 max_error += kWeightTrellis[j] * err;
568 kWeightTrellis[j] * (coeff0 * coeff0 - new_error * new_error);
/external/webp/src/enc/
H A Dquant.c419 static const uint16_t kWeightTrellis[16] = { variable
513 max_error += kWeightTrellis[j] * err;
568 kWeightTrellis[j] * (coeff0 * coeff0 - new_error * new_error);

Completed in 106 milliseconds