Home | History | Annotate | Download | only in src

Lines Matching refs:flavor

1218 #define ICV_DEF_MUL_OP_CASE( flavor, arrtype, worktype, _cast_macro1_,                  \
1221 icvMul_##flavor##_C1R( const arrtype* src1, int step1, \
1470 #define ICV_DEF_DIV_OP_CASE( flavor, arrtype, worktype, checktype, _start_row_macro_, \
1474 icvDiv_##flavor##_C1R( const arrtype* src1, int step1, \
1536 #define ICV_DEF_RECIP_OP_CASE( flavor, arrtype, worktype, checktype, \
1541 icvRecip_##flavor##_C1R( const arrtype* src, int step1, \
1821 #define ICV_DEF_ADD_WEIGHTED_OP(flavor, arrtype, worktype, load_macro, \
1824 icvAddWeighted_##flavor##_C1R( const arrtype* src1, int step1, double alpha, \