/external/opencv3/modules/cudev/include/opencv2/cudev/expr/ |
D | per_element_func.hpp | 82 threshBinary_(const SrcPtr& src, typename PtrTraits<SrcPtr>::value_type thresh, typename PtrTraits<… in threshBinary_() 89 threshBinaryInv_(const SrcPtr& src, typename PtrTraits<SrcPtr>::value_type thresh, typename PtrTrai… in threshBinaryInv_() 96 threshTrunc_(const SrcPtr& src, typename PtrTraits<SrcPtr>::value_type thresh) in threshTrunc_() 103 threshToZero_(const SrcPtr& src, typename PtrTraits<SrcPtr>::value_type thresh) in threshToZero_() 110 threshToZeroInv_(const SrcPtr& src, typename PtrTraits<SrcPtr>::value_type thresh) in threshToZeroInv_()
|
/external/webp/src/dsp/ |
D | dec_mips32.c | 69 static WEBP_INLINE int hev(const uint8_t* p, int step, int thresh) { in hev() 94 int thresh, int ithresh, int hev_thresh) { in FilterLoop26() 110 int thresh, int ithresh, int hev_thresh) { in FilterLoop24() 126 int thresh, int ithresh, int hev_thresh) { in VFilter16() 131 int thresh, int ithresh, int hev_thresh) { in HFilter16() 137 int thresh, int ithresh, int hev_thresh) { in VFilter8() 143 int thresh, int ithresh, int hev_thresh) { in HFilter8() 149 int thresh, int ithresh, int hev_thresh) { in VFilter8i() 155 int thresh, int ithresh, int hev_thresh) { in HFilter8i() 162 int thresh, int ithresh, int hev_thresh) { in VFilter16i() [all …]
|
D | dec_mips_dsp_r2.c | 162 int thresh, int ithresh, int hev_thresh) { in FilterLoop26() 300 int thresh, int ithresh, int hev_thresh) { in FilterLoop24() 429 int thresh, int ithresh, int hev_thresh) { in VFilter16() 434 int thresh, int ithresh, int hev_thresh) { in HFilter16() 440 int thresh, int ithresh, int hev_thresh) { in VFilter8() 446 int thresh, int ithresh, int hev_thresh) { in HFilter8() 453 int thresh, int ithresh, int hev_thresh) { in VFilter16i() 462 int thresh, int ithresh, int hev_thresh) { in HFilter16i() 471 int thresh, int ithresh, int hev_thresh) { in VFilter8i() 477 int thresh, int ithresh, int hev_thresh) { in HFilter8i() [all …]
|
D | dec.c | 505 static WEBP_INLINE int hev(const uint8_t* p, int step, int thresh) { in hev() 529 static void SimpleVFilter16(uint8_t* p, int stride, int thresh) { in SimpleVFilter16() 539 static void SimpleHFilter16(uint8_t* p, int stride, int thresh) { in SimpleHFilter16() 549 static void SimpleVFilter16i(uint8_t* p, int stride, int thresh) { in SimpleVFilter16i() 557 static void SimpleHFilter16i(uint8_t* p, int stride, int thresh) { in SimpleHFilter16i() 570 int thresh, int ithresh, int hev_thresh) { in FilterLoop26() 586 int thresh, int ithresh, int hev_thresh) { in FilterLoop24() 602 int thresh, int ithresh, int hev_thresh) { in VFilter16() 607 int thresh, int ithresh, int hev_thresh) { in HFilter16() 613 int thresh, int ithresh, int hev_thresh) { in VFilter16i() [all …]
|
D | dec_sse2.c | 388 int thresh, __m128i* const mask) { in NeedsFilter() 409 int thresh) { in DoFilter2() 638 static void SimpleVFilter16(uint8_t* p, int stride, int thresh) { in SimpleVFilter16() 652 static void SimpleHFilter16(uint8_t* p, int stride, int thresh) { in SimpleHFilter16() 662 static void SimpleVFilter16i(uint8_t* p, int stride, int thresh) { in SimpleVFilter16i() 670 static void SimpleHFilter16i(uint8_t* p, int stride, int thresh) { in SimpleHFilter16i() 723 int thresh, int ithresh, in ComplexMask() 735 int thresh, int ithresh, int hev_thresh) { in VFilter16() 761 int thresh, int ithresh, int hev_thresh) { in HFilter16() 781 int thresh, int ithresh, int hev_thresh) { in VFilter16i() [all …]
|
/external/libvpx/libvpx/test/ |
D | lpf_8_test.cc | 61 const uint8_t *limit, const uint8_t *thresh, in wrapper_vertical_16_sse2() 67 const uint8_t *limit, const uint8_t *thresh, in wrapper_vertical_16_c() 73 const uint8_t *limit, const uint8_t *thresh, in wrapper_vertical_16_dual_sse2() 79 const uint8_t *limit, const uint8_t *thresh, in wrapper_vertical_16_dual_c() 85 const uint8_t *limit, const uint8_t *thresh, in wrapper_vertical_16_sse2() 91 const uint8_t *limit, const uint8_t *thresh, in wrapper_vertical_16_c() 97 const uint8_t *limit, const uint8_t *thresh, in wrapper_vertical_16_dual_sse2() 103 const uint8_t *limit, const uint8_t *thresh, in wrapper_vertical_16_dual_c() 115 const uint8_t *limit, const uint8_t *thresh, in wrapper_vertical_16_neon() 121 const uint8_t *limit, const uint8_t *thresh, in wrapper_vertical_16_c() [all …]
|
/external/opencv3/3rdparty/libwebp/dsp/ |
D | dec_neon.c | 36 #define NEEDS_FILTER(p1, p0, q0, q1, thresh, mask) \ argument 64 #define DO_FILTER2(p1, p0, q0, q1, thresh) \ argument 97 static void SimpleVFilter16NEON(uint8_t* p, int stride, int thresh) { in SimpleVFilter16NEON() 118 static void SimpleHFilter16NEON(uint8_t* p, int stride, int thresh) { in SimpleHFilter16NEON() 144 static void SimpleVFilter16iNEON(uint8_t* p, int stride, int thresh) { in SimpleVFilter16iNEON() 152 static void SimpleHFilter16iNEON(uint8_t* p, int stride, int thresh) { in SimpleHFilter16iNEON()
|
D | dec.c | 533 static WEBP_INLINE int hev(const uint8_t* p, int step, int thresh) { in hev() 538 static WEBP_INLINE int needs_filter(const uint8_t* p, int step, int thresh) { in needs_filter() 557 static void SimpleVFilter16(uint8_t* p, int stride, int thresh) { in SimpleVFilter16() 566 static void SimpleHFilter16(uint8_t* p, int stride, int thresh) { in SimpleHFilter16() 575 static void SimpleVFilter16i(uint8_t* p, int stride, int thresh) { in SimpleVFilter16i() 583 static void SimpleHFilter16i(uint8_t* p, int stride, int thresh) { in SimpleHFilter16i() 596 int thresh, int ithresh, int hev_thresh) { in FilterLoop26() 611 int thresh, int ithresh, int hev_thresh) { in FilterLoop24() 626 int thresh, int ithresh, int hev_thresh) { in VFilter16() 631 int thresh, int ithresh, int hev_thresh) { in HFilter16() [all …]
|
D | dec_sse2.c | 329 const __m128i* q1, int thresh, __m128i *mask) { in NeedsFilter() 349 const __m128i* q1, int thresh) { in DoFilter2() 599 static void SimpleVFilter16SSE2(uint8_t* p, int stride, int thresh) { in SimpleVFilter16SSE2() 613 static void SimpleHFilter16SSE2(uint8_t* p, int stride, int thresh) { in SimpleHFilter16SSE2() 623 static void SimpleVFilter16iSSE2(uint8_t* p, int stride, int thresh) { in SimpleVFilter16iSSE2() 631 static void SimpleHFilter16iSSE2(uint8_t* p, int stride, int thresh) { in SimpleHFilter16iSSE2() 679 #define COMPLEX_FL_MASK(p1, p0, q0, q1, thresh, ithresh, mask) { \ argument 690 int thresh, int ithresh, int hev_thresh) { in VFilter16SSE2() 716 int thresh, int ithresh, int hev_thresh) { in HFilter16SSE2() 736 int thresh, int ithresh, int hev_thresh) { in VFilter16iSSE2() [all …]
|
/external/libvpx/libvpx/vpx_dsp/ |
D | loopfilter.c | 52 static INLINE int8_t flat_mask4(uint8_t thresh, in flat_mask4() 67 static INLINE int8_t flat_mask5(uint8_t thresh, in flat_mask5() 80 static INLINE int8_t hev_mask(uint8_t thresh, uint8_t p1, uint8_t p0, in hev_mask() 88 static INLINE void filter4(int8_t mask, uint8_t thresh, uint8_t *op1, in filter4() 122 const uint8_t *thresh, int count) { in vpx_lpf_horizontal_4_c() 146 const uint8_t *limit, const uint8_t *thresh, in vpx_lpf_vertical_4_c() 171 static INLINE void filter8(int8_t mask, uint8_t thresh, uint8_t flat, in filter8() 193 const uint8_t *limit, const uint8_t *thresh, in vpx_lpf_horizontal_8_c() 221 const uint8_t *limit, const uint8_t *thresh, in vpx_lpf_vertical_8_c() 246 static INLINE void filter16(int8_t mask, uint8_t thresh, in filter16() [all …]
|
/external/opencv3/3rdparty/libwebp/enc/ |
D | filter.c | 76 static WEBP_INLINE int hev(const uint8_t* p, int step, int thresh) { in hev() 81 static WEBP_INLINE int needs_filter(const uint8_t* p, int step, int thresh) { in needs_filter() 100 static void SimpleVFilter16(uint8_t* p, int stride, int thresh) { in SimpleVFilter16() 109 static void SimpleHFilter16(uint8_t* p, int stride, int thresh) { in SimpleHFilter16() 118 static void SimpleVFilter16i(uint8_t* p, int stride, int thresh) { in SimpleVFilter16i() 126 static void SimpleHFilter16i(uint8_t* p, int stride, int thresh) { in SimpleHFilter16i() 139 int thresh, int ithresh, int hev_thresh) { in FilterLoop24() 154 int thresh, int ithresh, int hev_thresh) { in VFilter16i() 163 int thresh, int ithresh, int hev_thresh) { in HFilter16i() 172 int thresh, int ithresh, int hev_thresh) { in VFilter8i() [all …]
|
/external/opencv3/modules/cudaarithm/src/cuda/ |
D | threshold.cu | 72 …void thresholdImpl(const GpuMat& src, GpuMat& dst, double thresh, double maxVal, int type, Stream&… in thresholdImpl() 98 double cv::cuda::threshold(InputArray _src, OutputArray _dst, double thresh, double maxVal, int typ… in threshold()
|
/external/opencv3/modules/cudev/include/opencv2/cudev/functional/ |
D | functional.hpp | 675 T thresh; member 685 __host__ __device__ ThreshBinaryFunc<T> thresh_binary_func(T thresh, T maxVal) in thresh_binary_func() 695 T thresh; member 705 __host__ __device__ ThreshBinaryInvFunc<T> thresh_binary_inv_func(T thresh, T maxVal) in thresh_binary_inv_func() 715 T thresh; member 725 __host__ __device__ ThreshTruncFunc<T> thresh_trunc_func(T thresh) in thresh_trunc_func() 734 T thresh; member 743 __host__ __device__ ThreshToZeroFunc<T> thresh_to_zero_func(T thresh) in thresh_to_zero_func() 752 T thresh; member 761 __host__ __device__ ThreshToZeroInvFunc<T> thresh_to_zero_inv_func(T thresh) in thresh_to_zero_inv_func()
|
/external/libvpx/libvpx/vp8/common/mips/dspr2/ |
D | vp8_loopfilter_filters_dspr2.c | 55 uint32_t thresh, in vp8_filter_mask_vec_mips() 349 unsigned int thresh, in vp8_loop_filter_horizontal_edge_mips() 559 unsigned int thresh, in vp8_loop_filter_uvhorizontal_edge_mips() 676 const unsigned int thresh, in vp8_loop_filter_vertical_edge_mips() 1027 unsigned int thresh, in vp8_loop_filter_uvvertical_edge_mips() 1637 unsigned int thresh, in vp8_mbloop_filter_horizontal_edge_mips() 1783 unsigned int thresh, in vp8_mbloop_filter_uvhorizontal_edge_mips() 1908 unsigned int thresh, in vp8_mbloop_filter_vertical_edge_mips() 2120 unsigned int thresh, in vp8_mbloop_filter_uvvertical_edge_mips() 2492 unsigned char thresh, flimit, limit, flimit_temp; in vp8_loop_filter_mbh_dspr2() local [all …]
|
/external/opencv3/modules/imgproc/src/ |
D | thresh.cpp | 50 thresh_8u( const Mat& _src, Mat& _dst, uchar thresh, uchar maxval, int type ) in thresh_8u() 389 thresh_16s( const Mat& _src, Mat& _dst, short thresh, short maxval, int type ) in thresh_16s() 658 thresh_32f( const Mat& _src, Mat& _dst, float thresh, float maxval, int type ) in thresh_32f() 924 Ipp8u thresh; in getThreshVal_Otsu_8u() local 1068 double thresh = left_bound; in getThreshVal_Triangle_8u() local 1132 double thresh; member in cv::ThresholdRunner 1139 static bool ocl_threshold( InputArray _src, OutputArray _dst, double & thresh, double maxval, int t… in ocl_threshold() 1186 double cv::threshold( InputArray _src, OutputArray _dst, double thresh, double maxval, int type ) in threshold() 1338 cvThreshold( const void* srcarr, void* dstarr, double thresh, double maxval, int type ) in cvThreshold()
|
/external/libvpx/libvpx/vp8/common/ |
D | loopfilter_filters.c | 43 static signed char vp8_hevmask(uc thresh, uc p1, uc p0, uc q0, uc q1) in vp8_hevmask() 104 const unsigned char *thresh, in vp8_loop_filter_horizontal_edge_c() 136 const unsigned char *thresh, in vp8_loop_filter_vertical_edge_c() 222 const unsigned char *thresh, in vp8_mbloop_filter_horizontal_edge_c() 257 const unsigned char *thresh, in vp8_mbloop_filter_vertical_edge_c()
|
/external/opencv/cv/src/ |
D | cvthresh.cpp | 46 CvSize roi, uchar thresh, uchar maxval, int type ) in icvThresh_8u_C1R() 114 CvSize roi, float thresh, float maxval, int type ) in icvThresh_32f_C1R() 297 cvThreshold( const void* srcarr, void* dstarr, double thresh, double maxval, int type ) in cvThreshold()
|
/external/libvpx/libvpx/vpx_dsp/mips/ |
D | loopfilter_filters_dspr2.c | 26 const uint8_t *thresh, in vpx_lpf_horizontal_4_dspr2() 120 const uint8_t *thresh, in vpx_lpf_vertical_4_dspr2() 357 const uint8_t *thresh) { in vpx_lpf_vertical_16_dual_dspr2()
|
D | loopfilter_masks_dspr2.h | 32 uint32_t thresh, uint32_t *hev, in filter_hev_mask_dspr2() 134 uint32_t thresh, in filter_hev_mask_flatmask4_dspr2()
|
/external/opencv3/samples/cpp/tutorial_code/ShapeDescriptors/ |
D | findContours_demo.cpp | 18 int thresh = 100; variable
|
D | hull_demo.cpp | 18 int thresh = 100; variable
|
D | generalContours_demo2.cpp | 18 int thresh = 100; variable
|
/external/tcpdump/ |
D | print-dvmrp.c | 257 register u_char thresh; in print_neighbors() local 288 register u_char metric, thresh, flags; in print_neighbors2() local
|
/external/opencv3/samples/cpp/tutorial_code/TrackingMotion/ |
D | cornerHarris_Demo.cpp | 19 int thresh = 200; variable
|
/external/libvpx/libvpx/vpx_dsp/x86/ |
D | highbd_loopfilter_sse2.c | 62 __m128i blimit, limit, thresh; in highbd_mb_lpf_horizontal_edge_w_sse2_8() local 534 __m128i blimit, limit, thresh; in vpx_highbd_lpf_horizontal_8_sse2() local 778 __m128i blimit, limit, thresh; in vpx_highbd_lpf_horizontal_4_sse2() local 1060 const uint8_t *thresh, in vpx_highbd_lpf_vertical_4_sse2() 1114 const uint8_t *thresh, in vpx_highbd_lpf_vertical_8_sse2() 1169 const uint8_t *thresh, in vpx_highbd_lpf_vertical_16_sse2() 1199 const uint8_t *thresh, in vpx_highbd_lpf_vertical_16_dual_sse2()
|