| /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 | quant.h | 29 int thresh) { in IsFlat() 54 int thresh) { in IsFlat()
|
| 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 | 523 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 …]
|
| D | dec_sse2.c | 340 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 …]
|
| /external/libvpx/libvpx/vpx_dsp/ |
| D | loopfilter.c | 48 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() 113 const uint8_t *limit, const uint8_t *thresh) { in vpx_lpf_horizontal_4_c() 139 const uint8_t *limit, const uint8_t *thresh) { in vpx_lpf_vertical_4_c() 162 static INLINE void filter8(int8_t mask, uint8_t thresh, uint8_t flat, in filter8() 183 const uint8_t *limit, const uint8_t *thresh) { in vpx_lpf_horizontal_8_c() 212 const uint8_t *limit, const uint8_t *thresh) { in vpx_lpf_vertical_8_c() 235 static INLINE void filter16(int8_t mask, uint8_t thresh, uint8_t flat, in filter16() [all …]
|
| /external/tensorflow/tensorflow/core/kernels/ |
| D | compare_and_bitpack_op_gpu.cu.cc | 44 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/libaom/libaom/aom_dsp/ |
| D | loopfilter.c | 69 static INLINE int8_t flat_mask3_chroma(uint8_t thresh, uint8_t p2, uint8_t p1, in flat_mask3_chroma() 80 static INLINE int8_t flat_mask4(uint8_t thresh, uint8_t p3, uint8_t p2, in flat_mask4() 94 static INLINE int8_t hev_mask(uint8_t thresh, uint8_t p1, uint8_t p0, in hev_mask() 102 static INLINE void filter4(int8_t mask, uint8_t thresh, uint8_t *op1, in filter4() 136 const uint8_t *thresh) { in aom_lpf_horizontal_4_c() 160 const uint8_t *limit, const uint8_t *thresh) { in aom_lpf_vertical_4_c() 183 static INLINE void filter6(int8_t mask, uint8_t thresh, int8_t flat, in filter6() 200 static INLINE void filter8(int8_t mask, uint8_t thresh, int8_t flat, in filter8() 221 const uint8_t *limit, const uint8_t *thresh) { in aom_lpf_horizontal_6_c() 249 const uint8_t *limit, const uint8_t *thresh) { in aom_lpf_horizontal_8_c() [all …]
|
| /external/libvpx/libvpx/vp8/common/mips/mmi/ |
| D | loopfilter_filters_mmi.c | 33 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/libaom/libaom/aom_dsp/arm/ |
| D | loopfilter_neon.c | 152 const uint8_t limit, const uint8_t thresh) { in lpf_14_neon() 337 const uint8_t limit, const uint8_t thresh) { in lpf_8_neon() 452 const uint8_t thresh) { in lpf_6_neon() 557 const uint8_t limit, const uint8_t thresh) { in lpf_4_neon() 619 const uint8_t *limit, const uint8_t *thresh) { in aom_lpf_vertical_14_neon() 699 const uint8_t *limit, const uint8_t *thresh) { in aom_lpf_vertical_8_neon() 742 const uint8_t *limit, const uint8_t *thresh) { in aom_lpf_vertical_6_neon() 785 const uint8_t *limit, const uint8_t *thresh) { in aom_lpf_vertical_4_neon() 824 const uint8_t *limit, const uint8_t *thresh) { in aom_lpf_horizontal_14_neon() 860 const uint8_t *limit, const uint8_t *thresh) { in aom_lpf_horizontal_8_neon() [all …]
|
| /external/libvpx/libvpx/vp8/common/mips/dspr2/ |
| D | vp8_loopfilter_filters_dspr2.c | 34 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/ |
| D | loopfilter_filters.c | 38 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/libaom/libaom/aom_dsp/x86/ |
| D | loopfilter_sse2.c | 246 __m128i *thresh, __m128i *q1q0_out, __m128i *p1p0_out) { in lpf_internal_4_sse2() 289 __m128i *thresh, __m128i *q1q0_out, __m128i *p1p0_out) { in lpf_internal_4_dual_sse2() 335 __m128i thresh = in aom_lpf_horizontal_4_sse2() local 363 __m128i thresh = in aom_lpf_vertical_4_sse2() local 397 __m128i *thresh) { in lpf_internal_14_dual_sse2() 700 __m128i *thresh) { in lpf_internal_14_sse2() 964 __m128i thresh = _mm_load_si128((const __m128i *)_thresh); in aom_lpf_horizontal_14_sse2() local 991 __m128i *thresh) { in lpf_internal_6_dual_sse2() 1120 __m128i *thresh) { in lpf_internal_6_sse2() 1259 __m128i thresh = _mm_load_si128((__m128i *)_thresh); in aom_lpf_horizontal_6_sse2() local [all …]
|
| /external/libvpx/libvpx/vpx_dsp/x86/ |
| D | highbd_loopfilter_sse2.c | 53 const uint8_t *thresh, int bd) { in vpx_highbd_lpf_horizontal_16_sse2() 480 const uint8_t *thresh, int bd) { in vpx_highbd_lpf_horizontal_16_dual_sse2() 488 const uint8_t *thresh, int bd) { in vpx_highbd_lpf_horizontal_8_sse2() 722 const uint8_t *thresh, int bd) { in vpx_highbd_lpf_horizontal_4_sse2() 1003 const uint8_t *thresh, int bd) { in vpx_highbd_lpf_vertical_4_sse2() 1049 const uint8_t *thresh, int bd) { in vpx_highbd_lpf_vertical_8_sse2() 1097 const uint8_t *thresh, int bd) { in vpx_highbd_lpf_vertical_16_sse2() 1125 const uint8_t *thresh, int bd) { in vpx_highbd_lpf_vertical_16_dual_sse2()
|
| D | loopfilter_sse2.c | 108 const uint8_t *limit, const uint8_t *thresh) { in vpx_lpf_horizontal_4_sse2() 142 const uint8_t *limit, const uint8_t *thresh) { in vpx_lpf_vertical_4_sse2() 234 const unsigned char *thresh) { in vpx_lpf_horizontal_16_sse2() 596 const unsigned char *thresh) { in vpx_lpf_horizontal_16_dual_sse2() 928 const unsigned char *thresh) { in vpx_lpf_horizontal_8_sse2() 1162 const __m128i thresh = in vpx_lpf_horizontal_8_dual_sse2() local 1406 const __m128i thresh = in vpx_lpf_horizontal_4_dual_sse2() local 1691 const unsigned char *thresh) { in vpx_lpf_vertical_8_sse2() 1739 const unsigned char *thresh) { in vpx_lpf_vertical_16_sse2() 1766 const uint8_t *thresh) { in vpx_lpf_vertical_16_dual_sse2()
|
| /external/libvpx/libvpx/vpx_dsp/mips/ |
| D | loopfilter_filters_dspr2.c | 24 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()
|
| D | loopfilter_mb_horiz_dspr2.c | 24 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()
|
| D | loopfilter_masks_dspr2.h | 31 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()
|
| /external/libaom/libaom/aom_dsp/mips/ |
| D | loopfilter_mb_horiz_dspr2.c | 26 const uint8_t *thresh, int count) { in mb_lpf_horizontal_edge() 724 const uint8_t *thresh) { in aom_lpf_horizontal_16_dspr2() 731 const uint8_t *thresh) { in aom_lpf_horizontal_16_dual_dspr2()
|
| D | loopfilter_filters_dspr2.c | 26 const uint8_t *thresh) { in aom_lpf_horizontal_4_dspr2() 111 const uint8_t *thresh) { in aom_lpf_vertical_4_dspr2() 324 const uint8_t *thresh) { in aom_lpf_vertical_16_dual_dspr2()
|
| D | loopfilter_masks_dspr2.h | 33 uint32_t thresh, uint32_t *hev, in filter_hev_mask_dspr2() 131 uint32_t limit, uint32_t flimit, uint32_t thresh, uint32_t p1, uint32_t p0, in filter_hev_mask_flatmask4_dspr2()
|
| /external/tcpdump/ |
| D | print-dvmrp.c | 258 register u_char thresh; in print_neighbors() local 289 register u_char metric, thresh, flags; in print_neighbors2() local
|
| /external/tensorflow/tensorflow/contrib/boosted_trees/python/kernel_tests/ |
| D | model_ops_test.py | 57 def _set_float_split(split, feat_col, thresh, l_id, r_id): argument
|
| /external/libvpx/libvpx/vp9/encoder/ |
| D | vp9_noise_estimate.h | 32 int thresh; member
|
| /external/eigen/Eigen/src/SparseLU/ |
| D | SparseLU_pivotL.h | 97 RealScalar thresh = diagpivotthresh * pivmax; in pivotL() local
|