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

Function DFT_64f

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

Source from the content-addressed store, hash-verified

1430}
1431
1432static void DFT_64f( const Complexd* src, Complexd* dst, int n,
1433 int nf, const int* factors, const int* itab,
1434 const Complexd* wave, int tab_size,
1435 const void* spec, Complexd* buf,
1436 int flags, double scale )
1437{
1438 DFT(src, dst, n, nf, factors, itab, wave, tab_size, spec, buf, flags, scale);
1439}
1440
1441
1442static void RealDFT_32f( const float* src, float* dst, int n, int nf, int* factors,

Callers

nothing calls this directly

Calls 1

DFTFunction · 0.85

Tested by

no test coverage detected