Searched refs:dft_wave (Results 1 – 1 of 1) sorted by relevance
/external/opencv/cxcore/src/ |
D | cxdxt.cpp | 2405 const CvComplex##flavor* dft_wave, \ 2428 itab, dft_wave, n, spec, buf, 0, 1.0 ); \ 2452 const CvComplex##flavor* dft_wave, \ 2481 dft_wave, n, spec, buf, CV_DXT_INVERSE, 1.0 ); \ 2577 int nf, int* factors, const int* itab, const void* dft_wave, 2599 uchar *dft_wave = 0, *dct_wave = 0; in cvDCT() local 2755 dft_wave = ptr; in cvDCT() 2759 icvDFTInit( len, nf, factors, itab, complex_elem_size, dft_wave, inv ); in cvDCT() 2782 itab, dft_wave, dct_wave, spec, ptr ); in cvDCT()
|