Home | History | Annotate | Download | only in src

Lines Matching refs:MaxVmvR

1033     if (j0 - jlow > MaxVmvR[lev_idx] - 1) /* clip to conform with the standard */
1035 jlow = j0 - MaxVmvR[lev_idx] + 1;
1043 if (jhigh - j0 > MaxVmvR
1045 jhigh = j0 + MaxVmvR[lev_idx] - 1;