Home | History | Annotate | Download | only in enc

Lines Matching refs:VP8BitCost

521     cost = VP8BitCost(0, last_proba);
588 cost += VP8BitCost(1, last_proba);
601 if (n < 15) cost += VP8BitCost(0, last_proba);
836 rd_best.score = 211; // '211' is the value of VP8BitCost(0, 145)