Home
last modified time | relevance | path

Searched refs:MaxVmvR (Results 1 – 3 of 3) sorted by relevance

/external/opencore/codecs_v2/video/avc_h264/enc/src/
Dmotion_est.cpp1034 if (j0 - jlow > MaxVmvR[lev_idx] - 1) /* clip to conform with the standard */ in AVCMBMotionSearch()
1036 jlow = j0 - MaxVmvR[lev_idx] + 1; in AVCMBMotionSearch()
1044 if (jhigh - j0 > MaxVmvR[lev_idx] - 1) /* clip to conform with the standard */ in AVCMBMotionSearch()
1046 jhigh = j0 + MaxVmvR[lev_idx] - 1; in AVCMBMotionSearch()
Dinit.cpp661 rateCtrl->mvRange <= MaxVmvR[ii] && in VerifyLevel()
692 rateCtrl->mvRange > MaxVmvR[lev_idx]) in VerifyLevel()
/external/opencore/codecs_v2/video/avc_h264/common/include/
Davcint_common.h883 const static int MaxVmvR[MAX_LEVEL_IDX] = {64, 128, 128, 128, 128, 256, 256, 256, 512, 512, 512, 51… variable