/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 | 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 | 506 static WEBP_INLINE int hev(const uint8_t* p, int step, int thresh) { in hev() 530 static void SimpleVFilter16(uint8_t* p, int stride, int thresh) { in SimpleVFilter16() 540 static void SimpleHFilter16(uint8_t* p, int stride, int thresh) { in SimpleHFilter16() 550 static void SimpleVFilter16i(uint8_t* p, int stride, int thresh) { in SimpleVFilter16i() 558 static void SimpleHFilter16i(uint8_t* p, int stride, int thresh) { in SimpleHFilter16i() 571 int thresh, int ithresh, int hev_thresh) { in FilterLoop26() 587 int thresh, int ithresh, int hev_thresh) { in FilterLoop24() 603 int thresh, int ithresh, int hev_thresh) { in VFilter16() 608 int thresh, int ithresh, int hev_thresh) { in HFilter16() 614 int thresh, int ithresh, int hev_thresh) { in VFilter16i() [all …]
|
D | dec_sse2.c | 337 int thresh, __m128i* const mask) { in NeedsFilter() 358 int thresh) { in DoFilter2() 587 static void SimpleVFilter16(uint8_t* p, int stride, int thresh) { in SimpleVFilter16() 601 static void SimpleHFilter16(uint8_t* p, int stride, int thresh) { in SimpleHFilter16() 611 static void SimpleVFilter16i(uint8_t* p, int stride, int thresh) { in SimpleVFilter16i() 619 static void SimpleHFilter16i(uint8_t* p, int stride, int thresh) { in SimpleHFilter16i() 672 int thresh, int ithresh, in ComplexMask() 684 int thresh, int ithresh, int hev_thresh) { in VFilter16() 710 int thresh, int ithresh, int hev_thresh) { in HFilter16() 730 int thresh, int ithresh, int hev_thresh) { in VFilter16i() [all …]
|
D | dec_neon.c | 442 int thresh) { in NeedsFilter() 525 static void SimpleVFilter16(uint8_t* p, int stride, int thresh) { in SimpleVFilter16() 535 static void SimpleHFilter16(uint8_t* p, int stride, int thresh) { in SimpleHFilter16() 558 #define NEEDS_FILTER(p1, p0, q0, q1, thresh, mask) \ argument 586 #define DO_FILTER2(p1, p0, q0, q1, thresh) \ argument 595 static void SimpleVFilter16(uint8_t* p, int stride, int thresh) { in SimpleVFilter16() 616 static void SimpleHFilter16(uint8_t* p, int stride, int thresh) { in SimpleHFilter16() 644 static void SimpleVFilter16i(uint8_t* p, int stride, int thresh) { in SimpleVFilter16i() 652 static void SimpleHFilter16i(uint8_t* p, int stride, int thresh) { in SimpleHFilter16i() 678 int ithresh, int thresh) { in NeedsFilter2() [all …]
|
D | dec_msa.c | 344 const v16u8 thresh = (v16u8)__msa_fill_b(thresh_in); in VFilter16() local 368 const v16u8 thresh = (v16u8)__msa_fill_b(thresh_in); in HFilter16() local 420 int b_limit, int limit, int thresh) { in VFilterHorEdge16i() 435 int b_limit, int limit, int thresh) { in VFilter16i() 442 int b_limit, int limit, int thresh) { in HFilterVertEdge16i() 472 int b_limit, int limit, int thresh) { in HFilter16i() 489 const v16u8 thresh = (v16u8)__msa_fill_b(thresh_in); in VFilter8() local 534 const v16u8 thresh = (v16u8)__msa_fill_b(thresh_in); in HFilter8() local 566 const v16u8 thresh = (v16u8)__msa_fill_b(thresh_in); in VFilter8i() local 597 const v16u8 thresh = (v16u8)__msa_fill_b(thresh_in); in HFilter8i() local
|
/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() 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/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() 92 const unsigned char *thresh, int count) { in vp8_loop_filter_horizontal_edge_c() 115 const unsigned char *thresh, int count) { in vp8_loop_filter_vertical_edge_c() 191 const unsigned char *thresh, in vp8_mbloop_filter_horizontal_edge_c() 216 const unsigned char *thresh, int count) { in vp8_mbloop_filter_vertical_edge_c()
|
/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()
|
D | loopfilter_8_msa.c | 18 v16u8 mask, hev, flat, thresh, b_limit, limit; in vpx_lpf_horizontal_8_msa() local 87 v16u8 flat, mask, hev, tmp, thresh, b_limit, limit; in vpx_lpf_horizontal_8_dual_msa() local 158 v16u8 flat, mask, hev, thresh, b_limit, limit; in vpx_lpf_vertical_8_msa() local 235 v16u8 flat, mask, hev, thresh, b_limit, limit; in vpx_lpf_vertical_8_dual_msa() local
|
D | loopfilter_mb_dspr2.c | 24 const uint8_t *thresh) { in vpx_lpf_horizontal_8_dspr2() 291 const uint8_t *thresh) { in vpx_lpf_vertical_8_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/libvpx/libvpx/vpx_dsp/x86/ |
D | highbd_loopfilter_sse2.c | 57 __m128i blimit, limit, thresh; in vpx_highbd_lpf_horizontal_16_sse2() local 497 __m128i blimit, limit, thresh; in vpx_highbd_lpf_horizontal_8_sse2() local 725 __m128i blimit, limit, thresh; in vpx_highbd_lpf_horizontal_4_sse2() local 1003 const uint8_t *limit, const uint8_t *thresh, in vpx_highbd_lpf_vertical_4_sse2() 1049 const uint8_t *limit, const uint8_t *thresh, 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 | 113 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/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
|
/external/libvpx/libvpx/vpx_dsp/arm/ |
D | highbd_loopfilter_neon.c | 17 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/ |
D | vp8_loopfilter_neon.c | 128 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()
|
D | mbloopfilter_neon.c | 156 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/libmpeg2/common/x86/ |
D | ideint_cac_ssse3.c | 171 __m128i min, max, diff, thresh; in ideint_cac_8x8_ssse3() local
|
/external/aac/libAACenc/src/ |
D | grp_data.cpp | 181 FIXP_DBL thresh = sfbThreshold->Short[wnd][sfb]; in FDKaacEnc_groupShortData() local
|
/external/libnl/lib/route/ |
D | neightbl.c | 613 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()
|