Searched refs:MaxVmvR (Results 1 – 3 of 3) sorted by relevance
/external/opencore/codecs_v2/video/avc_h264/enc/src/ |
D | motion_est.cpp | 1034 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()
|
D | init.cpp | 661 rateCtrl->mvRange <= MaxVmvR[ii] && in VerifyLevel() 692 rateCtrl->mvRange > MaxVmvR[lev_idx]) in VerifyLevel()
|
/external/opencore/codecs_v2/video/avc_h264/common/include/ |
D | avcint_common.h | 883 const static int MaxVmvR[MAX_LEVEL_IDX] = {64, 128, 128, 128, 128, 256, 256, 256, 512, 512, 512, 51… variable
|