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 94 const uint16_t *cat6_high_cost = vp9_get_high_cost_table(xd->bd); local
96 const uint16_t *cat6_high_cost = vp9_get_high_cost_table(8); local
187 const int64_t base_bits0 = vp9_get_token_cost(x, &t0, cat6_high_cost);
188 const int64_t base_bits1 = vp9_get_token_cost(x1, &t1, cat6_high_cost);
    [all...]
vp9_rdopt.c 369 const uint16_t *cat6_high_cost = vp9_get_high_cost_table(xd->bd); local
371 const uint16_t *cat6_high_cost = vp9_get_high_cost_table(8); local
390 cost = vp9_get_token_cost(v, &prev_t, cat6_high_cost);
402 cost += vp9_get_token_cost(v, &t, cat6_high_cost);
422 cost = vp9_get_token_cost(v, &tok, cat6_high_cost);
435 cost += vp9_get_token_cost(v, &tok, cat6_high_cost);
    [all...]

Completed in 3034 milliseconds