Searched refs:vp8_prob_cost (Results 1 – 3 of 3) sorted by relevance
43 extern const unsigned int vp8_prob_cost[256];70 Sectionbits[active_section] += vp8_prob_cost[255 - probability]; in vp8_encode_bool()72 Sectionbits[active_section] += vp8_prob_cost[probability]; in vp8_encode_bool()
22 const unsigned int vp8_prob_cost[256] = { variable
38 #define vp8_cost_zero(x) (vp8_prob_cost[x])