HomeSort by relevance Sort by last modified time
    Searched refs:rp (Results 101 - 125 of 335) sorted by null

1 2 3 45 6 7 8 91011>>

  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_ssim.c 15 int rp, unsigned long *sum_s, unsigned long *sum_r,
19 for (i = 0; i < 16; i++, s += sp, r += rp) {
29 void vp9_ssim_parms_8x8_c(uint8_t *s, int sp, uint8_t *r, int rp,
34 for (i = 0; i < 8; i++, s += sp, r += rp) {
68 static double ssim_8x8(uint8_t *s, int sp, uint8_t *r, int rp) {
70 vp9_ssim_parms_8x8(s, sp, r, rp, &sum_s, &sum_r, &sum_sq_s, &sum_sq_r,
  /bionic/libm/upstream-freebsd/lib/msun/src/
math_private.h 646 #define RETURNSP(rp) do { \
647 if (!(rp)->lo_set) \
648 RETURNP((rp)->hi); \
649 RETURN2P((rp)->hi, (rp)->lo); \
651 #define RETURNSPI(rp) do { \
652 if (!(rp)->lo_set) \
653 RETURNPI((rp)->hi); \
654 RETURN2PI((rp)->hi, (rp)->lo);
    [all...]
  /external/openssl/crypto/bn/asm/
armv4-mont.pl 46 $bp="r2"; $bi="r2"; $rp="r2";
203 ldr $rp,[$_rp] @ pull rp
214 str $tj,[$rp],#4 @ rp[j]=
219 sub $rp,$rp,$aj @ "rewind" $rp
222 bic $np,$rp,$nhi
223 orr $ap,$ap,$np @ ap=borrow?tp:rp
    [all...]
x86_64-gcc.c 109 BN_ULONG bn_mul_add_words(BN_ULONG *rp, const BN_ULONG *ap, int num, BN_ULONG w)
117 mul_add(rp[0],ap[0],w,c1);
118 mul_add(rp[1],ap[1],w,c1);
119 mul_add(rp[2],ap[2],w,c1);
120 mul_add(rp[3],ap[3],w,c1);
121 ap+=4; rp+=4; num-=4;
125 mul_add(rp[0],ap[0],w,c1); if (--num==0) return c1;
126 mul_add(rp[1],ap[1],w,c1); if (--num==0) return c1;
127 mul_add(rp[2],ap[2],w,c1); return c1;
133 BN_ULONG bn_mul_words(BN_ULONG *rp, const BN_ULONG *ap, int num, BN_ULONG w
    [all...]
alpha-mont.pl 19 $rp="a0"; # BN_ULONG *rp,
267 mov $rp,$bp # put rp aside
282 stq $lo0,0($rp)
284 lda $rp,8($rp)
289 mov $bp,$rp # restore rp
293 bis $bp,$ap,$ap # ap=borrow?tp:rp
    [all...]
sparcv8.S 42 * BN_ULONG bn_mul_add_words(rp,ap,num,w)
43 * BN_ULONG *rp,*ap;
155 * BN_ULONG bn_mul_words(rp,ap,num,w)
156 * BN_ULONG *rp,*ap;
351 * BN_ULONG bn_add_words(rp,ap,bp,n)
352 * BN_ULONG *rp,*ap,*bp;
439 * BN_ULONG bn_sub_words(rp,ap,bp,n)
440 * BN_ULONG *rp,*ap,*bp;
538 #define rp(I) [%i0+4*I] define
571 st c_1,rp(0) !r[0]=c1
    [all...]
sparcv8plus.S 172 * BN_ULONG bn_mul_add_words(rp,ap,num,w)
173 * BN_ULONG *rp,*ap;
274 * BN_ULONG bn_mul_words(rp,ap,num,w)
275 * BN_ULONG *rp,*ap;
468 * BN_ULONG bn_add_words(rp,ap,bp,n)
469 * BN_ULONG *rp,*ap,*bp;
546 * BN_ULONG bn_sub_words(rp,ap,bp,n)
547 * BN_ULONG *rp,*ap,*bp;
645 #define rp(I) [%i0+4*I] define
680 stuw t_1,rp(0) !=!r[0]=c1
    [all...]
  /ndk/sources/android/support/src/msun/
math_private.h 646 #define RETURNSP(rp) do { \
647 if (!(rp)->lo_set) \
648 RETURNP((rp)->hi); \
649 RETURN2P((rp)->hi, (rp)->lo); \
651 #define RETURNSPI(rp) do { \
652 if (!(rp)->lo_set) \
653 RETURNPI((rp)->hi); \
654 RETURN2PI((rp)->hi, (rp)->lo);
    [all...]
  /external/chromium_org/third_party/opus/src/tests/
test_opus_api.c 1440 OpusRepacketizer *rp; local
1764 OpusRepacketizer *rp; local
    [all...]
  /external/libopus/tests/
test_opus_api.c 1440 OpusRepacketizer *rp; local
1764 OpusRepacketizer *rp; local
    [all...]
  /external/chromium_org/third_party/openssl/openssl/crypto/bn/asm/
x86_64-gcc.c 109 BN_ULONG bn_mul_add_words(BN_ULONG *rp, const BN_ULONG *ap, int num, BN_ULONG w)
117 mul_add(rp[0],ap[0],w,c1);
118 mul_add(rp[1],ap[1],w,c1);
119 mul_add(rp[2],ap[2],w,c1);
120 mul_add(rp[3],ap[3],w,c1);
121 ap+=4; rp+=4; num-=4;
125 mul_add(rp[0],ap[0],w,c1); if (--num==0) return c1;
126 mul_add(rp[1],ap[1],w,c1); if (--num==0) return c1;
127 mul_add(rp[2],ap[2],w,c1); return c1;
133 BN_ULONG bn_mul_words(BN_ULONG *rp, const BN_ULONG *ap, int num, BN_ULONG w
    [all...]
alpha-mont.pl 19 $rp="a0"; # BN_ULONG *rp,
267 mov $rp,$bp # put rp aside
282 stq $lo0,0($rp)
284 lda $rp,8($rp)
289 mov $bp,$rp # restore rp
293 bis $bp,$ap,$ap # ap=borrow?tp:rp
    [all...]
sparcv8.S 42 * BN_ULONG bn_mul_add_words(rp,ap,num,w)
43 * BN_ULONG *rp,*ap;
155 * BN_ULONG bn_mul_words(rp,ap,num,w)
156 * BN_ULONG *rp,*ap;
351 * BN_ULONG bn_add_words(rp,ap,bp,n)
352 * BN_ULONG *rp,*ap,*bp;
439 * BN_ULONG bn_sub_words(rp,ap,bp,n)
440 * BN_ULONG *rp,*ap,*bp;
538 #define rp(I) [%i0+4*I] define
571 st c_1,rp(0) !r[0]=c1
    [all...]
sparcv8plus.S 172 * BN_ULONG bn_mul_add_words(rp,ap,num,w)
173 * BN_ULONG *rp,*ap;
274 * BN_ULONG bn_mul_words(rp,ap,num,w)
275 * BN_ULONG *rp,*ap;
468 * BN_ULONG bn_add_words(rp,ap,bp,n)
469 * BN_ULONG *rp,*ap,*bp;
546 * BN_ULONG bn_sub_words(rp,ap,bp,n)
547 * BN_ULONG *rp,*ap,*bp;
645 #define rp(I) [%i0+4*I] define
680 stuw t_1,rp(0) !=!r[0]=c1
    [all...]
  /external/mksh/src/
shf.c 147 shf->rp = shf->wp = shf->buf;
174 shf->rp = shf->wp = shf->buf;
214 shf->buf = shf->rp = shf->wp = (unsigned char *)buf;
256 shf->rp = shf->buf;
307 shf->rp = shf->buf;
353 shf->rp = nbuf + (shf->rp - shf->buf);
425 shf->rp = shf->buf;
436 shf->rp = shf->buf;
467 memcpy(buf, shf->rp, ncopy)
    [all...]
  /external/chromium_org/third_party/openssl/openssl/crypto/
pariscid.pl 17 $rp="%r2";
32 bv ($rp)
44 bv ($rp)
84 bv ($rp)
127 bv ($rp)
167 bv ($rp)
214 bv ($rp)
sparcv9cap.c 17 int bn_mul_mont(BN_ULONG *rp, const BN_ULONG *ap, const BN_ULONG *bp, const BN_ULONG *np,const BN_ULONG *n0, int num)
19 int bn_mul_mont_fpu(BN_ULONG *rp, const BN_ULONG *ap, const BN_ULONG *bp, const BN_ULONG *np,const BN_ULONG *n0, int num);
20 int bn_mul_mont_int(BN_ULONG *rp, const BN_ULONG *ap, const BN_ULONG *bp, const BN_ULONG *np,const BN_ULONG *n0, int num);
25 return bn_mul_mont_fpu(rp,ap,bp,np,n0,num);
27 return bn_mul_mont_int(rp,ap,bp,np,n0,num);
  /external/openssl/crypto/
pariscid.pl 17 $rp="%r2";
32 bv ($rp)
44 bv ($rp)
84 bv ($rp)
127 bv ($rp)
167 bv ($rp)
214 bv ($rp)
sparcv9cap.c 17 int bn_mul_mont(BN_ULONG *rp, const BN_ULONG *ap, const BN_ULONG *bp, const BN_ULONG *np,const BN_ULONG *n0, int num)
19 int bn_mul_mont_fpu(BN_ULONG *rp, const BN_ULONG *ap, const BN_ULONG *bp, const BN_ULONG *np,const BN_ULONG *n0, int num);
20 int bn_mul_mont_int(BN_ULONG *rp, const BN_ULONG *ap, const BN_ULONG *bp, const BN_ULONG *np,const BN_ULONG *n0, int num);
25 return bn_mul_mont_fpu(rp,ap,bp,np,n0,num);
27 return bn_mul_mont_int(rp,ap,bp,np,n0,num);
  /external/eigen/Eigen/src/OrderingMethods/
Eigen_Colamd.h 508 Index *rp ; /* a row pointer */ local
681 rp = &A [Row [row].start] ;
682 rp_end = rp + Row [row].length ;
683 while (rp < rp_end)
685 A [(p [*rp++])++] = row ;
963 Index *rp ; \/* a row pointer *\/ local
1568 Index *rp ; \/* pointer to a row *\/ local
    [all...]
  /external/e2fsprogs/intl/
relocatable.c 216 const char *rp = rel_installdir + strlen (rel_installdir); local
221 while (rp > rel_installdir && cp > cp_base)
224 const char *rpi = rp;
251 rp = rpi;
255 if (rp > rel_installdir)
  /external/tcpdump/
print-udp.c 411 register struct sunrpc_msg *rp; local
427 rp = (struct sunrpc_msg *)(up + 1);
428 direction = (enum sunrpc_msg_type)EXTRACT_32BITS(&rp->rm_direction);
430 sunrpcrequest_print((u_char *)rp, length,
433 nfsreply_print((u_char *)rp, length,
497 register struct sunrpc_msg *rp; local
500 rp = (struct sunrpc_msg *)(up + 1);
501 if (TTEST(rp->rm_direction)) {
502 direction = (enum sunrpc_msg_type)EXTRACT_32BITS(&rp->rm_direction);
504 nfsreq_print((u_char *)rp, length
    [all...]
  /external/owasp/sanitizer/empiricism/
canned-data.js 98 "rp": true,
219 "rp",
334 "rp",
449 "rp",
564 "rp",
679 "rp",
795 "rp",
910 "rp",
1025 "rp",
1140 "rp",
    [all...]
  /external/libgsm/src/
short_term.c 148 * The reflection coefficients, rp[i], are used in the analysis
183 static void Short_term_analysis_filtering P4((S,rp,k_n,s),
185 register word * rp, /* [0..7] IN */
191 * to the RPE-LTP loop from the s[..] signal and from the local rp[..]
212 rpi = rp[i];
228 static void Fast_Short_term_analysis_filtering P4((S,rp,k_n,s),
230 register word * rp, /* [0..7] IN */
246 rpf[i] = rp[i] * scalef;
  /external/chromium_org/third_party/icu/source/common/
uvectr64.h 226 int64_t *rp = elements+count; local
228 return rp;

Completed in 1556 milliseconds

1 2 3 45 6 7 8 91011>>