Searched defs:lambda_motion (Results 1 - 3 of 3) sorted by relevance

/frameworks/av/media/libstagefright/codecs/avc/enc/src/
H A Dfindhalfpel.cpp48 int lambda_motion = encvid->lambda_motion; local
73 mvcost = MV_COST_S(lambda_motion, mot->x, mot->y, cmvx, cmvy);
82 mvcost = MV_COST_S(lambda_motion, mot->x + xh[h], mot->y + yh[h], cmvx, cmvy);
106 mvcost = MV_COST_S(lambda_motion, mot->x + xq[q], mot->y + yq[q], cmvx, cmvy);
H A Davcenc_int.h424 int lambda_motion; /* Lagrange parameter for MV selection */ member in struct:tagEncObject
H A Dmotion_est.cpp985 int lambda_motion = encvid->lambda_motion; local
1094 mvcost = MV_COST(lambda_motion, mvshift, i - i0, j - j0, cmvx, cmvy);
1119 mvcost = MV_COST(lambda_motion, mvshift, i - i0, j - j0, cmvx, cmvy);
1159 mvcost = MV_COST(lambda_motion, mvshift, i - i0, j - j0, cmvx, cmvy);
1277 int lambda_motion = encvid->lambda_motion; local
1286 mvcost = MV_COST(lambda_motion, mvshift, 0, 0, cmvx, cmvy);
1305 mvcost = MV_COST(lambda_motion, mvshift, i - i0, j - j0, cmvx, cmvy);

Completed in 61 milliseconds