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

  /external/libaom/libaom/av1/encoder/
encodemv.c 89 int class0_hp_cost[2], hp_cost[2]; local
103 av1_cost_tokens_from_cdf(class0_hp_cost, mvcomp->class0_hp_cdf, NULL);
129 cost += class0_hp_cost[e];
  /external/libvpx/libvpx/vp9/encoder/
vp9_encodemv.c 75 int class0_hp_cost[2], hp_cost[2]; local
93 class0_hp_cost[0] = vp9_cost_zero(mvcomp->class0_hp);
94 class0_hp_cost[1] = vp9_cost_one(mvcomp->class0_hp);
110 cost += class0_hp_cost[e];

Completed in 787 milliseconds