Searched refs:thresh_low (Results 1 – 3 of 3) sorted by relevance
/external/opencv3/modules/imgproc/perf/ |
D | perf_canny.cpp | 24 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/ |
D | perf_bufferpool.cpp | 93 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/ |
D | vp9_temporal_filter.c | 344 const int thresh_low = 10000; in temporal_filter_iterate_c() local 365 filter_weight = err < thresh_low in temporal_filter_iterate_c()
|