Searched refs:vp9_prob_cost (Results 1 – 2 of 2) sorted by relevance
20 extern const unsigned int vp9_prob_cost[256];22 #define vp9_cost_zero(prob) (vp9_prob_cost[prob])
13 const unsigned int vp9_prob_cost[256] = { variable