Searched defs:cat6_high_cost (Results 1 - 2 of 2) sorted by relevance
/external/libvpx/libvpx/vp9/encoder/ |
H A D | vp9_encodemb.c | 118 const int16_t *cat6_high_cost = vp9_get_high_cost_table(xd->bd); local 120 const int16_t *cat6_high_cost = vp9_get_high_cost_table(8); local 167 base_bits = vp9_get_cost(t0, e0, cat6_high_cost); 227 base_bits = vp9_get_cost(t0, e0, cat6_high_cost);
|
H A D | vp9_rdopt.c | 376 const int16_t *cat6_high_cost = vp9_get_high_cost_table(xd->bd); local 378 const int16_t *cat6_high_cost = vp9_get_high_cost_table(8); local 398 vp9_get_cost(prev_t, e, cat6_high_cost); 412 vp9_get_cost(t, e, cat6_high_cost); 416 vp9_get_cost(t, e, cat6_high_cost);
|
Completed in 3485 milliseconds