Searched refs:idx_max (Results 1 - 3 of 3) sorted by relevance

/external/freetype/src/autofit/
H A Dafwarp.c81 FT_Int idx_min, idx_max, idx0; local
105 idx_max = xx1max - warper->t1;
107 if ( idx_min < 0 || idx_min > idx_max || idx_max > 64 )
112 idx_min, idx_max, xx1, xx2,
128 for ( idx = idx_min; idx <= idx_max; idx++, y++ )
137 for ( idx = idx_min; idx <= idx_max; idx++ )
/external/libxcam/modules/ocl/
H A Dcl_video_stabilizer.cpp408 int32_t idx_max = XCAM_MIN ((index + _radius), max); local
410 for (int32_t i = idx_min; i <= idx_max; ++i)
/external/opencv/cv/src/
H A Dcvhistogram.cpp275 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 )
[all...]

Completed in 176 milliseconds