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

Function RealDFT_32f

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

Source from the content-addressed store, hash-verified

1440
1441
1442static void RealDFT_32f( const float* src, float* dst, int n, int nf, int* factors,
1443 const int* itab, const Complexf* wave, int tab_size, const void* spec,
1444 Complexf* buf, int flags, double scale )
1445{
1446 RealDFT( src, dst, n, nf, factors, itab, wave, tab_size, spec, buf, flags, scale);
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,

Callers

nothing calls this directly

Calls 1

RealDFTFunction · 0.85

Tested by

no test coverage detected