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

  /external/libvpx/libvpx/vp9/encoder/
vp9_encodemv.c 72 int class0_hp_cost[2], hp_cost[2]; local
90 hp_cost[0] = vp9_cost_zero(mvcomp->hp);
91 hp_cost[1] = vp9_cost_one(mvcomp->hp);
119 cost += hp_cost[e];

Completed in 104 milliseconds