Home | History | Annotate | Download | only in highgui

Lines Matching refs:m_end

91     m_end = m_start + m_block_size;
92 m_current = m_end;
98 m_start = m_end = m_current = 0;
122 memcpy( m_start - m_unGetsize, m_end - m_unGetsize, m_unGetsize );
129 m_end = m_start + readed;
133 if( readed == 0 || m_current >= m_end )
173 m_start = m_end = m_current = 0;
197 if( m_current < m_end && block_pos == m_block_pos - m_block_size )
238 if( current >= m_end )
263 l = (int)(m_end - m_current);
289 if( current+1 < m_end )
308 if( current+3 < m_end )
330 if( current+1 < m_end )
349 if( current+3 < m_end )
377 bsBSwapBlock( m_start, m_end );
384 int offset = (int)(m_current - m_end);
385 m_current = m_end + (offset & -4);
405 if( (m_current = (uchar*)(current - mask)) >= m_end )
424 if( (uchar*)(current - mask) >= m_end )
487 bsBSwapBlock( m_start, m_end );
494 int offset = (int)(m_current - m_end);
495 m_current = m_end + ((offset - 1) & -4);
514 if( (m_current = (uchar*)current) >= m_end )
533 if( ((uchar*)current) >= m_end )
715 m_start = m_end = m_current = 0;
740 m_end = m_start + m_block_size;
795 m_start = m_end = m_current = 0;
826 if( m_current >= m_end )
839 int l = (int)(m_end - m_current);
851 if( m_current == m_end )
861 if( current+1 < m_end )
866 if( m_current == m_end )
881 if( current+3 < m_end )
888 if( m_current == m_end )
912 if( current+1 < m_end )
917 if( m_current == m_end )
932 if( current+3 < m_end )
939 if( m_current == m_end )
1031 if( m_current >= m_end )