Searched refs:av1_prob_cost (Results 1 – 2 of 2) sorted by relevance
22 extern const uint16_t av1_prob_cost[128];41 return av1_prob_cost[prob - 128] + av1_cost_literal(shift); in av1_cost_symbol()
17 const uint16_t av1_prob_cost[128] = { variable