Home
last modified time | relevance | path

Searched refs:idx_min (Results 1 – 3 of 3) sorted by relevance

/external/freetype/src/autofit/
Dafwarp.c81 FT_Int idx_min, idx_max, idx0; in af_warper_compute_line_best() local
104 idx_min = xx1min - warper->t1; in af_warper_compute_line_best()
107 if ( idx_min < 0 || idx_min > idx_max || idx_max > 64 ) in af_warper_compute_line_best()
112 idx_min, idx_max, xx1, xx2, in af_warper_compute_line_best()
123 FT_Pos y = y0 + ( idx_min - idx0 ); in af_warper_compute_line_best()
128 for ( idx = idx_min; idx <= idx_max; idx++, y++ ) in af_warper_compute_line_best()
137 for ( idx = idx_min; idx <= idx_max; idx++ ) in af_warper_compute_line_best()
/external/opencv/cv/src/
Dcvhistogram.cpp275 int* idx_min, int* idx_max ) in cvGetMinMaxHistValue() argument
300 if( idx_min ) in cvGetMinMaxHistValue()
301 *idx_min = minPt.y + minPt.x; in cvGetMinMaxHistValue()
307 if( idx_min ) in cvGetMinMaxHistValue()
308 idx_min[0] = minPt.y, idx_min[1] = minPt.x; in cvGetMinMaxHistValue()
312 else if( idx_min || idx_max ) in cvGetMinMaxHistValue()
320 if( idx_min ) in cvGetMinMaxHistValue()
323 idx_min[i] = imin - t*size[i]; in cvGetMinMaxHistValue()
380 if( idx_min ) in cvGetMinMaxHistValue()
381 idx_min[i] = _idx_min ? _idx_min[i] : -1; in cvGetMinMaxHistValue()
/external/libxcam/modules/ocl/
Dcl_video_stabilizer.cpp407 int32_t idx_min = XCAM_MAX ((index - _radius), 0); in stabilize() local
410 for (int32_t i = idx_min; i <= idx_max; ++i) in stabilize()