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 88 int *mvcost[2]; member in struct:__anon8477
temporal_filter.c 164 int *mvcost[2] = { &dummy_cost[mv_max+1], &dummy_cost[mv_max+1] }; local
206 mvsadcost, mvcost, &best_ref_mv1);
217 mvsadcost, mvcost, &best_ref_mv1); //sadpb < 9
239 mvsadcost, mvcost, &best_ref_mv1); //sadpb = 9
263 mvcost);
  /frameworks/av/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 455 milliseconds