Home
last modified time | relevance | path

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

/dports/graphics/opencv/opencv-4.5.3/modules/imgproc/src/
H A Dcolor_yuv.simd.hpp1183 …YUV420sp2RGB8Invoker(uchar * _dst_data, size_t _dst_step, int _dst_width, size_t _stride, const uc… in YUV420sp2RGB8Invoker()
1184 …: dst_data(_dst_data), dst_step(_dst_step), width(_dst_width), my1(_y1), muv(_uv), stride(_stride)… in YUV420sp2RGB8Invoker()
1290 …YUV420p2RGB8Invoker(uchar * _dst_data, size_t _dst_step, int _dst_width, size_t _stride, const uch… in YUV420p2RGB8Invoker()
1291 …: dst_data(_dst_data), dst_step(_dst_step), width(_dst_width), my1(_y1), mu(_u), mv(_v), stride(_s… in YUV420p2RGB8Invoker()
1680 YUV422toRGB8Invoker(uchar * _dst_data, size_t _dst_step, in YUV422toRGB8Invoker()
1683 …: dst_data(_dst_data), dst_step(_dst_step), src_data(_src_data), src_step(_src_step), width(_width… in YUV422toRGB8Invoker()
H A Dresize.cpp782 uchar* _dst, size_t _dst_step, int _dst_width, int _dst_height, in resize_bitExactInvoker() argument
786 … dst(_dst), dst_step(_dst_step), dst_width(_dst_width), dst_height(_dst_height), in resize_bitExactInvoker()
/dports/graphics/opencv/opencv-4.5.3/modules/core/src/
H A Ddxt.cpp1727 …Dft_C_IPPLoop_Invoker(const uchar * _src, size_t _src_step, uchar * _dst, size_t _dst_step, int _w… in Dft_C_IPPLoop_Invoker() argument
1730 src(_src), src_step(_src_step), dst(_dst), dst_step(_dst_step), width(_width), in Dft_C_IPPLoop_Invoker()
1808 …Dft_R_IPPLoop_Invoker(const uchar * _src, size_t _src_step, uchar * _dst, size_t _dst_step, int _w… in Dft_R_IPPLoop_Invoker() argument
1811 src(_src), src_step(_src_step), dst(_dst), dst_step(_dst_step), width(_width), in Dft_R_IPPLoop_Invoker()
2431 …FftPlan(const Size & _dft_size, int _src_step, int _dst_step, bool _doubleFP, bool _inplace, int _… in FftPlan()
2432 dft_size(_dft_size), src_step(_src_step), dst_step(_dst_step), in FftPlan()
3979 …DctIPPLoop_Invoker(const uchar * _src, size_t _src_step, uchar * _dst, size_t _dst_step, int _widt… in DctIPPLoop_Invoker() argument
3980 …ParallelLoopBody(), src(_src), src_step(_src_step), dst(_dst), dst_step(_dst_step), width(_width),… in DctIPPLoop_Invoker()