HomeSort by relevance Sort by last modified time
    Searched refs:cost_mvcomponent (Results 1 - 2 of 2) 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]);
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/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 130 milliseconds