Searched refs:x_shift3 (Results 1 - 1 of 1) sorted by relevance

/external/opencv/otherlibs/highgui/
H A Dgrfmt_bmp.cpp295 int x_shift3 = (int)(line_end - data); local
300 x_shift3 = m_strm.GetByte()*nch;
304 len = x_shift3 + (y_shift * width3) & ((code == 0) - 1);
308 y, m_height, x_shift3,
312 y, m_height, x_shift3,
386 int x_shift3 = (int)(line_end - data); local
389 if( code || !line_end_flag || x_shift3 < width3 )
393 x_shift3 = m_strm.GetByte()*nch;
397 x_shift3 += (y_shift * width3) & ((code == 0) - 1);
404 y, m_height, x_shift3,
[all...]

Completed in 2938 milliseconds