Searched refs:thresh (Results 1 - 25 of 27) sorted by relevance

12

/external/libvpx/vp8/common/
H A Dloopfilter_filters.c43 static __inline signed char vp8_hevmask(signed char thresh, uc p1, uc p0, uc q0, uc q1) argument
46 hev |= (abs(p1 - p0) > thresh) * -1;
47 hev |= (abs(q1 - q0) > thresh) * -1;
103 const signed char *thresh,
120 hev = vp8_hevmask(thresh[i], s[-2*p], s[-1*p], s[0*p], s[1*p]);
135 const signed char *thresh,
151 hev = vp8_hevmask(thresh[i], s[-2], s[-1], s[0], s[1]);
221 const signed char *thresh,
239 hev = vp8_hevmask(thresh[i], s[-2*p], s[-1*p], s[0*p], s[1*p]);
256 const signed char *thresh,
97 vp8_loop_filter_horizontal_edge_c( unsigned char *s, int p, const signed char *flimit, const signed char *limit, const signed char *thresh, int count ) argument
129 vp8_loop_filter_vertical_edge_c( unsigned char *s, int p, const signed char *flimit, const signed char *limit, const signed char *thresh, int count ) argument
215 vp8_mbloop_filter_horizontal_edge_c( unsigned char *s, int p, const signed char *flimit, const signed char *limit, const signed char *thresh, int count ) argument
250 vp8_mbloop_filter_vertical_edge_c( unsigned char *s, int p, const signed char *flimit, const signed char *limit, const signed char *thresh, int count ) argument
316 vp8_loop_filter_simple_horizontal_edge_c( unsigned char *s, int p, const signed char *flimit, const signed char *limit, const signed char *thresh, int count ) argument
340 vp8_loop_filter_simple_vertical_edge_c( unsigned char *s, int p, const signed char *flimit, const signed char *limit, const signed char *thresh, int count ) argument
[all...]
H A Dloopfilter.h46 const signed char *limit, const signed char *thresh, int count)
126 const signed char *thresh,
/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/libvpx/vp8/common/arm/neon/
H A Dloopfilter_neon.asm22 ; flimit, limit, and thresh should be positive numbers.
28 ; const signed char *thresh,
34 ; sp const signed char *thresh,
41 ldr r12, [sp, #4] ; load thresh pointer
51 vld1.s8 {d4[], d5[]}, [r12] ; thresh
67 ; const signed char *thresh,
73 ; sp const signed char *thresh,
91 ldr r3, [sp, #4] ; load thresh pointer
103 vld1.s8 {d4[], d5[]}, [r3] ; thresh
125 ; const signed char *thresh,
[all...]
H A Dmbloopfilter_neon.asm22 ; flimit, limit, and thresh should be positive numbers.
28 ; const signed char *thresh,
34 ; sp const signed char *thresh,
39 ldr r12, [sp, #4] ; load thresh pointer
44 vld1.s8 {d4[], d5[]}, [r12] ; thresh
73 ; const signed char *thresh,
79 ; sp const signed char *thresh,
86 ldr r12, [sp, #4] ; load thresh pointer
106 vld1.s8 {d4[], d5[]}, [r12] ; thresh
135 ; const signed char *thresh,
[all...]
H A Dloopfiltersimplehorizontaledge_neon.asm18 ;Note: flimit, limit, and thresh shpuld be positive numbers. All 16 elements in flimit
20 ;for flimit. Same way applies to limit and thresh.
25 ; stack(r4) const signed char *thresh,
H A Dloopfiltersimpleverticaledge_neon.asm18 ;Note: flimit, limit, and thresh should be positive numbers. All 16 elements in flimit
20 ;for flimit. Same way applies to limit and thresh.
25 ; stack(r4) const signed char *thresh,
/external/kernel-headers/original/linux/
H A Dnetfilter.h179 int (*okfn)(struct sk_buff *), int thresh);
192 int (*okfn)(struct sk_buff *), int thresh,
201 return nf_hook_slow(pf, hook, pskb, indev, outdev, okfn, thresh);
233 #define NF_HOOK_THRESH(pf, hook, skb, indev, outdev, okfn, thresh) \
235 if ((__ret=nf_hook_thresh(pf, hook, &(skb), indev, outdev, okfn, thresh, 1)) == 1)\
348 int (*okfn)(struct sk_buff *), int thresh,
188 nf_hook_thresh(int pf, unsigned int hook, struct sk_buff **pskb, struct net_device *indev, struct net_device *outdev, int (*okfn)(struct sk_buff *), int thresh, int cond) argument
344 nf_hook_thresh(int pf, unsigned int hook, struct sk_buff **pskb, struct net_device *indev, struct net_device *outdev, int (*okfn)(struct sk_buff *), int thresh, int cond) argument
/external/srec/srec/clib/
H A Djacobi.c56 double g, thresh, sum, c, s, t, tau, h; local
104 thresh = 20.0 * sum / (dim * dim); /* .. first 3 iterations only */
106 thresh = 0.0; /* .. thereafter */
120 else if (g > thresh)
/external/bluetooth/glib/glib/
H A Dgqsort.c243 char *thresh = min(end_ptr, base_ptr + max_thresh); local
250 for (run_ptr = tmp_ptr + size; run_ptr <= thresh; run_ptr += size)
/external/libvpx/vp8/common/ppc/
H A Dloopfilter_altivec.c21 const signed char *thresh
31 const signed char *thresh
H A Dloopfilter_filters_altivec.asm379 vcmpgtub v10, v14, v10 ;# HEV = true if thresh exceeded
402 lvx \TH, 0, \RTH ;# thresh
617 ;# r7 const signed char *thresh
675 ;# r7 const signed char *thresh
768 ;# r7 const signed char *thresh
902 ;# r8 const signed char *thresh
930 ;# r8 const signed char *thresh
1014 ;# r8 const signed char *thresh
1041 ;# r8 const signed char *thresh
/external/dropbear/
H A Dscp.c770 static int lamt, thresh = 16384; local
780 if (lamt < thresh)
799 thresh /= 2;
800 if (thresh < 2048)
801 thresh = 2048;
803 thresh *= 2;
804 if (thresh > 32768)
805 thresh = 32768;
/external/libvpx/vp8/common/x86/
H A Dloopfilter_mmx.asm21 ; const char *thresh,
136 mov rdx, arg(4) ;thresh ; get thresh
142 paddb mm4, mm3 ; abs(q1 - q0) > thresh || abs(p1 - p0) > thresh
235 ; const char *thresh,
432 mov rdx, arg(4) ;thresh ; get thresh
441 por mm4, mm3 ; abs(q1 - q0) > thresh || abs(p1 - p0) > thresh
[all...]
H A Dloopfilter_sse2.asm131 mov rdx, arg(4) ; hev get thresh
160 paddb xmm4, xmm3 ; hev abs(q1 - q0) > thresh || abs(p1 - p0) > thresh
283 ; const char *thresh,
333 ; const char *thresh,
579 ; const char *thresh,
629 ; const char *thresh,
926 mov rdx, arg(4) ; get thresh
940 psubusb xmm6, xmm7 ; abs(q1 - q0) > thresh
943 psubusb xmm3, xmm7 ; abs(p1 - p0)> thresh
[all...]
H A Dpostproc_mmx.asm134 pand mm1, mm7 ; mm1 select vals > thresh from source
135 pandn mm7, mm3 ; mm7 select vals < thresh from blurred result
230 pand mm1, mm7 ; mm1 select vals > thresh from source
231 pandn mm7, mm3 ; mm7 select vals < thresh from blurred result
H A Dpostproc_mmx.c212 mm1 select vals > thresh from source
214 mm7 select vals < thresh from blurred result
363 mm1 select vals > thresh from source
365 mm7 select vals < thresh from blurred result
540 mm1 select vals > thresh from source
542 mm7 select vals < thresh from blurred result
672 mm1 select vals > thresh from source
674 mm7 select vals < thresh from blurred result
H A Dpostproc_sse2.asm122 pand xmm1, xmm7 ; mm1 select vals > thresh from source
123 pandn xmm7, xmm3 ; mm7 select vals < thresh from blurred result
212 pand xmm1, xmm7 ; mm1 select vals > thresh from source
213 pandn xmm7, xmm3 ; mm7 select vals < thresh from blurred result
/external/libvpx/vp8/common/arm/armv6/
H A Dloopfilter_v6.asm58 ;stack const char *thresh,
62 ;for flimit. Same way applies to limit and thresh.
71 ldr r6, [sp, #36] ; load thresh address
80 ldr r3, [r6], #4 ; thresh
105 uqsub8 r8, r6, r3 ; compare to thresh -- save r8 for later
132 uqsub8 r6, r6, r3 ; compare to thresh -- save r6 for later
280 ldr r6, [sp, #36] ; load thresh address
289 ldr r3, [r6], #4 ; thresh
316 uqsub8 r8, r6, r3 ; compare to thresh -- save r8 for later
344 uqsub8 r6, r6, r3 ; compare to thresh
[all...]
H A Dsimpleloopfilter_v6.asm55 ;stack const char *thresh,
59 ; for flimit. Same applies to limit. thresh is not used in simple looopfilter
/external/grub/stage2/
H A Djfs.h154 u8 thresh; /* Alert Threshold (in percent) */ member in struct:dasd
/external/libvpx/vp8/encoder/
H A Donyx_if.c1128 int thresh; local
1147 // i starts from 2 to make sure thresh started from 2048
1157 thresh = (i << 7);
1159 if (thresh < 2000)
1160 thresh = 2000;
1164 sf->thresh_mult[THR_NEWMV] = thresh;
1165 sf->thresh_mult[THR_NEARESTMV ] = thresh >> 1;
1166 sf->thresh_mult[THR_NEARMV ] = thresh >> 1;
1171 sf->thresh_mult[THR_NEWG] = thresh << 1;
1172 sf->thresh_mult[THR_NEARESTG ] = thresh;
[all...]
H A Drdopt.c227 int *thresh; local
281 thresh = &cpi->rd_threshes[THR_NEWA];
286 thresh = &cpi->rd_threshes[THR_NEWG];
291 thresh = &cpi->rd_threshes[THR_NEWMV];
1175 // segments. setting this to 1 would make mv thresh
/external/speex/libspeex/
H A Dnb_celp.c462 float thresh; local
465 thresh = vbr_nb_thresh[mode][v1];
467 thresh = (st->vbr_quality-v1)*vbr_nb_thresh[mode][v1+1] + (1+v1-st->vbr_quality)*vbr_nb_thresh[mode][v1];
468 if (st->relative_quality > thresh &&
469 st->relative_quality-thresh<min_diff)
472 min_diff = st->relative_quality-thresh;
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)

Completed in 199 milliseconds

12