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

  /frameworks/av/media/libstagefright/codecs/avc/enc/src/
findhalfpel.cpp 61 int lambda_motion = encvid->lambda_motion; local
86 mvcost = MV_COST_S(lambda_motion, mot->x, mot->y, cmvx, cmvy);
95 mvcost = MV_COST_S(lambda_motion, mot->x + xh[h], mot->y + yh[h], cmvx, cmvy);
119 mvcost = MV_COST_S(lambda_motion, mot->x + xq[q], mot->y + yq[q], cmvx, cmvy);
motion_est.cpp 985 int lambda_motion = encvid->lambda_motion; local
1277 int lambda_motion = encvid->lambda_motion; local
    [all...]
avcenc_int.h 424 int lambda_motion; /* Lagrange parameter for MV selection */ member in struct:tagEncObject
rate_control.cpp 400 encvid->lambda_motion = LAMBDA_FACTOR(encvid->lambda_mode);
728 encvid->lambda_motion = LAMBDA_FACTOR(encvid->lambda_mode);
    [all...]

Completed in 242 milliseconds