Home | History | Annotate | Download | only in src

Lines Matching refs:ihigh

79                     Int *imin, Int *jmin, Int ilow, Int ihigh, Int jlow, Int jhigh);
81 Int *imin, Int *jmin, Int ilow, Int ihigh, Int jlow, Int jhigh, Int range);
789 Int i, j, imin, jmin, ilow, ihigh, jlow, jhigh, iorg, jorg;
812 ihigh = i0 + range - 1;
813 if (ihigh > width - 1)
814 ihigh = width - 1;
827 ihigh = i0 + range - 1;
828 if (ihigh > width - 16)
829 ihigh = width - 16;
847 dmin = fullsearch(video, currVol, ref, cur, &imin, &jmin, ilow, ihigh, jlow, jhigh);
864 dmin = fullsearch(video, currVol, ref, cur, &imin, &jmin, ilow, ihigh, jlow, jhigh);
881 if (i >= ilow && i <= ihigh && j >= jlow && j <= jhigh)
904 if (i >= ilow && i <= ihigh && j >= jlow && j <= jhigh)
963 if (i >= ilow && i <= ihigh && j >= jlow && j <= jhigh)
1058 ihigh = i0 + range - 1 ;/* 4/9/01 */
1061 if (ihigh > width - 1)
1062 ihigh = width - 1;
1074 dmin = fullsearchBlk(video, currVol, ncand, cur8, &imin, &jmin, ilow, ihigh, jlow, jhigh, range);
1104 if (i >= ilow && i <= ihigh && j >= jlow && j <= jhigh)
1180 Int *imin, Int *jmin, Int ilow, Int ihigh, Int jlow, Int jhigh)
1213 if (i >= ilow && i <= ihigh && j >= jlow && j <= jhigh)
1267 Int *imin, Int *jmin, Int ilow, Int ihigh, Int jlow, Int jhigh, Int range)
1297 if (i >= ilow && i <= ihigh && j >= jlow && j <= jhigh)