Home
last modified time | relevance | path

Searched refs:cat6_high_cost (Results 1 – 2 of 2) sorted by relevance

/external/libvpx/libvpx/vp9/encoder/
Dvp9_encodemb.c127 const uint16_t *cat6_high_cost = vp9_get_high_cost_table(xd->bd); in vp9_optimize_b() local
129 const uint16_t *cat6_high_cost = vp9_get_high_cost_table(8); in vp9_optimize_b() local
166 base_bits = vp9_get_token_cost(x, &t0, cat6_high_cost); in vp9_optimize_b()
221 base_bits = vp9_get_token_cost(x, &t0, cat6_high_cost); in vp9_optimize_b()
Dvp9_rdopt.c367 const uint16_t *cat6_high_cost = vp9_get_high_cost_table(xd->bd); in cost_coeffs() local
369 const uint16_t *cat6_high_cost = vp9_get_high_cost_table(8); in cost_coeffs() local
388 cost = vp9_get_token_cost(v, &prev_t, cat6_high_cost); in cost_coeffs()
400 cost += vp9_get_token_cost(v, &t, cat6_high_cost); in cost_coeffs()
420 cost = vp9_get_token_cost(v, &tok, cat6_high_cost); in cost_coeffs()
433 cost += vp9_get_token_cost(v, &tok, cat6_high_cost); in cost_coeffs()