Searched refs:last_proba (Results 1 – 1 of 1) sorted by relevance
438 const int last_proba = last_costs[VP8EncBands[first]][ctx0][0]; in TrellisQuantizeBlock() local453 cost = VP8BitCost(0, last_proba); in TrellisQuantizeBlock()485 int last_proba; in TrellisQuantizeBlock() local494 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()