| /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 | 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 | quant.h | 36 int thresh) { in IsFlat() 61 int thresh) { in IsFlat()
|
| 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 …]
|
| D | dec_neon.c | 429 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/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, int8_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, int8_t flat, in filter16() [all …]
|
| /external/webrtc/video/ |
| D | quality_threshold_unittest.cc | 23 QualityThreshold thresh(kLowThreshold, kHighThreshold, kFraction, in TEST() local 58 QualityThreshold thresh(kLowThreshold, kHighThreshold, kFraction, in TEST() local 87 QualityThreshold thresh(kLowThreshold, kHighThreshold, kFraction, in TEST() local 107 QualityThreshold thresh(kLowThreshold, kHighThreshold, kFraction, in TEST() local
|
| /external/libaom/aom_dsp/ |
| D | loopfilter.c | 71 static INLINE int8_t flat_mask3_chroma(uint8_t thresh, uint8_t p2, uint8_t p1, in flat_mask3_chroma() 82 static INLINE int8_t flat_mask4(uint8_t thresh, uint8_t p3, uint8_t p2, in flat_mask4() 96 static INLINE int8_t hev_mask(uint8_t thresh, uint8_t p1, uint8_t p0, in hev_mask() 104 static INLINE void filter4(int8_t mask, uint8_t thresh, uint8_t *op1, in filter4() 138 const uint8_t *thresh) { in aom_lpf_horizontal_4_c() 171 const uint8_t *limit, const uint8_t *thresh) { in aom_lpf_vertical_4_c() 202 static INLINE void filter6(int8_t mask, uint8_t thresh, int8_t flat, in filter6() 219 static INLINE void filter8(int8_t mask, uint8_t thresh, int8_t flat, in filter8() 240 const uint8_t *limit, const uint8_t *thresh) { in aom_lpf_horizontal_6_c() 277 const uint8_t *limit, const uint8_t *thresh) { in aom_lpf_horizontal_8_c() [all …]
|
| /external/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() 708 const uint8_t *thresh) { in aom_lpf_vertical_14_quad_neon() 716 const uint8_t *limit, const uint8_t *thresh) { in aom_lpf_vertical_8_neon() 767 const uint8_t *limit, const uint8_t *thresh) { in aom_lpf_vertical_8_quad_neon() 775 const uint8_t *limit, const uint8_t *thresh) { in aom_lpf_vertical_6_neon() 826 const uint8_t *limit, const uint8_t *thresh) { in aom_lpf_vertical_6_quad_neon() [all …]
|
| /external/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/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/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/vp8/common/mips/mmi/ |
| D | loopfilter_filters_mmi.c | 18 const unsigned char *limit, const unsigned char *thresh, int count) { in vp8_loop_filter_horizontal_edge_mmi() 206 const unsigned char *thresh, int count) { in vp8_loop_filter_vertical_edge_mmi() 497 const unsigned char *limit, const unsigned char *thresh, int count) { in vp8_mbloop_filter_horizontal_edge_mmi() 712 const unsigned char *limit, const unsigned char *thresh, int count) { in vp8_mbloop_filter_vertical_edge_mmi()
|
| /external/tcpdump/ |
| D | print-dvmrp.c | 238 u_char thresh; in print_neighbors() local 280 u_char metric, thresh, flags; in print_neighbors2() local
|
| /external/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/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/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() 744 const uint8_t *thresh, int bd) { in vpx_highbd_lpf_horizontal_16_neon() 753 const uint8_t *thresh, int bd) { in vpx_highbd_lpf_horizontal_16_dual_neon() 762 const uint8_t *thresh, int bd) { in vpx_highbd_lpf_vertical_16_neon() [all …]
|
| /external/libvpx/vp8/common/arm/neon/ |
| D | vp8_loopfilter_neon.c | 130 unsigned char thresh) { in vp8_loop_filter_horizontal_edge_y_neon() 172 unsigned char thresh, in vp8_loop_filter_horizontal_edge_uv_neon() 320 unsigned char thresh) { in vp8_loop_filter_vertical_edge_y_neon() 430 unsigned char thresh, in vp8_loop_filter_vertical_edge_uv_neon()
|
| D | mbloopfilter_neon.c | 158 unsigned char thresh) { in vp8_mbloop_filter_horizontal_edge_y_neon() 205 unsigned char thresh, in vp8_mbloop_filter_horizontal_edge_uv_neon() 292 unsigned char thresh) { in vp8_mbloop_filter_vertical_edge_y_neon() 454 unsigned char thresh, in vp8_mbloop_filter_vertical_edge_uv_neon()
|
| /external/libvpx/vpx_dsp/loongarch/ |
| D | loopfilter_8_lsx.c | 18 __m128i mask, hev, flat, thresh, b_limit, limit; in vpx_lpf_horizontal_8_lsx() local 91 __m128i flat, mask, hev, thresh, b_limit, limit; in vpx_lpf_horizontal_8_dual_lsx() local 175 __m128i flat, mask, hev, thresh, b_limit, limit; in vpx_lpf_vertical_8_lsx() local 290 __m128i flat, mask, hev, thresh, b_limit, limit; in vpx_lpf_vertical_8_dual_lsx() local
|
| /external/eigen/Eigen/src/SparseLU/ |
| D | SparseLU_pivotL.h | 97 RealScalar thresh = diagpivotthresh * pivmax; in pivotL() local
|