Home | History | Annotate | Download | only in src

Lines Matching refs:idx_max

275                       int* idx_min, int* idx_max )
302 if( idx_max )
303 *idx_max = maxPt.y + maxPt.x;
309 if( idx_max )
310 idx_max[0] = maxPt.y, idx_max[1] = maxPt.x;
312 else if( idx_min || idx_max )
327 if( idx_max )
330 idx_max[i] = imax - t*size[i];
382 if( idx_max )
383 idx_max[i] = _idx_max ? _idx_max[i] : -1;