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

  /external/libaom/libaom/av1/encoder/
encodemv.c 88 int class0_fp_cost[CLASS0_SIZE][MV_FP_SIZE], fp_cost[MV_FP_SIZE]; local
99 av1_cost_tokens_from_cdf(class0_fp_cost[i], mvcomp->class0_fp_cdf[i], NULL);
123 cost += class0_fp_cost[d][f];
  /external/libvpx/libvpx/vp9/encoder/
vp9_encodemv.c 74 int class0_fp_cost[CLASS0_SIZE][MV_FP_SIZE], fp_cost[MV_FP_SIZE]; local
89 vp9_cost_tokens(class0_fp_cost[i], mvcomp->class0_fp[i], vp9_mv_fp_tree);
107 cost += class0_fp_cost[d][f];

Completed in 87 milliseconds