Home | History | Annotate | Download | only in enc

Lines Matching full:costs

549   const uint16_t* costs;  // shortcut to cost tables
576 CostArrayPtr const costs =
614 ss_cur[m].costs = costs[first][ctx0];
648 ss_cur[m].costs = costs[n + 1][ctx];
674 const score_t cost = VP8LevelCost(ss_prev[p].costs, level);