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

  /external/opencv/cvaux/src/
cvcreatehandmask.cpp 60 int i_min, i_max, j_min, j_max; local
68 i_max = j_max = 0;
86 i_max = CV_MAX2( i_max, pt.y );
96 roi->height = i_max - i_min + 1;
  /external/libvpx/examples/includes/geshi/
geshi.php 4446 for ($i = 0, $i_max = count($list); $i < $i_max; ++$i) { variable
    [all...]

Completed in 126 milliseconds