Searched refs:lambda_motion (Results 1 – 4 of 4) sorted by relevance
| /external/opencore/codecs_v2/video/avc_h264/enc/src/ |
| D | findhalfpel.cpp | 62 int lambda_motion = encvid->lambda_motion; in AVCFindHalfPelMB() local 87 mvcost = MV_COST_S(lambda_motion, mot->x, mot->y, cmvx, cmvy); in AVCFindHalfPelMB() 96 mvcost = MV_COST_S(lambda_motion, mot->x + xh[h], mot->y + yh[h], cmvx, cmvy); in AVCFindHalfPelMB() 120 mvcost = MV_COST_S(lambda_motion, mot->x + xq[q], mot->y + yq[q], cmvx, cmvy); in AVCFindHalfPelMB()
|
| D | motion_est.cpp | 986 int lambda_motion = encvid->lambda_motion; in AVCMBMotionSearch() local 1095 mvcost = MV_COST(lambda_motion, mvshift, i - i0, j - j0, cmvx, cmvy); in AVCMBMotionSearch() 1120 mvcost = MV_COST(lambda_motion, mvshift, i - i0, j - j0, cmvx, cmvy); in AVCMBMotionSearch() 1160 mvcost = MV_COST(lambda_motion, mvshift, i - i0, j - j0, cmvx, cmvy); in AVCMBMotionSearch() 1278 int lambda_motion = encvid->lambda_motion; in AVCFullSearch() local 1287 mvcost = MV_COST(lambda_motion, mvshift, 0, 0, cmvx, cmvy); in AVCFullSearch() 1306 mvcost = MV_COST(lambda_motion, mvshift, i - i0, j - j0, cmvx, cmvy); in AVCFullSearch()
|
| D | avcenc_int.h | 422 int lambda_motion; /* Lagrange parameter for MV selection */ member
|
| D | rate_control.cpp | 404 encvid->lambda_motion = LAMBDA_FACTOR(encvid->lambda_mode); in RCInitFrameQP() 732 encvid->lambda_motion = LAMBDA_FACTOR(encvid->lambda_mode); in RCInitChromaQP()
|