Home
last modified time | relevance | path

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

/external/webp/src/enc/
Dfilter.c75 static inline int hev(const uint8_t* p, int step, int thresh) { in hev()
80 static inline int needs_filter(const uint8_t* p, int step, int thresh) { in needs_filter()
98 static void SimpleVFilter16(uint8_t* p, int stride, int thresh) { in SimpleVFilter16()
107 static void SimpleHFilter16(uint8_t* p, int stride, int thresh) { in SimpleHFilter16()
116 static void SimpleVFilter16i(uint8_t* p, int stride, int thresh) { in SimpleVFilter16i()
124 static void SimpleHFilter16i(uint8_t* p, int stride, int thresh) { in SimpleHFilter16i()
136 int thresh, int ithresh, int hev_thresh) { in FilterLoop24()
151 int thresh, int ithresh, int hev_thresh) { in VFilter16i()
160 int thresh, int ithresh, int hev_thresh) { in HFilter16i()
169 int thresh, int ithresh, int hev_thresh) { in VFilter8i()
[all …]
Dquant.c437 const int thresh = mtx->q_[1] * mtx->q_[1] / 4; in TrellisQuantizeBlock() local
/external/libvpx/vp8/common/
Dloopfilter_filters.c43 static __inline signed char vp8_hevmask(signed char thresh, uc p1, uc p0, uc q0, uc q1) in vp8_hevmask()
103 const signed char *thresh, in vp8_loop_filter_horizontal_edge_c()
135 const signed char *thresh, in vp8_loop_filter_vertical_edge_c()
221 const signed char *thresh, in vp8_mbloop_filter_horizontal_edge_c()
256 const signed char *thresh, in vp8_mbloop_filter_vertical_edge_c()
322 const signed char *thresh, in vp8_loop_filter_simple_horizontal_edge_c()
346 const signed char *thresh, in vp8_loop_filter_simple_vertical_edge_c()
/external/webp/src/dec/
Ddsp.c530 static inline int hev(const uint8_t* p, int step, int thresh) { in hev()
535 static inline int needs_filter(const uint8_t* p, int step, int thresh) { in needs_filter()
553 static void SimpleVFilter16(uint8_t* p, int stride, int thresh) { in SimpleVFilter16()
562 static void SimpleHFilter16(uint8_t* p, int stride, int thresh) { in SimpleHFilter16()
571 static void SimpleVFilter16i(uint8_t* p, int stride, int thresh) { in SimpleVFilter16i()
579 static void SimpleHFilter16i(uint8_t* p, int stride, int thresh) { in SimpleHFilter16i()
591 int thresh, int ithresh, int hev_thresh) { in FilterLoop26()
605 int thresh, int ithresh, int hev_thresh) { in FilterLoop24()
620 int thresh, int ithresh, int hev_thresh) { in VFilter16()
625 int thresh, int ithresh, int hev_thresh) { in HFilter16()
[all …]
Ddsp_sse2.c325 const __m128i* q1, int thresh, __m128i *mask) { in NeedsFilter()
345 const __m128i* q1, int thresh) { in DoFilter2()
592 static void SimpleVFilter16SSE2(uint8_t* p, int stride, int thresh) { in SimpleVFilter16SSE2()
606 static void SimpleHFilter16SSE2(uint8_t* p, int stride, int thresh) { in SimpleHFilter16SSE2()
616 static void SimpleVFilter16iSSE2(uint8_t* p, int stride, int thresh) { in SimpleVFilter16iSSE2()
624 static void SimpleHFilter16iSSE2(uint8_t* p, int stride, int thresh) { in SimpleHFilter16iSSE2()
672 #define COMPLEX_FL_MASK(p1, p0, q0, q1, thresh, ithresh, mask) { \ argument
683 int thresh, int ithresh, int hev_thresh) { in VFilter16SSE2()
709 int thresh, int ithresh, int hev_thresh) { in HFilter16SSE2()
729 int thresh, int ithresh, int hev_thresh) { in VFilter16iSSE2()
[all …]
/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()
Dcvhistogram.cpp188 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
Dcvstereobm.cpp352 int thresh = minsad + (minsad * uniquenessRatio/100); in icvFindStereoCorrespondenceBM_SSE2() local
523 int thresh = minsad + (minsad * uniquenessRatio/100); in icvFindStereoCorrespondenceBM() local
/external/tcpdump/
Dprint-dvmrp.c264 register u_char thresh; in print_neighbors() local
294 register u_char metric, thresh, flags; in print_neighbors2() local
/external/aac/libAACenc/src/
Dgrp_data.cpp177 FIXP_DBL thresh = sfbThreshold->Short[wnd][sfb]; in FDKaacEnc_groupShortData() local
/external/openssh/
Dmisc.h84 u_int64_t rate, thresh, lamt; member
/external/srec/srec/clib/
Djacobi.c56 double g, thresh, sum, c, s, t, tau, h; in Jacobi() local
/external/bluetooth/glib/glib/
Dgqsort.c243 char *thresh = min(end_ptr, base_ptr + max_thresh); in g_qsort_with_data() local
/external/kernel-headers/original/linux/
Dnetfilter.h166 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()
/external/dexmaker/src/dx/java/com/android/dx/ssa/
DSsaRenamer.java153 public SsaRenamer(SsaMethod ssaMeth, int thresh) { in SsaRenamer()
/external/opencv/cvaux/src/
Dcvvecfacetracking.cpp234 void CvFaceElement::FindRects(IplImage* img, IplImage* thresh, int nLayers, int dMinSize) in FindRects()
265 void CvFaceElement::FindContours(IplImage* img, IplImage* thresh, int nLayers, int dMinSize) in FindContours()
/external/speex/libspeex/
Dnb_celp.c462 float thresh; in nb_encode() local
Dsb_celp.c467 float thresh; in sb_encode() local
/external/dropbear/
Dscp.c770 static int lamt, thresh = 16384; in bwlimit() local
/external/grub/stage2/
Djfs.h154 u8 thresh; /* Alert Threshold (in percent) */ member
/external/icu4c/tools/tzcode/
Dtz2icu.cpp1197 bool isAfter(const Transition t, int64_t thresh) { in isAfter()
/external/libvpx/vp8/encoder/
Donyx_if.c1042 int thresh; in vp8_set_speed_features() local
/external/opencv/cxcore/include/
Dcxtypes.h813 float thresh[CV_MAX_DIM][2]; /* For uniform histograms. */ member