Home
last modified time | relevance | path

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

/external/webp/src/enc/
Dquant.c438 const int last_proba = last_costs[VP8EncBands[first]][ctx0][0]; in TrellisQuantizeBlock() local
453 cost = VP8BitCost(0, last_proba); in TrellisQuantizeBlock()
485 int last_proba; in TrellisQuantizeBlock() local
494 last_proba = last_costs[VP8EncBands[n + 1]][cur->ctx][0]; in TrellisQuantizeBlock()
520 cost += VP8BitCost(1, last_proba); in TrellisQuantizeBlock()
533 if (n < 15) cost += VP8BitCost(0, last_proba); in TrellisQuantizeBlock()