Home
last modified time | relevance | path

Searched defs:ReplacementDCT2D (Results 1 – 1 of 1) sorted by relevance

/dports/graphics/opencv/opencv-4.5.3/modules/core/src/
H A Ddxt.cpp4360 struct ReplacementDCT2D : public hal::DCT2D struct
4362 cvhalDFT *context;
4363 bool isInitialized;
4365 ReplacementDCT2D() : context(0), isInitialized(false) {} in ReplacementDCT2D() argument
4366 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()