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

  /external/libvpx/vp8/encoder/
temporal_filter.c 140 static int dummy_cost[2*mv_max+1]; variable
164 int *mvcost[2] = { &dummy_cost[mv_max+1], &dummy_cost[mv_max+1] };
165 int *mvsadcost[2] = { &dummy_cost[mv_max+1], &dummy_cost[mv_max+1] };

Completed in 29 milliseconds