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

Function CCSIDFT_32f

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

Source from the content-addressed store, hash-verified

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,
1458 Complexf* buf, int flags, double scale )
1459{
1460 CCSIDFT( src, dst, n, nf, factors, itab, wave, tab_size, spec, buf, flags, scale);
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,

Callers

nothing calls this directly

Calls 1

CCSIDFTFunction · 0.85

Tested by

no test coverage detected