IppFlipFunc      3806 modules/core/src/matrix.cpp static IppFlipFunc getFlipFunc(int depth)
IppFlipFunc      3810 modules/core/src/matrix.cpp             depth == CV_8U || depth == CV_8S ? (IppFlipFunc)ippsFlip_8u_I :
IppFlipFunc      3811 modules/core/src/matrix.cpp             depth == CV_16U || depth == CV_16S ? (IppFlipFunc)ippsFlip_16u_I :
IppFlipFunc      3812 modules/core/src/matrix.cpp             depth == CV_32S || depth == CV_32F ? (IppFlipFunc)ippsFlip_32f_I :
IppFlipFunc      3813 modules/core/src/matrix.cpp             depth == CV_64F ? (IppFlipFunc)ippsFlip_64f_I : 0;
IppFlipFunc      3841 modules/core/src/matrix.cpp     IppFlipFunc ippFlipFunc = 0;
IppFlipFunc      3968 modules/core/src/matrix.cpp     IppFlipFunc ippFlipFunc = 0;