Searched refs:abs_macro (Results 1 – 2 of 2) sorted by relevance
/external/opencv/cxcore/src/ |
D | cxcmp.cpp | 1249 #define ICV_DEF_BIN_ABS_DIFF_2D(name, arrtype, temptype, abs_macro, cast_macro)\ argument 1269 t0 = (temptype)abs_macro(t0); \ 1270 t1 = (temptype)abs_macro(t1); \ 1278 t0 = (temptype)abs_macro(t0); \ 1279 t1 = (temptype)abs_macro(t1); \ 1288 t0 = (temptype)abs_macro(t0); \ 1297 #define ICV_DEF_UN_ABS_DIFF_2D( name, arrtype, temptype, abs_macro, cast_macro)\ argument 1316 t0 = (temptype)abs_macro(t0); \ 1317 t1 = (temptype)abs_macro(t1); \ 1325 t0 = (temptype)abs_macro(t0); \ [all …]
|
D | cxconvert.cpp | 906 scale_macro, abs_macro, cast_macro, a, b ) \ argument 921 t0 = (worktype)abs_macro(t0); \ 922 t1 = (worktype)abs_macro(t1); \ 930 t0 = (worktype)abs_macro(t0); \ 931 t1 = (worktype)abs_macro(t1); \ 940 t0 = (worktype)abs_macro(t0); \
|