| 1706 | } |
| 1707 | |
| 1708 | static void |
| 1709 | diagtransform_16s(const short* src, short* dst, const float* m, int len, int scn, int dcn) |
| 1710 | { |
| 1711 | diagtransform_(src, dst, m, len, scn, dcn); |
| 1712 | } |
| 1713 | |
| 1714 | static void |
| 1715 | diagtransform_32s(const int* src, int* dst, const double* m, int len, int scn, int dcn) |
nothing calls this directly
no test coverage detected