Searched defs:cat6_high_cost (Results 1 - 2 of 2) sorted by relevance

/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_encodemb.c118 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 Dvp9_rdopt.c376 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