Searched refs:IPL_BORDER_CONSTANT (Results 1 – 4 of 4) sorted by relevance
162 if( border_mode != IPL_BORDER_CONSTANT && border_mode != IPL_BORDER_REPLICATE && in init()192 if( border_mode == IPL_BORDER_CONSTANT ) in init()222 if( mode == IPL_BORDER_CONSTANT ) in start_process()228 if( mode == IPL_BORDER_CONSTANT ) in start_process()304 if( border_mode == IPL_BORDER_CONSTANT || in make_y_border()307 uchar* row1 = border_mode == IPL_BORDER_CONSTANT ? const_row : rows[max_ky]; in make_y_border()312 row1 = border_mode == IPL_BORDER_CONSTANT ? const_row : rows[row_count-1]; in make_y_border()368 if( border_mode != IPL_BORDER_CONSTANT ) in fill_cyclic_buffer()
280 if( depth == CV_32F && border_mode == IPL_BORDER_CONSTANT ) in init()342 if( border_mode != IPL_BORDER_CONSTANT ) in fill_cyclic_buffer()
526 else if( bordertype == IPL_BORDER_CONSTANT ) in cvCopyMakeBorder()
360 #define IPL_BORDER_CONSTANT 0 macro