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

Function split64s

deps/opencv/modules/core/src/convert.cpp:169–172  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

167}
168
169static void split64s(const int64* src, int64** dst, int len, int cn )
170{
171 split_(src, dst, len, cn);
172}
173
174static void merge8u(const uchar** src, uchar* dst, int len, int cn )
175{

Callers

nothing calls this directly

Calls 1

split_Function · 0.85

Tested by

no test coverage detected