MCPcopy Create free account
hub / github.com/creatale/node-dv / transform_8s

Function transform_8s

deps/opencv/modules/core/src/matmul.cpp:1619–1623  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1617
1618
1619static void
1620transform_8s(const schar* src, schar* dst, const float* m, int len, int scn, int dcn)
1621{
1622 transform_(src, dst, m, len, scn, dcn);
1623}
1624
1625static void
1626transform_16s(const short* src, short* dst, const float* m, int len, int scn, int dcn)

Callers

nothing calls this directly

Calls 1

transform_Function · 0.85

Tested by

no test coverage detected