HomeSort by relevance Sort by last modified time
    Searched defs:mvcost (Results 1 - 4 of 4) sorted by null

  /external/libvpx/vp8/encoder/
block.h 86 int *mvcost[2]; member in struct:__anon5118
temporal_filter.c 196 int *mvcost[2] = { &dummy_cost[mv_max+1], &dummy_cost[mv_max+1] }; local
238 mvsadcost, mvcost);
249 mvsadcost, mvcost); //sadpb < 9
271 mvsadcost, mvcost); //sadpb = 9
295 cpi->mb.mvcost);
  /frameworks/base/media/libstagefright/codecs/avc/enc/src/
findhalfpel.cpp 63 int mvcost; local
86 mvcost = MV_COST_S(lambda_motion, mot->x, mot->y, cmvx, cmvy);
88 dmin += mvcost;
95 mvcost = MV_COST_S(lambda_motion, mot->x + xh[h], mot->y + yh[h], cmvx, cmvy);
96 d += mvcost;
102 satd_min = d - mvcost;
119 mvcost = MV_COST_S(lambda_motion, mot->x + xq[q], mot->y + yq[q], cmvx, cmvy);
120 d += mvcost;
125 satd_min = d - mvcost;
motion_est.cpp 988 int mvcost; local
1280 int mvcost; local
    [all...]

Completed in 227 milliseconds