Home
last modified time | relevance | path

Searched refs:idx_max (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
105 idx_max = xx1max - 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()
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/bcc/src/python/bcc/
Dtable.py68 idx_max = -1
72 if v > 0: idx_max = i
75 if idx_max <= 32:
84 if idx_max > 0:
87 for i in range(1, idx_max + 1):
106 idx_max = -1
110 if v > 0: idx_max = i
117 if idx_max >= 0:
119 for i in range(0, idx_max + 1):
/external/libxcam/modules/ocl/
Dcl_video_stabilizer.cpp408 int32_t idx_max = XCAM_MIN ((index + _radius), max); in stabilize() local
410 for (int32_t i = idx_min; i <= idx_max; ++i) in stabilize()