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

Function CCSIDFT_64f

deps/opencv/modules/core/src/dxt.cpp:1463–1468  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1461}
1462
1463static void CCSIDFT_64f( const double* src, double* dst, int n, int nf, int* factors,
1464 const int* itab, const Complexd* wave, int tab_size, const void* spec,
1465 Complexd* buf, int flags, double scale )
1466{
1467 CCSIDFT( src, dst, n, nf, factors, itab, wave, tab_size, spec, buf, flags, scale);
1468}
1469
1470}
1471

Callers

nothing calls this directly

Calls 1

CCSIDFTFunction · 0.85

Tested by

no test coverage detected