Home
last modified time | relevance | path

Searched refs:max_error (Results 1 – 1 of 1) sorted by relevance

/external/webp/src/enc/
Dquant.c436 score_t max_error; in TrellisQuantizeBlock() local
441 max_error = 0; in TrellisQuantizeBlock()
445 max_error += kWeightTrellis[j] * err; in TrellisQuantizeBlock()
454 best_score = RDScoreTrellis(lambda, cost, max_error); in TrellisQuantizeBlock()
460 NODE(n, m).error = max_error; in TrellisQuantizeBlock()