Home
last modified time | relevance | path

Searched refs:y_limit (Results 1 – 2 of 2) sorted by relevance

/external/opencv/otherlibs/highgui/
Dgrfmt_tiff.cpp585 int y_limit = m_rows_per_strip; in ReadData() local
587 y_limit += y; in ReadData()
588 if( y_limit > m_height ) y_limit = m_height; in ReadData()
594 for( ; y < y_limit; y++, data += step ) in ReadData()
Dgrfmt_jpeg.cpp1746 int y_limit = y_step; in WriteImage() local
1751 if( y + y_limit > height ) y_limit = height - y; in WriteImage()
1759 for( i = 0; i < y_limit; i++, rgb_data += step, Y_data += Y_step ) in WriteImage()
1786 for( i = 0; i < y_limit; i++, rgb_data += step, Y_data += Y_step ) in WriteImage()