Home
last modified time | relevance | path

Searched defs:_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()
/external/libvpx/libvpx/vpx_dsp/x86/
Dhighbd_loopfilter_sse2.c58 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()
Dloopfilter_avx2.c18 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()
Dloopfilter_sse2.c25 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/
Dthresh.cpp1096 ThresholdRunner(Mat _src, Mat _dst, double _thresh, double _maxval, int _thresholdType) in ThresholdRunner()