Searched refs:cost0 (Results 1 – 1 of 1) 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()
Completed in 3 milliseconds