Home
last modified time | relevance | path

Searched refs:idx_min (Results 1 – 2 of 2) 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/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()