Home
last modified time | relevance | path

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

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