Searched defs:thresh (Results 1 - 25 of 62) sorted by relevance

123

/external/libvpx/libvpx/vpx_dsp/arm/
H A Dloopfilter_neon.c54 const uint8_t *thresh) {
55 vpx_lpf_vertical_16_neon(s, p, blimit, limit, thresh);
56 vpx_lpf_vertical_16_neon(s + 8 * p, p, blimit, limit, thresh);
51 vpx_lpf_vertical_16_dual_neon(uint8_t *s, int p, const uint8_t *blimit, const uint8_t *limit, const uint8_t *thresh) argument
H A Dloopfilter_4_neon.c18 uint8x8_t dthresh, // thresh
118 const uint8_t *thresh,
130 dthresh = vld1_u8(thresh);
173 const uint8_t *thresh,
189 dthresh = vld1_u8(thresh);
113 vpx_lpf_horizontal_4_neon( uint8_t *src, int pitch, const uint8_t *blimit, const uint8_t *limit, const uint8_t *thresh, int count) argument
168 vpx_lpf_vertical_4_neon( uint8_t *src, int pitch, const uint8_t *blimit, const uint8_t *limit, const uint8_t *thresh, int count) argument
H A Dloopfilter_8_neon.c18 uint8x8_t dthresh, // thresh
271 const uint8_t *thresh,
284 dthresh = vld1_u8(thresh);
331 const uint8_t *thresh,
349 dthresh = vld1_u8(thresh);
266 vpx_lpf_horizontal_8_neon( uint8_t *src, int pitch, const uint8_t *blimit, const uint8_t *limit, const uint8_t *thresh, int count) argument
326 vpx_lpf_vertical_8_neon( uint8_t *src, int pitch, const uint8_t *blimit, const uint8_t *limit, const uint8_t *thresh, int count) argument
/external/aac/libAACenc/src/
H A Dgrp_data.cpp181 FIXP_DBL thresh = sfbThreshold->Short[wnd][sfb]; local
184 thresh = nrgAddSaturate(thresh, sfbThreshold->Short[wnd+j][sfb]);
186 sfbThreshold->Long[i++] = thresh;
/external/eigen/Eigen/src/SparseLU/
H A DSparseLU_pivotL.h40 * (1) Compute thresh = u * max_(i>=j) abs(A_ij);
41 * (2) IF user specifies pivot row k and abs(A_kj) >= thresh THEN
43 * ELSE IF abs(A_jj) >= thresh THEN
95 RealScalar thresh = diagpivotthresh * pivmax; local
105 if (rtemp != 0.0 && rtemp >= thresh) pivptr = diag;
H A DSparseLU.h166 void setPivotThreshold(const RealScalar& thresh) argument
168 m_diagpivotthresh = thresh;
/external/libmpeg2/common/x86/
H A Dideint_cac_ssse3.c171 __m128i min, max, diff, thresh; local
185 thresh = _mm_set1_epi16((RSUM_CSUM_THRESH >> 2) - 1);
187 mask = _mm_cmpgt_epi16(diff, thresh);
/external/libvpx/libvpx/vpx_dsp/mips/
H A Dloopfilter_masks_dspr2.h32 uint32_t thresh, uint32_t *hev,
55 * hev |= (abs(p1 - p0) > thresh)
60 "cmpgu.lt.qb %[c], %[thresh], %[r_k] \n\t"
66 * hev |= (abs(q1 - q0) > thresh)
71 "cmpgu.lt.qb %[c], %[thresh], %[r_k] \n\t"
95 [q2] "r" (q2), [q3] "r" (q3), [thresh] "r" (thresh)
134 uint32_t thresh,
165 * hev |= (abs(p1 - p0) > thresh)
166 * flat |= (abs(p1 - p0) > thresh)
27 filter_hev_mask_dspr2(uint32_t limit, uint32_t flimit, uint32_t p1, uint32_t p0, uint32_t p3, uint32_t p2, uint32_t q0, uint32_t q1, uint32_t q2, uint32_t q3, uint32_t thresh, uint32_t *hev, uint32_t *mask) argument
132 filter_hev_mask_flatmask4_dspr2(uint32_t limit, uint32_t flimit, uint32_t thresh, uint32_t p1, uint32_t p0, uint32_t p3, uint32_t p2, uint32_t q0, uint32_t q1, uint32_t q2, uint32_t q3, uint32_t *hev, uint32_t *mask, uint32_t *flat) argument
[all...]
H A Dloopfilter_filters_dspr2.c26 const uint8_t *thresh,
38 uthresh = *thresh;
120 const uint8_t *thresh,
132 uthresh = *thresh;
357 const uint8_t *thresh) {
358 vpx_lpf_vertical_16_dspr2(s, p, blimit, limit, thresh);
359 vpx_lpf_vertical_16_dspr2(s + 8 * p, p, blimit, limit, thresh);
22 vpx_lpf_horizontal_4_dspr2(unsigned char *s, int pitch, const uint8_t *blimit, const uint8_t *limit, const uint8_t *thresh, int count) argument
116 vpx_lpf_vertical_4_dspr2(unsigned char *s, int pitch, const uint8_t *blimit, const uint8_t *limit, const uint8_t *thresh, int count) argument
354 vpx_lpf_vertical_16_dual_dspr2(uint8_t *s, int p, const uint8_t *blimit, const uint8_t *limit, const uint8_t *thresh) argument
H A Dloopfilter_mb_dspr2.c26 const uint8_t *thresh,
41 uthresh = *thresh;
325 const uint8_t *thresh,
340 uthresh = *thresh;
22 vpx_lpf_horizontal_8_dspr2(unsigned char *s, int pitch, const uint8_t *blimit, const uint8_t *limit, const uint8_t *thresh, int count) argument
321 vpx_lpf_vertical_8_dspr2(unsigned char *s, int pitch, const uint8_t *blimit, const uint8_t *limit, const uint8_t *thresh, int count) argument
H A Dloopfilter_4_msa.c19 v16u8 mask, hev, flat, thresh, b_limit, limit; local
27 thresh = (v16u8)__msa_fill_b(*thresh_ptr);
31 LPF_MASK_HEV(p3, p2, p1, p0, q0, q1, q2, q3, limit, b_limit, thresh,
79 v16u8 mask, hev, flat, limit, thresh, b_limit; local
87 thresh = (v16u8)__msa_fill_b(*thresh_ptr);
93 LPF_MASK_HEV(p3, p2, p1, p0, q0, q1, q2, q3, limit, b_limit, thresh,
/external/openssh/
H A Dmisc.h116 u_int64_t rate, thresh, lamt; member in struct:bwlimit
/external/tcpdump/
H A Dprint-dvmrp.c264 register u_char thresh; local
272 thresh = *bp++;
279 ipaddr_string(bp), metric, thresh);
294 register u_char metric, thresh, flags; local
306 thresh = *bp++;
313 metric, thresh);
/external/dexmaker/src/dx/java/com/android/dx/ssa/
H A DSsaRenamer.java151 * @param thresh registers below this number are unchanged
153 public SsaRenamer(SsaMethod ssaMeth, int thresh) { argument
155 threshold = thresh;
/external/libvpx/libvpx/test/
H A Dlpf_8_test.cc39 const uint8_t *limit, const uint8_t *thresh,
47 const uint8_t *limit, const uint8_t *thresh,
61 const uint8_t *limit, const uint8_t *thresh,
63 vpx_highbd_lpf_vertical_16_sse2(s, p, blimit, limit, thresh, bd);
67 const uint8_t *limit, const uint8_t *thresh,
69 vpx_highbd_lpf_vertical_16_c(s, p, blimit, limit, thresh, bd);
73 const uint8_t *limit, const uint8_t *thresh,
75 vpx_highbd_lpf_vertical_16_dual_sse2(s, p, blimit, limit, thresh, bd);
79 const uint8_t *limit, const uint8_t *thresh,
81 vpx_highbd_lpf_vertical_16_dual_c(s, p, blimit, limit, thresh, b
60 wrapper_vertical_16_sse2(uint16_t *s, int p, const uint8_t *blimit, const uint8_t *limit, const uint8_t *thresh, int count, int bd) argument
66 wrapper_vertical_16_c(uint16_t *s, int p, const uint8_t *blimit, const uint8_t *limit, const uint8_t *thresh, int count, int bd) argument
72 wrapper_vertical_16_dual_sse2(uint16_t *s, int p, const uint8_t *blimit, const uint8_t *limit, const uint8_t *thresh, int count, int bd) argument
78 wrapper_vertical_16_dual_c(uint16_t *s, int p, const uint8_t *blimit, const uint8_t *limit, const uint8_t *thresh, int count, int bd) argument
84 wrapper_vertical_16_sse2(uint8_t *s, int p, const uint8_t *blimit, const uint8_t *limit, const uint8_t *thresh, int count) argument
90 wrapper_vertical_16_c(uint8_t *s, int p, const uint8_t *blimit, const uint8_t *limit, const uint8_t *thresh, int count) argument
96 wrapper_vertical_16_dual_sse2(uint8_t *s, int p, const uint8_t *blimit, const uint8_t *limit, const uint8_t *thresh, int count) argument
102 wrapper_vertical_16_dual_c(uint8_t *s, int p, const uint8_t *blimit, const uint8_t *limit, const uint8_t *thresh, int count) argument
114 wrapper_vertical_16_neon(uint8_t *s, int p, const uint8_t *blimit, const uint8_t *limit, const uint8_t *thresh, int count) argument
120 wrapper_vertical_16_c(uint8_t *s, int p, const uint8_t *blimit, const uint8_t *limit, const uint8_t *thresh, int count) argument
126 wrapper_vertical_16_dual_neon(uint8_t *s, int p, const uint8_t *blimit, const uint8_t *limit, const uint8_t *thresh, int count) argument
132 wrapper_vertical_16_dual_c(uint8_t *s, int p, const uint8_t *blimit, const uint8_t *limit, const uint8_t *thresh, int count) argument
141 wrapper_vertical_16_msa(uint8_t *s, int p, const uint8_t *blimit, const uint8_t *limit, const uint8_t *thresh, int count) argument
147 wrapper_vertical_16_c(uint8_t *s, int p, const uint8_t *blimit, const uint8_t *limit, const uint8_t *thresh, int count) argument
[all...]
H A Dfdct8x8_test.cc468 void CompareInvReference(IdctFunc ref_txfm, int thresh) { argument
485 coeff[scan[j]] = rnd(thresh) * (1-2*(i%2));
/external/libvpx/libvpx/vp8/common/
H A Dloopfilter_filters.c43 static signed char vp8_hevmask(uc thresh, uc p1, uc p0, uc q0, uc q1) argument
46 hev |= (abs(p1 - p0) > thresh) * -1;
47 hev |= (abs(q1 - q0) > thresh) * -1;
104 const unsigned char *thresh,
121 hev = vp8_hevmask(thresh[0], s[-2*p], s[-1*p], s[0*p], s[1*p]);
136 const unsigned char *thresh,
152 hev = vp8_hevmask(thresh[0], s[-2], s[-1], s[0], s[1]);
222 const unsigned char *thresh,
240 hev = vp8_hevmask(thresh[0], s[-2*p], s[-1*p], s[0*p], s[1*p]);
257 const unsigned char *thresh,
98 vp8_loop_filter_horizontal_edge_c( unsigned char *s, int p, const unsigned char *blimit, const unsigned char *limit, const unsigned char *thresh, int count ) argument
130 vp8_loop_filter_vertical_edge_c( unsigned char *s, int p, const unsigned char *blimit, const unsigned char *limit, const unsigned char *thresh, int count ) argument
216 vp8_mbloop_filter_horizontal_edge_c( unsigned char *s, int p, const unsigned char *blimit, const unsigned char *limit, const unsigned char *thresh, int count ) argument
251 vp8_mbloop_filter_vertical_edge_c( unsigned char *s, int p, const unsigned char *blimit, const unsigned char *limit, const unsigned char *thresh, int count ) argument
[all...]
/external/opencv/cv/src/
H A Dcvthresh.cpp46 CvSize roi, uchar thresh, uchar maxval, int type )
54 for( i = 0; i <= thresh; i++ )
60 for( i = 0; i <= thresh; i++ )
66 for( i = 0; i <= thresh; i++ )
69 tab[i] = thresh;
72 for( i = 0; i <= thresh; i++ )
78 for( i = 0; i <= thresh; i++ )
114 CvSize roi, float thresh, float maxval, int type )
122 v.f = thresh; iThresh = CV_TOGGLE_FLT(v.i);
159 if( temp > thresh )
45 icvThresh_8u_C1R( const uchar* src, int src_step, uchar* dst, int dst_step, CvSize roi, uchar thresh, uchar maxval, int type ) argument
113 icvThresh_32f_C1R( const float *src, int src_step, float *dst, int dst_step, CvSize roi, float thresh, float maxval, int type ) argument
297 cvThreshold( const void* srcarr, void* dstarr, double thresh, double maxval, int type ) argument
[all...]
/external/libopus/celt/
H A Dpitch.c458 opus_val16 thresh; local
494 thresh = MAX16(QCONST16(.3f,15), MULT16_16_Q15(QCONST16(.7f,15),g0)-cont);
498 thresh = MAX16(QCONST16(.4f,15), MULT16_16_Q15(QCONST16(.85f,15),g0)-cont);
500 thresh = MAX16(QCONST16(.5f,15), MULT16_16_Q15(QCONST16(.9f,15),g0)-cont);
501 if (g1 > thresh)
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_rd.h165 static INLINE int rd_less_than_thresh(int64_t best_rd, int thresh, argument
167 return best_rd < ((int64_t)thresh * thresh_fact >> 5) || thresh == INT_MAX;
/external/speex/libspeex/
H A Dsb_celp.c467 float thresh; local
470 thresh = mode->vbr_thresh[modeid][v1];
472 thresh = (st->vbr_quality-v1) * mode->vbr_thresh[modeid][v1+1] +
474 if (st->relative_quality >= thresh && st->sampling_rate*st->submodes[modeid]->bits_per_frame/st->full_frame_size <= st->vbr_max_high)
/external/webp/src/dsp/
H A Ddec_mips32.c66 static WEBP_INLINE int hev(const uint8_t* p, int step, int thresh) { argument
68 return (abs_mips32(p1 - p0) > thresh) || (abs_mips32(q1 - q0) > thresh);
71 static WEBP_INLINE int needs_filter(const uint8_t* p, int step, int thresh) { argument
73 return ((2 * abs_mips32(p0 - q0) + (abs_mips32(p1 - q1) >> 1)) <= thresh);
91 int thresh, int ithresh, int hev_thresh) {
93 if (needs_filter2(p, hstride, thresh, ithresh)) {
106 int thresh, int ithresh, int hev_thresh) {
108 if (needs_filter2(p, hstride, thresh, ithresh)) {
121 int thresh, in
89 FilterLoop26(uint8_t* p, int hstride, int vstride, int size, int thresh, int ithresh, int hev_thresh) argument
104 FilterLoop24(uint8_t* p, int hstride, int vstride, int size, int thresh, int ithresh, int hev_thresh) argument
120 VFilter16(uint8_t* p, int stride, int thresh, int ithresh, int hev_thresh) argument
125 HFilter16(uint8_t* p, int stride, int thresh, int ithresh, int hev_thresh) argument
131 VFilter8(uint8_t* u, uint8_t* v, int stride, int thresh, int ithresh, int hev_thresh) argument
137 HFilter8(uint8_t* u, uint8_t* v, int stride, int thresh, int ithresh, int hev_thresh) argument
143 VFilter8i(uint8_t* u, uint8_t* v, int stride, int thresh, int ithresh, int hev_thresh) argument
149 HFilter8i(uint8_t* u, uint8_t* v, int stride, int thresh, int ithresh, int hev_thresh) argument
156 VFilter16i(uint8_t* p, int stride, int thresh, int ithresh, int hev_thresh) argument
165 HFilter16i(uint8_t* p, int stride, int thresh, int ithresh, int hev_thresh) argument
177 SimpleVFilter16(uint8_t* p, int stride, int thresh) argument
186 SimpleHFilter16(uint8_t* p, int stride, int thresh) argument
195 SimpleVFilter16i(uint8_t* p, int stride, int thresh) argument
203 SimpleHFilter16i(uint8_t* p, int stride, int thresh) argument
[all...]
/external/iptables/extensions/
H A Dlibxt_hashlimit.c458 uint32_t thresh; member in struct:__anon6315
473 if (r >= units[i].thresh &&
474 bytes_to_cost(r & ~(units[i].thresh - 1)) == avg)
476 printf(" %llu%sb/s", r/units[i].thresh, units[i].name);
484 if (r >= units[i].thresh)
487 printf("burst %llu%sb", r / units[i].thresh, units[i].name);
/external/kernel-headers/original/uapi/drm/
H A Dtegra_drm.h54 __u32 thresh; member in struct:drm_tegra_syncpt_wait
112 __u32 thresh; member in struct:drm_tegra_waitchk
/external/libdrm/include/drm/
H A Dtegra_drm.h49 __u32 thresh; member in struct:drm_tegra_syncpt_wait
107 __u32 thresh; member in struct:drm_tegra_waitchk

Completed in 827 milliseconds

123