Searched refs:vp8_prob_cost (Results 1 – 4 of 4) sorted by relevance
48 extern const unsigned int vp8_prob_cost[256];78 Sectionbits[active_section] += vp8_prob_cost[255-probability]; in vp8_encode_bool()80 Sectionbits[active_section] += vp8_prob_cost[probability]; in vp8_encode_bool()
23 const unsigned int vp8_prob_cost[256] = variable
39 #define vp8_cost_zero( x) ( vp8_prob_cost[x])
15 const unsigned int vp8_prob_cost[256] = variable