Home
last modified time | relevance | path

Searched defs:sobel (Results 1 – 5 of 5) sorted by relevance

/external/opencv3/modules/cudafilters/perf/
Dperf_filters.cpp181 … cv::Ptr<cv::cuda::Filter> sobel = cv::cuda::createSobelFilter(d_src.type(), -1, 1, 1, ksize); variable
/external/opencv3/modules/cudastereo/src/cuda/
Dstereobm.cu419 __device__ __forceinline__ float sobel(int x, int y) in sobel() function
/external/opencv3/modules/cudafilters/test/
Dtest_filters.cpp329 …cv::Ptr<cv::cuda::Filter> sobel = cv::cuda::createSobelFilter(src.type(), -1, dx, dy, ksize.width,… in CUDA_TEST_P() local
/external/libvpx/libvpx/third_party/libyuv/source/
Drow_common.cc921 int sobel = Abs(a_diff + b_diff * 2 + c_diff); in SobelXRow_C() local
939 int sobel = Abs(a_diff + b_diff * 2 + c_diff); in SobelYRow_C() local
/external/skia/src/effects/
DSkLightingImageFilter.cpp122 inline SkScalar sobel(int a, int b, int c, int d, int e, int f, SkScalar scale) { in sobel() function