Home | History | Annotate | Download | only in src

Lines Matching refs:ihigh

974     int i, j, imin, jmin, ilow, ihigh, jlow, jhigh;
1022 ihigh = i0 + range - 1;
1023 if (ihigh - i0 > 2047) /* clip to conform with the standard */
1025 ihigh = i0 + 2047;
1027 if (ihigh > width - 3)
1029 ihigh = width - 3; // change from width-1 to width-3 for the same reason as above
1064 dmin = AVCFullSearch(encvid, ref, cur, &imin, &jmin, ilow, ihigh, jlow, jhigh, cmvx, cmvy);
1074 dmin = AVCFullSearch(encvid, ref, cur, &imin, &jmin, ilow, ihigh, jlow, jhigh, cmvx, cmvy);
1089 if (i >= ilow && i <= ihigh && j >= jlow && j <= jhigh)
1115 if (i >= ilow && i <= ihigh && j >= jlow && j <= jhigh)
1156 if (i >= ilow && i <= ihigh && j >= jlow && j <= jhigh)
1261 int *imin, int *jmin, int ilow, int ihigh, int jlow, int jhigh,
1302 if (i >= ilow && i <= ihigh && j >= jlow && j <= jhigh)