Home
last modified time | relevance | path

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

/dports/graphics/opencv/.build/3rdparty/ippicv/ippicv_lnx/iw/include/iw++/
H A Diw_image_op.hpp601 class IwiSwapChannelsParams: public ::IwiSwapChannelsParams class
604 IW_BASE_PARAMS_CONSTRUCTORS(IwiSwapChannelsParams, iwiSwapChannels_SetDefaultParams) in IW_BASE_PARAMS_CONSTRUCTORS() argument
605 IwiSwapChannelsParams(IwiChDescriptor _chDesc = iwiChDesc_None) in IW_BASE_PARAMS_CONSTRUCTORS()
626 …const IwiSwapChannelsParams &auxParams = IwiSwapChannelsParams(), // [in] Reference to the a… in iwiSwapChannels()
/dports/graphics/opencv/.build/3rdparty/ippicv/ippicv_lnx/iw/include/iw/
H A Diw_image_op.h711 } IwiSwapChannelsParams; typedef
715 IwiSwapChannelsParams *pParams // [in,out] Pointer to the auxiliary parameters structure in iwiSwapChannels_SetDefaultParams()
748 …const IwiSwapChannelsParams *pAuxParams, // [in] Pointer to the auxiliary parameters structure…
/dports/graphics/opencv/.build/3rdparty/ippicv/ippicv_lnx/iw/src/
H A Diw_image_op_swap_channels.c24 …e, IwiImage *pDstImage, const int *pDstOrder, double value, const IwiSwapChannelsParams *pAuxParam… in iwiSwapChannels()
27 IwiSwapChannelsParams auxParams; in iwiSwapChannels()