Home
last modified time | relevance | path

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

/external/opencv3/modules/imgcodecs/src/
Dgrfmt_bmp.cpp293 int x_shift3 = (int)(line_end - data); in readData() local
298 x_shift3 = m_strm.getByte()*nch; in readData()
302 len = x_shift3 + ((y_shift * width3) & ((code == 0) - 1)); in readData()
306 y, m_height, x_shift3, in readData()
310 y, m_height, x_shift3, in readData()
384 int x_shift3 = (int)(line_end - data); in readData() local
387 if( code || !line_end_flag || x_shift3 < width3 ) in readData()
391 x_shift3 = m_strm.getByte()*nch; in readData()
395 x_shift3 += (y_shift * width3) & ((code == 0) - 1); in readData()
402 y, m_height, x_shift3, in readData()
[all …]
/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 …]