Home | History | Annotate | Download | only in enc

Lines Matching full:cost

19 #include "./cost.h"
549 const uint16_t* costs; // shortcut to cost tables
588 score_t cost;
607 cost = VP8BitCost(0, last_proba);
608 best_score = RDScoreTrellis(lambda, cost, 0);
653 // Compute extra rate cost if last coeff's position is < 15
674 const score_t cost = VP8LevelCost(ss_prev[p].costs, level);
677 base_score + ss_prev[p].score + RDScoreTrellis(lambda, cost, 0);
853 // RD-opt decision. Reconstruct each modes, evalue distortion and bit-cost.
854 // Pick the mode is lower RD-cost = Rate + lambda * Distortion.
950 // return the cost array corresponding to the surrounding prediction modes.