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

Function IDCT_64f

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

Source from the content-addressed store, hash-verified

2266}
2267
2268static void IDCT_64f(const double* src, int src_step, double* dft_src, double* dft_dst,
2269 double* dst, int dst_step, int n, int nf, int* factors, const int* itab,
2270 const Complexd* dft_wave, const Complexd* dct_wave, const void* spec, Complexd* buf )
2271{
2272 IDCT(src, src_step, dft_src, dft_dst, dst, dst_step,
2273 n, nf, factors, itab, dft_wave, dct_wave, spec, buf);
2274}
2275
2276}
2277

Callers

nothing calls this directly

Calls 1

IDCTFunction · 0.85

Tested by

no test coverage detected