| 1700 | } |
| 1701 | |
| 1702 | static void |
| 1703 | diagtransform_16u(const ushort* src, ushort* dst, const float* m, int len, int scn, int dcn) |
| 1704 | { |
| 1705 | diagtransform_(src, dst, m, len, scn, dcn); |
| 1706 | } |
| 1707 | |
| 1708 | static void |
| 1709 | diagtransform_16s(const short* src, short* dst, const float* m, int len, int scn, int dcn) |
nothing calls this directly
no test coverage detected