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

Function RealDFT_64f

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

Source from the content-addressed store, hash-verified

1447}
1448
1449static void RealDFT_64f( const double* src, double* dst, int n, int nf, int* factors,
1450 const int* itab, const Complexd* wave, int tab_size, const void* spec,
1451 Complexd* buf, int flags, double scale )
1452{
1453 RealDFT( src, dst, n, nf, factors, itab, wave, tab_size, spec, buf, flags, scale);
1454}
1455
1456static void CCSIDFT_32f( const float* src, float* dst, int n, int nf, int* factors,
1457 const int* itab, const Complexf* wave, int tab_size, const void* spec,

Callers

nothing calls this directly

Calls 1

RealDFTFunction · 0.85

Tested by

no test coverage detected