Home | History | Annotate | Download | only in src

Lines Matching refs:dsttype

1035 #define ICV_FILTER_ROW( flavor, srctype, dsttype, load_macro )      \
1037 icvFilterRow_##flavor(const srctype* src, dsttype* dst, void*params)\
1041 const dsttype* kx = (const dsttype*)(_kx->data.ptr); \
1062 dst[i] = (dsttype)s0; dst[i+1] = (dsttype)s1; \
1063 dst[i+2] = (dsttype)s2; dst[i+3] = (dsttype)s3; \
1071 dst[i] = (dsttype)s0; \
1082 #define ICV_FILTER_ROW_SYMM( flavor, srctype, dsttype, load_macro ) \
1085 dsttype* dst, void* params ) \
1089 const dsttype* kx = (const dsttype*)(_kx->data.ptr); \
1116 dst[i] = (dsttype)s0; dst[i+1] = (dsttype)s1; \
1117 dst[i+2] = (dsttype)s2; dst[i+3] = (dsttype)s3; \
1125 dst[i] = (dsttype)s0; \
1142 dst[i] = (dsttype)s0; dst[i+1] = (dsttype)s1; \
1143 dst[i+2] = (dsttype)s2; dst[i+3] = (dsttype)s3; \
1151 dst[i] = (dsttype)s0; \
1449 #define ICV_FILTER_COL( flavor, srctype, dsttype, worktype, \
1452 icvFilterCol_##flavor( const srctype** src, dsttype* dst, \
1504 #define ICV_FILTER_COL_SYMM( flavor, srctype, dsttype, worktype, \
1507 icvFilterColSymm_##flavor( const srctype** src, dsttype* dst, \