Home
last modified time | relevance | path

Searched defs:thresh (Results 1 – 25 of 78) sorted by relevance

1234

/external/webp/src/dsp/
Ddec_mips32.c69 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 …]
Ddec_mips_dsp_r2.c162 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 …]
Ddec.c523 static WEBP_INLINE int Hev(const uint8_t* p, int step, int thresh) { in Hev()
553 static void SimpleVFilter16_C(uint8_t* p, int stride, int thresh) { in SimpleVFilter16_C()
563 static void SimpleHFilter16_C(uint8_t* p, int stride, int thresh) { in SimpleHFilter16_C()
573 static void SimpleVFilter16i_C(uint8_t* p, int stride, int thresh) { in SimpleVFilter16i_C()
581 static void SimpleHFilter16i_C(uint8_t* p, int stride, int thresh) { in SimpleHFilter16i_C()
596 int thresh, int ithresh, in FilterLoop26_C()
613 int thresh, int ithresh, in FilterLoop24_C()
632 int thresh, int ithresh, int hev_thresh) { in VFilter16_C()
637 int thresh, int ithresh, int hev_thresh) { in HFilter16_C()
643 int thresh, int ithresh, int hev_thresh) { in VFilter16i_C()
[all …]
Ddec_sse2.c340 int thresh, __m128i* const mask) { in NeedsFilter_SSE2()
361 int thresh) { in DoFilter2_SSE2()
593 static void SimpleVFilter16_SSE2(uint8_t* p, int stride, int thresh) { in SimpleVFilter16_SSE2()
607 static void SimpleHFilter16_SSE2(uint8_t* p, int stride, int thresh) { in SimpleHFilter16_SSE2()
617 static void SimpleVFilter16i_SSE2(uint8_t* p, int stride, int thresh) { in SimpleVFilter16i_SSE2()
625 static void SimpleHFilter16i_SSE2(uint8_t* p, int stride, int thresh) { in SimpleHFilter16i_SSE2()
678 int thresh, int ithresh, in ComplexMask_SSE2()
690 int thresh, int ithresh, int hev_thresh) { in VFilter16_SSE2()
716 int thresh, int ithresh, int hev_thresh) { in HFilter16_SSE2()
736 int thresh, int ithresh, int hev_thresh) { in VFilter16i_SSE2()
[all …]
Ddec_neon.c429 int thresh) { in NeedsFilter_NEON()
513 static void SimpleVFilter16_NEON(uint8_t* p, int stride, int thresh) { in SimpleVFilter16_NEON()
523 static void SimpleHFilter16_NEON(uint8_t* p, int stride, int thresh) { in SimpleHFilter16_NEON()
567 #define NEEDS_FILTER(p1, p0, q0, q1, thresh, mask) \ argument
595 #define DO_FILTER2(p1, p0, q0, q1, thresh) \ argument
604 static void SimpleVFilter16_NEON(uint8_t* p, int stride, int thresh) { in SimpleVFilter16_NEON()
625 static void SimpleHFilter16_NEON(uint8_t* p, int stride, int thresh) { in SimpleHFilter16_NEON()
656 static void SimpleVFilter16i_NEON(uint8_t* p, int stride, int thresh) { in SimpleVFilter16i_NEON()
664 static void SimpleHFilter16i_NEON(uint8_t* p, int stride, int thresh) { in SimpleHFilter16i_NEON()
690 int ithresh, int thresh) { in NeedsFilter2_NEON()
[all …]
/external/libvpx/libvpx/vpx_dsp/
Dloopfilter.c48 static INLINE int8_t flat_mask4(uint8_t thresh, uint8_t p3, uint8_t p2, in flat_mask4()
61 static INLINE int8_t flat_mask5(uint8_t thresh, uint8_t p4, uint8_t p3, in flat_mask5()
72 static INLINE int8_t hev_mask(uint8_t thresh, uint8_t p1, uint8_t p0, in hev_mask()
80 static INLINE void filter4(int8_t mask, uint8_t thresh, uint8_t *op1, in filter4()
114 const uint8_t *thresh) { in vpx_lpf_horizontal_4_c()
138 const uint8_t *limit, const uint8_t *thresh) { in vpx_lpf_vertical_4_c()
161 static INLINE void filter8(int8_t mask, uint8_t thresh, uint8_t flat, in filter8()
182 const uint8_t *limit, const uint8_t *thresh) { in vpx_lpf_horizontal_8_c()
209 const uint8_t *limit, const uint8_t *thresh) { in vpx_lpf_vertical_8_c()
232 static INLINE void filter16(int8_t mask, uint8_t thresh, uint8_t flat, in filter16()
[all …]
/external/tensorflow/tensorflow/core/kernels/
Dcompare_and_bitpack_op_gpu.cu.cc44 const T thresh = ldg(threshold); in CompareAndBitpackKernel() local
84 const float thresh = ldg(threshold); in CompareAndBitpackKernel() local
101 const double thresh = ldg(threshold); in CompareAndBitpackKernel() local
/external/libvpx/libvpx/vp8/common/mips/dspr2/
Dvp8_loopfilter_filters_dspr2.c34 uint32_t thresh, uint32_t *hev, uint32_t *mask) { in vp8_filter_mask_vec_mips()
304 unsigned int thresh, int count) { in vp8_loop_filter_horizontal_edge_mips()
497 unsigned int thresh, int count) { in vp8_loop_filter_uvhorizontal_edge_mips()
603 const unsigned int thresh, int count) { in vp8_loop_filter_vertical_edge_mips()
918 unsigned int thresh, int count) { in vp8_loop_filter_uvvertical_edge_mips()
1481 unsigned int thresh, int count) { in vp8_mbloop_filter_horizontal_edge_mips()
1614 unsigned int thresh, int count) { in vp8_mbloop_filter_uvhorizontal_edge_mips()
1727 unsigned int thresh, int count) { in vp8_mbloop_filter_vertical_edge_mips()
1917 unsigned int thresh, int count) { in vp8_mbloop_filter_uvvertical_edge_mips()
2260 unsigned char thresh, flimit, limit, flimit_temp; in vp8_loop_filter_mbh_dspr2() local
[all …]
/external/libvpx/libvpx/vp8/common/mips/mmi/
Dloopfilter_filters_mmi.c33 const unsigned char *limit, const unsigned char *thresh, int count) { in vp8_loop_filter_horizontal_edge_mmi()
208 const unsigned char *thresh, int count) { in vp8_loop_filter_vertical_edge_mmi()
486 const unsigned char *limit, const unsigned char *thresh, int count) { in vp8_mbloop_filter_horizontal_edge_mmi()
679 const unsigned char *limit, const unsigned char *thresh, int count) { in vp8_mbloop_filter_vertical_edge_mmi()
/external/libvpx/libvpx/vp8/common/
Dloopfilter_filters.c38 static signed char vp8_hevmask(uc thresh, uc p1, uc p0, uc q0, uc q1) { in vp8_hevmask()
93 const unsigned char *thresh, in loop_filter_horizontal_edge_c()
117 const unsigned char *thresh, in loop_filter_vertical_edge_c()
194 const unsigned char *thresh, in mbloop_filter_horizontal_edge_c()
219 const unsigned char *thresh, in mbloop_filter_vertical_edge_c()
/external/opencv/cv/src/
Dcvthresh.cpp46 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/x86/
Dhighbd_loopfilter_sse2.c56 __m128i blimit, limit, thresh; in vpx_highbd_lpf_horizontal_16_sse2() local
496 __m128i blimit, limit, thresh; in vpx_highbd_lpf_horizontal_8_sse2() local
724 __m128i blimit, limit, thresh; in vpx_highbd_lpf_horizontal_4_sse2() local
1002 const uint8_t *limit, const uint8_t *thresh, in vpx_highbd_lpf_vertical_4_sse2()
1048 const uint8_t *limit, const uint8_t *thresh, in vpx_highbd_lpf_vertical_8_sse2()
1096 const uint8_t *thresh, int bd) { in vpx_highbd_lpf_vertical_16_sse2()
1124 const uint8_t *thresh, int bd) { in vpx_highbd_lpf_vertical_16_dual_sse2()
Dloopfilter_sse2.c113 const __m128i thresh = in vpx_lpf_horizontal_4_sse2() local
148 const __m128i thresh = in vpx_lpf_vertical_4_sse2() local
240 const __m128i thresh = _mm_load_si128((const __m128i *)_thresh); in vpx_lpf_horizontal_16_sse2() local
602 const __m128i thresh = _mm_load_si128((const __m128i *)_thresh); in vpx_lpf_horizontal_16_dual_sse2() local
939 const __m128i thresh = _mm_load_si128((const __m128i *)_thresh); in vpx_lpf_horizontal_8_sse2() local
1157 const __m128i thresh = in vpx_lpf_horizontal_8_dual_sse2() local
1393 const __m128i thresh = in vpx_lpf_horizontal_4_dual_sse2() local
1686 const unsigned char *thresh) { in vpx_lpf_vertical_8_sse2()
1734 const unsigned char *thresh) { in vpx_lpf_vertical_16_sse2()
1761 const uint8_t *thresh) { in vpx_lpf_vertical_16_dual_sse2()
/external/libvpx/libvpx/vpx_dsp/mips/
Dloopfilter_mb_horiz_dspr2.c24 const uint8_t *thresh, int count) { in mb_lpf_horizontal_edge()
722 const uint8_t *thresh) { in vpx_lpf_horizontal_16_dspr2()
729 const uint8_t *thresh) { in vpx_lpf_horizontal_16_dual_dspr2()
Dloopfilter_filters_dspr2.c24 const uint8_t *thresh) { in vpx_lpf_horizontal_4_dspr2()
109 const uint8_t *thresh) { in vpx_lpf_vertical_4_dspr2()
322 const uint8_t *thresh) { in vpx_lpf_vertical_16_dual_dspr2()
Dloopfilter_masks_dspr2.h31 uint32_t thresh, uint32_t *hev, in filter_hev_mask_dspr2()
129 uint32_t limit, uint32_t flimit, uint32_t thresh, uint32_t p1, uint32_t p0, in filter_hev_mask_flatmask4_dspr2()
Dloopfilter_8_msa.c19 v16u8 mask, hev, flat, thresh, b_limit, limit; in vpx_lpf_horizontal_8_msa() local
88 v16u8 flat, mask, hev, tmp, thresh, b_limit, limit; in vpx_lpf_horizontal_8_dual_msa() local
159 v16u8 flat, mask, hev, thresh, b_limit, limit; in vpx_lpf_vertical_8_msa() local
236 v16u8 flat, mask, hev, thresh, b_limit, limit; in vpx_lpf_vertical_8_dual_msa() local
/external/tcpdump/
Dprint-dvmrp.c258 register u_char thresh; in print_neighbors() local
289 register u_char metric, thresh, flags; in print_neighbors2() local
/external/libvpx/libvpx/vpx_dsp/arm/
Dhighbd_loopfilter_neon.c17 const uint8_t *thresh, uint16x8_t *blimit_vec, in load_thresh()
44 const uint16x8_t thresh, const uint16x8_t p3, in filter_hev_mask4()
70 const uint16x8_t limit, const uint16x8_t blimit, const uint16x8_t thresh, in filter_flat_hev_mask()
567 const uint8_t *thresh, int bd) { in vpx_highbd_lpf_horizontal_4_neon()
588 const uint8_t *limit, const uint8_t *thresh, in vpx_highbd_lpf_vertical_4_neon()
614 const uint8_t *thresh, int bd) { in vpx_highbd_lpf_horizontal_8_neon()
637 const uint8_t *limit, const uint8_t *thresh, in vpx_highbd_lpf_vertical_8_neon()
729 const uint8_t *thresh, int bd) { in vpx_highbd_lpf_horizontal_16_neon()
738 const uint8_t *thresh, int bd) { in vpx_highbd_lpf_horizontal_16_dual_neon()
747 const uint8_t *thresh, int bd) { in vpx_highbd_lpf_vertical_16_neon()
[all …]
/external/libvpx/libvpx/vp8/common/arm/neon/
Dvp8_loopfilter_neon.c128 unsigned char thresh) { in vp8_loop_filter_horizontal_edge_y_neon()
170 unsigned char thresh, in vp8_loop_filter_horizontal_edge_uv_neon()
318 unsigned char thresh) { in vp8_loop_filter_vertical_edge_y_neon()
428 unsigned char thresh, in vp8_loop_filter_vertical_edge_uv_neon()
Dmbloopfilter_neon.c156 unsigned char thresh) { in vp8_mbloop_filter_horizontal_edge_y_neon()
203 unsigned char thresh, in vp8_mbloop_filter_horizontal_edge_uv_neon()
290 unsigned char thresh) { in vp8_mbloop_filter_vertical_edge_y_neon()
452 unsigned char thresh, in vp8_mbloop_filter_vertical_edge_uv_neon()
/external/tensorflow/tensorflow/contrib/boosted_trees/python/kernel_tests/
Dmodel_ops_test.py57 def _set_float_split(split, feat_col, thresh, l_id, r_id): argument
/external/libvpx/libvpx/vp9/encoder/
Dvp9_noise_estimate.h32 int thresh; member
/external/eigen/Eigen/src/SparseLU/
DSparseLU_pivotL.h97 RealScalar thresh = diagpivotthresh * pivmax; in pivotL() local
/external/libnl/lib/route/
Dneightbl.c613 void rtnl_neightbl_set_gc_tresh1(struct rtnl_neightbl *ntbl, int thresh) in rtnl_neightbl_set_gc_tresh1()
619 void rtnl_neightbl_set_gc_tresh2(struct rtnl_neightbl *ntbl, int thresh) in rtnl_neightbl_set_gc_tresh2()
625 void rtnl_neightbl_set_gc_tresh3(struct rtnl_neightbl *ntbl, int thresh) in rtnl_neightbl_set_gc_tresh3()

1234