HomeSort by relevance Sort by last modified time
    Searched refs:cat6_high_cost (Results 1 - 2 of 2) sorted by null

  /external/libvpx/libvpx/vp9/encoder/
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);
    [all...]
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);
    [all...]

Completed in 77 milliseconds