HomeSort by relevance Sort by last modified time
    Searched refs:BGR555_to_RGBA (Results 1 - 4 of 4) sorted by null

  /external/opencv3/modules/cudaimgproc/src/
cvt_color_internal.h 258 OPENCV_CUDA_DECLARE_CVTCOLOR_ONE(BGR555_to_RGBA)
color.cpp 336 void BGR555_to_RGBA(InputArray _src, OutputArray _dst, int, Stream& stream)
346 cv::cuda::device::BGR555_to_RGBA(src, dst, stream);
    [all...]
  /external/opencv3/modules/cudaimgproc/src/cuda/
color.cu 278 OPENCV_CUDA_IMPLEMENT_CVTCOLOR_ONE(BGR555_to_RGBA)
  /external/opencv3/modules/cudev/include/opencv2/cudev/functional/
color_cvt.hpp 448 CV_CUDEV_RGB5x52RGB_INST(BGR555_to_RGBA, 4, 2, 5)

Completed in 77 milliseconds