Home
last modified time | relevance | path

Searched refs:isLastStage (Results 1 – 1 of 1) sorted by relevance

/dports/graphics/opencv/opencv-4.5.3/modules/core/src/
H A Ddxt.cpp2904 bool isLastStage = (stageIndex + 1 == stages.size()); in init() local
2919 if (!isLastStage) in init()
3022 bool isLastStage = (stageIndex + 1 == stages.size()); in apply() local
3026 rowDft(src, src_step, dst, dst_step, isComplex, isLastStage); in apply()
3028 … colDft(src, src_step, dst, dst_step, stage_src_channels, stage_dst_channels, isLastStage); in apply()
3034 …har* src_data, size_t src_step, uchar* dst_data, size_t dst_step, bool isComplex, bool isLastStage) in rowDft() argument
3084 if(isLastStage && mode == FwdRealToComplex) in rowDft()
3088 …uchar* dst_data, size_t dst_step, int stage_src_channels, int stage_dst_channels, bool isLastStage) in colDft() argument
3210 if(isLastStage && mode == FwdRealToComplex) in colDft()