Searched refs:cost0 (Results 1 – 2 of 2) sorted by relevance
71 const int cost0 = (ctx > 0) ? VP8BitCost(1, p[0]) : 0; in VP8CalculateLevelCosts() local72 const int cost_base = VP8BitCost(1, p[1]) + cost0; in VP8CalculateLevelCosts()74 table[0] = VP8BitCost(0, p[1]) + cost0; in VP8CalculateLevelCosts()
101 unsigned cost0; member188 res_available[(int)perf.rsrc0] = cur_cycle + perf.cost0; in use_resources()189 res_usage[(int)perf.rsrc0] += perf.cost0; in use_resources()