Searched refs:vp9_get_high_cost_table (Results 1 – 3 of 3) sorted by relevance
84 static INLINE const uint16_t *vp9_get_high_cost_table(int bit_depth) { in vp9_get_high_cost_table() function90 static INLINE const uint16_t *vp9_get_high_cost_table(int bit_depth) { in vp9_get_high_cost_table() function
94 const uint16_t *cat6_high_cost = vp9_get_high_cost_table(xd->bd); in vp9_optimize_b()96 const uint16_t *cat6_high_cost = vp9_get_high_cost_table(8); in vp9_optimize_b()
369 const uint16_t *cat6_high_cost = vp9_get_high_cost_table(xd->bd); in cost_coeffs()371 const uint16_t *cat6_high_cost = vp9_get_high_cost_table(8); in cost_coeffs()