HomeSort by relevance Sort by last modified time
    Searched refs:idx_min (Results 1 - 3 of 3) sorted by null

  /external/freetype/src/autofit/
afwarp.c 81 FT_Int idx_min, idx_max, idx0; local
104 idx_min = xx1min - warper->t1;
107 if ( idx_min < 0 || idx_min > idx_max || idx_max > 64 )
112 idx_min, idx_max, xx1, xx2,
123 FT_Pos y = y0 + ( idx_min - idx0 );
128 for ( idx = idx_min; idx <= idx_max; idx++, y++ )
137 for ( idx = idx_min; idx <= idx_max; idx++ )
  /external/libxcam/modules/ocl/
cl_video_stabilizer.cpp 407 int32_t idx_min = XCAM_MAX ((index - _radius), 0); local
410 for (int32_t i = idx_min; i <= idx_max; ++i)
  /external/opencv/cv/src/
cvhistogram.cpp 275 int* idx_min, int* idx_max )
300 if( idx_min )
301 *idx_min = minPt.y + minPt.x;
307 if( idx_min )
308 idx_min[0] = minPt.y, idx_min[1] = minPt.x;
312 else if( idx_min || idx_max )
320 if( idx_min )
323 idx_min[i] = imin - t*size[i];
380 if( idx_min )
    [all...]

Completed in 260 milliseconds