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

  /external/libvpx/libvpx/vp8/encoder/
encodemv.c 100 static unsigned int cost_mvcomponent(const int v, const struct mv_context *mvc) function
150 mvcost [0] [0] = cost_mvcomponent(0, &mvc[0]);
154 cost0 = cost_mvcomponent(i, &mvc[0]);
166 mvcost [1] [0] = cost_mvcomponent(0, &mvc[1]);
170 cost1 = cost_mvcomponent(i, &mvc[1]);

Completed in 361 milliseconds