Searched refs:update_extr_macro (Results 1 – 1 of 1) sorted by relevance
/external/opencv/cv/src/ |
D | cvmorph.cpp | 462 worktype, update_extr_macro ) \ argument 490 t = s[j]; update_extr_macro(m,t); \ 492 t = s[0]; update_extr_macro(t,m); \ 494 t = s[j]; update_extr_macro(t,m); \ 504 t = s[j]; update_extr_macro(m,t); \ 521 worktype, update_extr_macro, toggle_macro ) \ argument 548 update_extr_macro(s0,t0); \ 549 update_extr_macro(s1,t1); \ 551 update_extr_macro(s2,t0); \ 552 update_extr_macro(s3,t1); \ [all …]
|