Searched refs:thresh_high (Results 1 - 3 of 3) sorted by relevance

/external/opencv3/modules/imgproc/perf/
H A Dperf_canny.cpp25 double thresh_high = get<1>(get<3>(GetParam())); local
34 TEST_CYCLE() Canny(img, edges, thresh_low, thresh_high, aperture, useL2);
/external/opencv3/modules/core/perf/opencl/
H A Dperf_bufferpool.cpp94 double thresh_high = 120; local
102 Canny(src, dst, thresh_low, thresh_high, aperture, useL2);
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_temporal_filter.c345 const int thresh_high = 20000; local
366 ? 2 : err < thresh_high ? 1 : 0;

Completed in 115 milliseconds