Searched refs:vp9_get_token_cost (Results 1 – 3 of 3) sorted by relevance
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_tokenize.h | 113 static INLINE int vp9_get_token_cost(int v, int16_t *token, in vp9_get_token_cost() function
|
D | vp9_encodemb.c | 187 const int64_t base_bits0 = vp9_get_token_cost(x, &t0, cat6_high_cost); in vp9_optimize_b() 188 const int64_t base_bits1 = vp9_get_token_cost(x1, &t1, cat6_high_cost); in vp9_optimize_b()
|
D | vp9_rdopt.c | 390 cost = vp9_get_token_cost(v, &prev_t, cat6_high_cost); in cost_coeffs() 402 cost += vp9_get_token_cost(v, &t, cat6_high_cost); in cost_coeffs() 422 cost = vp9_get_token_cost(v, &tok, cat6_high_cost); in cost_coeffs() 435 cost += vp9_get_token_cost(v, &tok, cat6_high_cost); in cost_coeffs()
|