Home | History | Annotate | Download | only in src

Lines Matching refs:border_mode

154     border_mode = _border_mode;
162 if( border_mode != IPL_BORDER_CONSTANT && border_mode != IPL_BORDER_REPLICATE &&
163 border_mode != IPL_BORDER_REFLECT && border_mode != IPL_BORDER_REFLECT_101 )
192 if( border_mode == IPL_BORDER_CONSTANT )
201 int mode = border_mode;
304 if( border_mode == IPL_BORDER_CONSTANT ||
305 border_mode == IPL_BORDER_REPLICATE )
307 uchar* row1 = border_mode == IPL_BORDER_CONSTANT ? const_row : rows[max_ky];
312 row1 = border_mode == IPL_BORDER_CONSTANT ? const_row : rows[row_count-1];
318 int j, dj = 1, shift = border_mode == IPL_BORDER_REFLECT_101;
368 if( border_mode != IPL_BORDER_CONSTANT )