Home
last modified time | relevance | path

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

/external/opencv3/3rdparty/libwebp/enc/
Dquant.c506 const int last_proba = last_costs[VP8EncBands[first]][ctx0][0]; in TrellisQuantizeBlock() local
521 cost = VP8BitCost(0, last_proba); in TrellisQuantizeBlock()
553 int last_proba; in TrellisQuantizeBlock() local
562 last_proba = last_costs[VP8EncBands[n + 1]][cur->ctx][0]; in TrellisQuantizeBlock()
588 cost += VP8BitCost(1, last_proba); in TrellisQuantizeBlock()
601 if (n < 15) cost += VP8BitCost(0, last_proba); in TrellisQuantizeBlock()
/external/webp/src/enc/
Dquant.c590 const int last_proba = probas[VP8EncBands[first]][ctx0][0]; in TrellisQuantizeBlock() local
607 cost = VP8BitCost(0, last_proba); in TrellisQuantizeBlock()
612 const score_t rate = (ctx0 == 0) ? VP8BitCost(1, last_proba) : 0; in TrellisQuantizeBlock()