Home | History | Annotate | Download | only in enc

Lines Matching full:costs

528   const uint16_t* costs;  // shortcut to cost tables
556 const CostArray* const costs = enc->proba_.level_cost_[coeff_type];
593 ss_cur[m].costs = costs[VP8EncBands[first]][ctx0];
627 ss_cur[m].costs = costs[band][ctx];
653 const score_t cost = VP8LevelCost(ss_prev[p].costs, level);