Home
last modified time | relevance | path

Searched refs:_thresh (Results 1 – 5 of 5) sorted by relevance

/external/opencv3/modules/videostab/include/opencv2/videostab/
Dmotion_core.hpp121 inline RansacParams::RansacParams(int _size, float _thresh, float _eps, float _prob) in RansacParams() argument
122 : size(_size), thresh(_thresh), eps(_eps), prob(_prob) {} in RansacParams()
/external/libvpx/libvpx/vpx_dsp/x86/
Dhighbd_loopfilter_sse2.c58 const uint8_t *_thresh, in highbd_mb_lpf_horizontal_edge_w_sse2_8() argument
81 thresh = _mm_unpacklo_epi8(_mm_load_si128((const __m128i *)_thresh), zero); in highbd_mb_lpf_horizontal_edge_w_sse2_8()
88 _mm_unpacklo_epi8(_mm_load_si128((const __m128i *)_thresh), zero), 2); in highbd_mb_lpf_horizontal_edge_w_sse2_8()
95 _mm_unpacklo_epi8(_mm_load_si128((const __m128i *)_thresh), zero), 4); in highbd_mb_lpf_horizontal_edge_w_sse2_8()
503 const uint8_t *_thresh, in highbd_mb_lpf_horizontal_edge_w_sse2_16() argument
505 highbd_mb_lpf_horizontal_edge_w_sse2_8(s, p, _blimit, _limit, _thresh, bd); in highbd_mb_lpf_horizontal_edge_w_sse2_16()
506 highbd_mb_lpf_horizontal_edge_w_sse2_8(s + 8, p, _blimit, _limit, _thresh, in highbd_mb_lpf_horizontal_edge_w_sse2_16()
514 const uint8_t *_thresh, in vpx_highbd_lpf_horizontal_16_sse2() argument
517 highbd_mb_lpf_horizontal_edge_w_sse2_8(s, p, _blimit, _limit, _thresh, bd); in vpx_highbd_lpf_horizontal_16_sse2()
519 highbd_mb_lpf_horizontal_edge_w_sse2_16(s, p, _blimit, _limit, _thresh, bd); in vpx_highbd_lpf_horizontal_16_sse2()
[all …]
Dloopfilter_avx2.c18 const unsigned char *_thresh) { in mb_lpf_horizontal_edge_w_avx2_8() argument
26 _mm_cvtsi32_si128((int) _thresh[0])); in mb_lpf_horizontal_edge_w_avx2_8()
405 const unsigned char *_thresh) { in mb_lpf_horizontal_edge_w_avx2_16() argument
417 _mm_cvtsi32_si128((int) _thresh[0])); in mb_lpf_horizontal_edge_w_avx2_16()
981 const unsigned char *_thresh, int count) { in vpx_lpf_horizontal_16_avx2() argument
983 mb_lpf_horizontal_edge_w_avx2_8(s, p, _blimit, _limit, _thresh); in vpx_lpf_horizontal_16_avx2()
985 mb_lpf_horizontal_edge_w_avx2_16(s, p, _blimit, _limit, _thresh); in vpx_lpf_horizontal_16_avx2()
Dloopfilter_sse2.c25 const unsigned char *_thresh) { in mb_lpf_horizontal_edge_w_sse2_8() argument
30 const __m128i thresh = _mm_load_si128((const __m128i *)_thresh); in mb_lpf_horizontal_edge_w_sse2_8()
390 const unsigned char *_thresh) { in mb_lpf_horizontal_edge_w_sse2_16() argument
395 const __m128i thresh = _mm_load_si128((const __m128i *)_thresh); in mb_lpf_horizontal_edge_w_sse2_16()
723 const unsigned char *_thresh, int count) { in vpx_lpf_horizontal_16_sse2() argument
725 mb_lpf_horizontal_edge_w_sse2_8(s, p, _blimit, _limit, _thresh); in vpx_lpf_horizontal_16_sse2()
727 mb_lpf_horizontal_edge_w_sse2_16(s, p, _blimit, _limit, _thresh); in vpx_lpf_horizontal_16_sse2()
733 const unsigned char *_thresh, int count) { in vpx_lpf_horizontal_8_sse2() argument
743 const __m128i thresh = _mm_load_si128((const __m128i *)_thresh); in vpx_lpf_horizontal_8_sse2()
/external/opencv3/modules/imgproc/src/
Dthresh.cpp1096 ThresholdRunner(Mat _src, Mat _dst, double _thresh, double _maxval, int _thresholdType) in ThresholdRunner() argument
1101 thresh = _thresh; in ThresholdRunner()