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

  /external/opencv/otherlibs/highgui/
grfmt_tiff.cpp 585 int y_limit = m_rows_per_strip; local
587 y_limit += y;
588 if( y_limit > m_height ) y_limit = m_height;
594 for( ; y < y_limit; y++, data += step )
grfmt_jpeg.cpp 1746 int y_limit = y_step; local
    [all...]

Completed in 188 milliseconds