Home
last modified time | relevance | path

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

/external/opencv3/modules/imgproc/perf/
Dperf_canny.cpp24 double thresh_low = get<0>(get<3>(GetParam())); variable
34 TEST_CYCLE() Canny(img, edges, thresh_low, thresh_high, aperture, useL2);
/external/opencv3/modules/core/perf/opencl/
Dperf_bufferpool.cpp93 double thresh_low = 100; 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.c344 const int thresh_low = 10000; in temporal_filter_iterate_c() local
365 filter_weight = err < thresh_low in temporal_filter_iterate_c()