Searched refs:mapstep (Results 1 – 1 of 1) sorted by relevance
66 int mapstep, maxsize; in cvCanny() local132 mapstep = size.width + 2; in cvCanny()138 memset( map, 1, mapstep ); in cvCanny()139 memset( map + mapstep*(size.height + 1), 1, mapstep ); in cvCanny()209 _map = map + mapstep*i + 1; in cvCanny()253 if( m > high && !prev_flag && _map[j-mapstep] != 2 ) in cvCanny()267 if( m > high && !prev_flag && _map[j-mapstep] != 2 ) in cvCanny()282 if( m > high && !prev_flag && _map[j-mapstep] != 2 ) in cvCanny()325 if( !m[-mapstep-1] ) in cvCanny()326 CANNY_PUSH( m - mapstep - 1 ); in cvCanny()[all …]