| 1623 | } |
| 1624 | |
| 1625 | static void |
| 1626 | transform_16s(const short* src, short* dst, const float* m, int len, int scn, int dcn) |
| 1627 | { |
| 1628 | transform_(src, dst, m, len, scn, dcn); |
| 1629 | } |
| 1630 | |
| 1631 | static void |
| 1632 | transform_32s(const int* src, int* dst, const double* m, int len, int scn, int dcn) |
nothing calls this directly
no test coverage detected