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

  /external/libaom/libaom/av1/encoder/
encodemv.c 86 int sign_cost[2], class_cost[MV_CLASSES], class0_cost[CLASS0_SIZE]; local
93 av1_cost_tokens_from_cdf(class0_cost, mvcomp->class0_cdf, NULL);
116 cost += class0_cost[d];
  /external/libvpx/libvpx/vp9/encoder/
vp9_encodemv.c 72 int sign_cost[2], class_cost[MV_CLASSES], class0_cost[CLASS0_SIZE]; local
82 vp9_cost_tokens(class0_cost, mvcomp->class0, vp9_mv_class0_tree);
106 cost += class0_cost[d];

Completed in 504 milliseconds