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

  /external/libvpx/libvpx/vp9/encoder/
vp9_encodemv.c 75 int class0_hp_cost[2], hp_cost[2]; local
95 hp_cost[0] = vp9_cost_zero(mvcomp->hp);
96 hp_cost[1] = vp9_cost_one(mvcomp->hp);
126 mvcost[v] = cost + hp_cost[0] + sign_cost[0];
127 mvcost[-v] = cost + hp_cost[0] + sign_cost[1];
129 mvcost[v + 1] = cost + hp_cost[1] + sign_cost[0];
130 mvcost[-v - 1] = cost + hp_cost[1] + sign_cost[1];
  /external/libaom/libaom/av1/encoder/
encodemv.c 89 int class0_hp_cost[2], hp_cost[2]; local
104 av1_cost_tokens_from_cdf(hp_cost, mvcomp->hp_cdf, NULL);
131 cost += hp_cost[e];

Completed in 284 milliseconds