/external/webp/src/dsp/ |
D | dec_neon.c | 36 #define NEEDS_FILTER(p1, p0, q0, q1, thresh, mask) \ argument 64 #define DO_FILTER2(p1, p0, q0, q1, thresh) \ argument 97 static void SimpleVFilter16NEON(uint8_t* p, int stride, int thresh) { in SimpleVFilter16NEON() 118 static void SimpleHFilter16NEON(uint8_t* p, int stride, int thresh) { in SimpleHFilter16NEON() 144 static void SimpleVFilter16iNEON(uint8_t* p, int stride, int thresh) { in SimpleVFilter16iNEON() 152 static void SimpleHFilter16iNEON(uint8_t* p, int stride, int thresh) { in SimpleHFilter16iNEON()
|
D | dec.c | 533 static WEBP_INLINE int hev(const uint8_t* p, int step, int thresh) { in hev() 538 static WEBP_INLINE int needs_filter(const uint8_t* p, int step, int thresh) { in needs_filter() 557 static void SimpleVFilter16(uint8_t* p, int stride, int thresh) { in SimpleVFilter16() 566 static void SimpleHFilter16(uint8_t* p, int stride, int thresh) { in SimpleHFilter16() 575 static void SimpleVFilter16i(uint8_t* p, int stride, int thresh) { in SimpleVFilter16i() 583 static void SimpleHFilter16i(uint8_t* p, int stride, int thresh) { in SimpleHFilter16i() 596 int thresh, int ithresh, int hev_thresh) { in FilterLoop26() 611 int thresh, int ithresh, int hev_thresh) { in FilterLoop24() 626 int thresh, int ithresh, int hev_thresh) { in VFilter16() 631 int thresh, int ithresh, int hev_thresh) { in HFilter16() [all …]
|
D | dec_sse2.c | 329 const __m128i* q1, int thresh, __m128i *mask) { in NeedsFilter() 349 const __m128i* q1, int thresh) { in DoFilter2() 599 static void SimpleVFilter16SSE2(uint8_t* p, int stride, int thresh) { in SimpleVFilter16SSE2() 613 static void SimpleHFilter16SSE2(uint8_t* p, int stride, int thresh) { in SimpleHFilter16SSE2() 623 static void SimpleVFilter16iSSE2(uint8_t* p, int stride, int thresh) { in SimpleVFilter16iSSE2() 631 static void SimpleHFilter16iSSE2(uint8_t* p, int stride, int thresh) { in SimpleHFilter16iSSE2() 679 #define COMPLEX_FL_MASK(p1, p0, q0, q1, thresh, ithresh, mask) { \ argument 690 int thresh, int ithresh, int hev_thresh) { in VFilter16SSE2() 716 int thresh, int ithresh, int hev_thresh) { in HFilter16SSE2() 736 int thresh, int ithresh, int hev_thresh) { in VFilter16iSSE2() [all …]
|
/external/chromium_org/third_party/libwebp/dsp/ |
D | dec_neon.c | 36 #define NEEDS_FILTER(p1, p0, q0, q1, thresh, mask) \ argument 64 #define DO_FILTER2(p1, p0, q0, q1, thresh) \ argument 97 static void SimpleVFilter16NEON(uint8_t* p, int stride, int thresh) { in SimpleVFilter16NEON() 118 static void SimpleHFilter16NEON(uint8_t* p, int stride, int thresh) { in SimpleHFilter16NEON() 144 static void SimpleVFilter16iNEON(uint8_t* p, int stride, int thresh) { in SimpleVFilter16iNEON() 152 static void SimpleHFilter16iNEON(uint8_t* p, int stride, int thresh) { in SimpleHFilter16iNEON()
|
D | dec.c | 533 static WEBP_INLINE int hev(const uint8_t* p, int step, int thresh) { in hev() 538 static WEBP_INLINE int needs_filter(const uint8_t* p, int step, int thresh) { in needs_filter() 557 static void SimpleVFilter16(uint8_t* p, int stride, int thresh) { in SimpleVFilter16() 566 static void SimpleHFilter16(uint8_t* p, int stride, int thresh) { in SimpleHFilter16() 575 static void SimpleVFilter16i(uint8_t* p, int stride, int thresh) { in SimpleVFilter16i() 583 static void SimpleHFilter16i(uint8_t* p, int stride, int thresh) { in SimpleHFilter16i() 596 int thresh, int ithresh, int hev_thresh) { in FilterLoop26() 611 int thresh, int ithresh, int hev_thresh) { in FilterLoop24() 626 int thresh, int ithresh, int hev_thresh) { in VFilter16() 631 int thresh, int ithresh, int hev_thresh) { in HFilter16() [all …]
|
D | dec_sse2.c | 329 const __m128i* q1, int thresh, __m128i *mask) { in NeedsFilter() 349 const __m128i* q1, int thresh) { in DoFilter2() 599 static void SimpleVFilter16SSE2(uint8_t* p, int stride, int thresh) { in SimpleVFilter16SSE2() 613 static void SimpleHFilter16SSE2(uint8_t* p, int stride, int thresh) { in SimpleHFilter16SSE2() 623 static void SimpleVFilter16iSSE2(uint8_t* p, int stride, int thresh) { in SimpleVFilter16iSSE2() 631 static void SimpleHFilter16iSSE2(uint8_t* p, int stride, int thresh) { in SimpleHFilter16iSSE2() 679 #define COMPLEX_FL_MASK(p1, p0, q0, q1, thresh, ithresh, mask) { \ argument 690 int thresh, int ithresh, int hev_thresh) { in VFilter16SSE2() 716 int thresh, int ithresh, int hev_thresh) { in HFilter16SSE2() 736 int thresh, int ithresh, int hev_thresh) { in VFilter16iSSE2() [all …]
|
/external/webp/src/enc/ |
D | filter.c | 76 static WEBP_INLINE int hev(const uint8_t* p, int step, int thresh) { in hev() 81 static WEBP_INLINE int needs_filter(const uint8_t* p, int step, int thresh) { in needs_filter() 100 static void SimpleVFilter16(uint8_t* p, int stride, int thresh) { in SimpleVFilter16() 109 static void SimpleHFilter16(uint8_t* p, int stride, int thresh) { in SimpleHFilter16() 118 static void SimpleVFilter16i(uint8_t* p, int stride, int thresh) { in SimpleVFilter16i() 126 static void SimpleHFilter16i(uint8_t* p, int stride, int thresh) { in SimpleHFilter16i() 139 int thresh, int ithresh, int hev_thresh) { in FilterLoop24() 154 int thresh, int ithresh, int hev_thresh) { in VFilter16i() 163 int thresh, int ithresh, int hev_thresh) { in HFilter16i() 172 int thresh, int ithresh, int hev_thresh) { in VFilter8i() [all …]
|
/external/chromium_org/third_party/libwebp/enc/ |
D | filter.c | 76 static WEBP_INLINE int hev(const uint8_t* p, int step, int thresh) { in hev() 81 static WEBP_INLINE int needs_filter(const uint8_t* p, int step, int thresh) { in needs_filter() 100 static void SimpleVFilter16(uint8_t* p, int stride, int thresh) { in SimpleVFilter16() 109 static void SimpleHFilter16(uint8_t* p, int stride, int thresh) { in SimpleHFilter16() 118 static void SimpleVFilter16i(uint8_t* p, int stride, int thresh) { in SimpleVFilter16i() 126 static void SimpleHFilter16i(uint8_t* p, int stride, int thresh) { in SimpleHFilter16i() 139 int thresh, int ithresh, int hev_thresh) { in FilterLoop24() 154 int thresh, int ithresh, int hev_thresh) { in VFilter16i() 163 int thresh, int ithresh, int hev_thresh) { in HFilter16i() 172 int thresh, int ithresh, int hev_thresh) { in VFilter8i() [all …]
|
/external/libvpx/libvpx/vp9/common/ |
D | vp9_loopfilter_filters.c | 37 static INLINE int8_t flat_mask4(uint8_t thresh, in flat_mask4() 52 static INLINE int8_t flat_mask5(uint8_t thresh, in flat_mask5() 65 static INLINE int8_t hev_mask(uint8_t thresh, uint8_t p1, uint8_t p0, in hev_mask() 107 const uint8_t *thresh, in vp9_loop_filter_horizontal_edge_c() 127 const uint8_t *thresh, in vp9_loop_filter_vertical_edge_c() 168 const uint8_t *thresh, in vp9_mbloop_filter_horizontal_edge_c() 191 const uint8_t *thresh, in vp9_mbloop_filter_vertical_edge_c() 262 const uint8_t *thresh, in vp9_mb_lpf_horizontal_edge_w_c() 291 const uint8_t *thresh) { in vp9_mb_lpf_vertical_edge_w_c()
|
/external/libvpx/libvpx/vp8/common/mips/dspr2/ |
D | loopfilter_filters_dspr2.c | 55 uint32_t thresh, in vp8_filter_mask_vec_mips() 349 unsigned int thresh, in vp8_loop_filter_horizontal_edge_mips() 559 unsigned int thresh, in vp8_loop_filter_uvhorizontal_edge_mips() 676 const unsigned int thresh, in vp8_loop_filter_vertical_edge_mips() 1027 unsigned int thresh, in vp8_loop_filter_uvvertical_edge_mips() 1637 unsigned int thresh, in vp8_mbloop_filter_horizontal_edge_mips() 1783 unsigned int thresh, in vp8_mbloop_filter_uvhorizontal_edge_mips() 1908 unsigned int thresh, in vp8_mbloop_filter_vertical_edge_mips() 2120 unsigned int thresh, in vp8_mbloop_filter_uvvertical_edge_mips() 2492 unsigned char thresh, flimit, limit, flimit_temp; in vp8_loop_filter_mbh_dspr2() local [all …]
|
/external/libvpx/libvpx/vp8/common/ |
D | loopfilter_filters.c | 43 static signed char vp8_hevmask(uc thresh, uc p1, uc p0, uc q0, uc q1) in vp8_hevmask() 104 const unsigned char *thresh, in vp8_loop_filter_horizontal_edge_c() 136 const unsigned char *thresh, in vp8_loop_filter_vertical_edge_c() 222 const unsigned char *thresh, in vp8_mbloop_filter_horizontal_edge_c() 257 const unsigned char *thresh, in vp8_mbloop_filter_vertical_edge_c()
|
/external/opencv/cv/src/ |
D | cvthresh.cpp | 46 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()
|
D | cvhistogram.cpp | 188 cvThreshHist( CvHistogram* hist, double thresh ) in cvThreshHist() 662 float** thresh = 0; in cvCopyHist() local 1308 float* thresh = hist->thresh2[i]; in icvCalcHist_32f_C1R() local 1369 float* thresh = hist->thresh2[i]; in icvCalcHist_32f_C1R() local 1960 float* thresh = hist->thresh2[i]; in icvCalcBackProject_32f_C1R() local 2017 float* thresh = hist->thresh2[i]; in icvCalcBackProject_32f_C1R() local
|
/external/tcpdump/ |
D | print-dvmrp.c | 264 register u_char thresh; in print_neighbors() local 294 register u_char metric, thresh, flags; in print_neighbors2() local
|
/external/libvpx/libvpx/vp9/common/mips/dspr2/ |
D | vp9_loopfilter_filters_dspr2.c | 27 const uint8_t *thresh, in vp9_loop_filter_horizontal_edge_dspr2() 121 const uint8_t *thresh, in vp9_loop_filter_vertical_edge_dspr2()
|
D | vp9_loopfilter_masks_dspr2.h | 28 uint32_t thresh, uint32_t *hev, in vp9_filter_hev_mask_dspr2() 130 uint32_t thresh, in vp9_filter_hev_mask_flatmask4_dspr2()
|
D | vp9_mbloop_loopfilter_dspr2.c | 27 const uint8_t *thresh, in vp9_mbloop_filter_horizontal_edge_dspr2() 326 const uint8_t *thresh, in vp9_mbloop_filter_vertical_edge_dspr2()
|
/external/skia/gm/ |
D | bitmapalphathreshold.cpp | 112 SkShader* thresh; in onDraw() local
|
/external/skia/src/effects/ |
D | SkBitmapAlphaThresholdShader.cpp | 88 SkScalar thresh = SkIntToScalar(threshold) / 255; in Create() local 210 U8CPU thresh = rand->nextU() % 0xff; in TestCreate() local
|
/external/chromium_org/third_party/skia/src/effects/ |
D | SkBitmapAlphaThresholdShader.cpp | 88 SkScalar thresh = SkIntToScalar(threshold) / 255; in Create() local 210 U8CPU thresh = rand->nextU() % 0xff; in TestCreate() local
|
/external/openssh/ |
D | misc.h | 84 u_int64_t rate, thresh, lamt; member
|
/external/aac/libAACenc/src/ |
D | grp_data.cpp | 181 FIXP_DBL thresh = sfbThreshold->Short[wnd][sfb]; in FDKaacEnc_groupShortData() local
|
/external/libvpx/libvpx/vp9/common/x86/ |
D | vp9_loopfilter_intrin_sse2.c | 28 const __m128i thresh = in mb_lpf_horizontal_edge_w_sse2_8() local 398 const __m128i thresh = in mb_lpf_horizontal_edge_w_sse2_16() local 875 const __m128i thresh = in vp9_mbloop_filter_horizontal_edge_sse2() local 1229 const unsigned char *thresh, in vp9_mbloop_filter_vertical_edge_sse2() 1257 const unsigned char *thresh) { in vp9_mb_lpf_vertical_edge_w_sse2()
|
/external/srec/srec/clib/ |
D | jacobi.c | 56 double g, thresh, sum, c, s, t, tau, h; in Jacobi() local
|
/external/kernel-headers/original/linux/ |
D | netfilter.h | 166 int (*okfn)(struct sk_buff *), int thresh) in nf_hook_thresh() 202 int (*okfn)(struct sk_buff *), int thresh) in NF_HOOK_THRESH() 340 int (*okfn)(struct sk_buff *), int thresh) in nf_hook_thresh()
|