HomeSort by relevance Sort by last modified time
    Searched refs:thresh (Results 1 - 25 of 31) sorted by null

1 2

  /external/libvpx/vp8/common/
loopfilter_filters.c 43 static __inline signed char vp8_hevmask(signed char thresh, uc p1, uc p0, uc q0, uc q1)
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,
    [all...]
loopfilter.h 46 const signed char *limit, const signed char *thresh, int count)
126 const signed char *thresh,
  /frameworks/base/media/libstagefright/codecs/aacenc/src/
grp_data.c 110 Word32 thresh = sfbThreshold->sfbShort[wnd][sfb]; local
112 thresh = L_add(thresh, sfbThreshold->sfbShort[wnd+j][sfb]);
114 sfbThreshold->sfbLong[i] = thresh;
sf_estim.c 146 Word32 thresh,
155 Word32 thresh125 = L_add(thresh, (thresh >> 2));
203 Word32 thresh08 = fixmul(COEF08_31, thresh);
706 Word32 thresh, energy; local
718 thresh = psyOutChan->sfbThreshold[i];
732 /* scfs without energy or with thresh>energy are marked with MIN_16 */
736 if ((maxSpec > 0) && (energy > thresh)) {
739 thresholdPart = iLog4(thresh);
753 thresh, scfInt, minSfMaxQuant[i],
    [all...]
  /external/tcpdump/
print-dvmrp.c 264 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/
loopfilter_neon.asm 22 ; 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...]
mbloopfilter_neon.asm 22 ; 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...]
loopfiltersimplehorizontaledge_neon.asm 18 ;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,
loopfiltersimpleverticaledge_neon.asm 18 ;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/
netfilter.h 179 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,
  /external/srec/srec/clib/
jacobi.c 56 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/
gqsort.c 243 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/
loopfilter_altivec.c 21 const signed char *thresh
31 const signed char *thresh
loopfilter_filters_altivec.asm 379 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
    [all...]
  /external/dropbear/
scp.c 770 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/
loopfilter_mmx.asm 21 ; 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...]
loopfilter_sse2.asm 131 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,
    [all...]
postproc_mmx.asm 134 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
postproc_mmx.c 212 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
    [all...]
postproc_sse2.asm 122 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/
loopfilter_v6.asm 58 ;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 -- save r6 for late
    [all...]
simpleloopfilter_v6.asm 55 ;stack const char *thresh,
59 ; for flimit. Same applies to limit. thresh is not used in simple looopfilter
  /dalvik/dx/src/com/android/dx/ssa/
SsaRenamer.java 151 * @param thresh registers below this number are unchanged
153 public SsaRenamer(SsaMethod ssaMeth, int thresh) {
155 threshold = thresh;
  /external/grub/stage2/
jfs.h 154 u8 thresh; /* Alert Threshold (in percent) */ member in struct:dasd
  /external/libvpx/vp8/encoder/
onyx_if.c 1128 int thresh; local
    [all...]

Completed in 1282 milliseconds

1 2