Home
last modified time | relevance | path

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

/external/opencv3/modules/cudalegacy/src/cuda/
DNPP_staging.cu1795 cudaChannelFormatDesc floatChannel = cudaCreateChannelDesc <float> (); in nppiStFilterRowBorder_32f_C1R() local
1799 cudaBindTexture (0, texSrc, pSrc, floatChannel, srcSize.height * nSrcStep); in nppiStFilterRowBorder_32f_C1R()
1800 cudaBindTexture (0, texKernel, pKernel, floatChannel, nKernelSize * sizeof (Ncv32f)); in nppiStFilterRowBorder_32f_C1R()
1867 cudaChannelFormatDesc floatChannel = cudaCreateChannelDesc <float> (); in nppiStFilterColumnBorder_32f_C1R() local
1871 cudaBindTexture (0, texSrc, pSrc, floatChannel, srcSize.height * nSrcStep); in nppiStFilterColumnBorder_32f_C1R()
1872 cudaBindTexture (0, texKernel, pKernel, floatChannel, nKernelSize * sizeof (Ncv32f)); in nppiStFilterColumnBorder_32f_C1R()