Searched defs:_thresh (Results 1 – 5 of 5) sorted by relevance
/external/opencv3/modules/videostab/include/opencv2/videostab/ |
D | motion_core.hpp | 121 inline RansacParams::RansacParams(int _size, float _thresh, float _eps, float _prob) in RansacParams()
|
/external/libvpx/libvpx/vpx_dsp/x86/ |
D | highbd_loopfilter_sse2.c | 58 const uint8_t *_thresh, in highbd_mb_lpf_horizontal_edge_w_sse2_8() 503 const uint8_t *_thresh, in highbd_mb_lpf_horizontal_edge_w_sse2_16() 514 const uint8_t *_thresh, in vpx_highbd_lpf_horizontal_16_sse2() 525 const uint8_t *_thresh, in vpx_highbd_lpf_horizontal_8_sse2() 775 const uint8_t *_thresh, in vpx_highbd_lpf_horizontal_4_sse2()
|
D | loopfilter_avx2.c | 18 const unsigned char *_thresh) { in mb_lpf_horizontal_edge_w_avx2_8() 405 const unsigned char *_thresh) { in mb_lpf_horizontal_edge_w_avx2_16() 981 const unsigned char *_thresh, int count) { in vpx_lpf_horizontal_16_avx2()
|
D | loopfilter_sse2.c | 25 const unsigned char *_thresh) { in mb_lpf_horizontal_edge_w_sse2_8() 390 const unsigned char *_thresh) { in mb_lpf_horizontal_edge_w_sse2_16() 723 const unsigned char *_thresh, int count) { in vpx_lpf_horizontal_16_sse2() 733 const unsigned char *_thresh, int count) { in vpx_lpf_horizontal_8_sse2()
|
/external/opencv3/modules/imgproc/src/ |
D | thresh.cpp | 1096 ThresholdRunner(Mat _src, Mat _dst, double _thresh, double _maxval, int _thresholdType) in ThresholdRunner()
|