Searched defs:ReplacementDCT2D (Results 1 – 1 of 1) sorted by relevance
4360 struct ReplacementDCT2D : public hal::DCT2D struct4362 cvhalDFT *context;4363 bool isInitialized;4365 ReplacementDCT2D() : context(0), isInitialized(false) {} in ReplacementDCT2D() argument4366 bool init(int width, int height, int depth, int flags) in init()4372 void apply(const uchar *src_data, size_t src_step, uchar *dst_data, size_t dst_step) CV_OVERRIDE in apply()4379 ~ReplacementDCT2D() in ~ReplacementDCT2D()