HomeSort by relevance Sort by last modified time
    Searched refs:class_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
92 av1_cost_tokens_from_cdf(class_cost, mvcomp->classes_cdf, NULL);
111 cost += class_cost[c];
  /external/libvpx/libvpx/vp9/encoder/
vp9_encodemv.c 72 int sign_cost[2], class_cost[MV_CLASSES], class0_cost[CLASS0_SIZE]; local
81 vp9_cost_tokens(class_cost, mvcomp->classes, vp9_mv_class_tree);
102 int cost = class_cost[MV_CLASS_0];
119 int whole_cost = class_cost[c];

Completed in 1370 milliseconds