Home
last modified time | relevance | path

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

/dports/graphics/opencv/opencv-4.5.3/modules/core/src/
H A Ddxt.cpp3012 int stage_dst_channels = dst_channels; in apply() local
3018 stage_src_channels = stage_dst_channels; in apply()
3023 bool isComplex = stage_src_channels != stage_dst_channels; in apply()
3028 … colDft(src, src_step, dst, dst_step, stage_src_channels, stage_dst_channels, isLastStage); in apply()
3088 …tep, uchar* dst_data, size_t dst_step, int stage_src_channels, int stage_dst_channels, bool isLast… in colDft() argument
3115 sptr0 += stage_dst_channels*elem_size; in colDft()
3150 if( stage_dst_channels == 1 ) in colDft()