Home | History | Annotate | Download | only in src

Lines Matching refs:flavor

46 #define IPCV_MORPHOLOGY_PTRS( morphtype, flavor )               \
47 icv##morphtype##Rect_##flavor##_C1R_t \
48 icv##morphtype##Rect_##flavor##_C1R_p = 0; \
49 icv##morphtype##Rect_GetBufSize_##flavor##_C1R_t \
50 icv##morphtype##Rect_GetBufSize_##flavor##_C1R_p = 0; \
51 icv##morphtype##Rect_##flavor##_C3R_t \
52 icv##morphtype##Rect_##flavor##_C3R_p = 0; \
53 icv##morphtype##Rect_GetBufSize_##flavor##_C3R_t \
54 icv##morphtype##Rect_GetBufSize_##flavor##_C3R_p = 0; \
55 icv##morphtype##Rect_##flavor##_C4R_t \
56 icv##morphtype##Rect_##flavor##_C4R_p = 0; \
57 icv##morphtype##Rect_GetBufSize_##flavor##_C4R_t \
58 icv##morphtype##Rect_GetBufSize_##flavor##_C4R_p = 0; \
60 icv##morphtype##_##flavor##_C1R_t \
61 icv##morphtype##_##flavor##_C1R_p = 0; \
62 icv##morphtype##_##flavor##_C3R_t \
63 icv##morphtype##_##flavor##_C3R_p = 0; \
64 icv##morphtype##_##flavor##_C4R_t \
65 icv##morphtype##_##flavor##_C4R_p = 0;
67 #define IPCV_MORPHOLOGY_INITALLOC_PTRS( flavor ) \
68 icvMorphInitAlloc_##flavor##_C1R_t \
69 icvMorphInitAlloc_##flavor##_C1R_p = 0; \
70 icvMorphInitAlloc_##flavor##_C3R_t \
71 icvMorphInitAlloc_##flavor##_C3R_p = 0; \
72 icvMorphInitAlloc_##flavor##_C4R_t \
73 icvMorphInitAlloc_##flavor##_C4R_p = 0;
461 #define ICV_MORPH_RECT_ROW( name, flavor, arrtype, \
464 icv##name##RectRow_##flavor( const arrtype* src, \
520 #define ICV_MORPH_RECT_COL( name, flavor, arrtype, \
523 icv##name##RectCol_##flavor( const arrtype** src, \
649 #define ICV_MORPH_ANY( name, flavor, arrtype, worktype, \
652 icv##name##Any_##flavor( const arrtype** src, arrtype* dst, \