Home
last modified time | relevance | path

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

/external/webp/src/enc/
Dquant_enc.c608 const int last_proba = probas[VP8EncBands[first]][ctx0][0]; in TrellisQuantizeBlock() local
625 cost = VP8BitCost(0, last_proba); in TrellisQuantizeBlock()
630 const score_t rate = (ctx0 == 0) ? VP8BitCost(1, last_proba) : 0; in TrellisQuantizeBlock()