Home
last modified time | relevance | path

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

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