HomeSort by relevance Sort by last modified time
    Searched refs:rr (Results 51 - 75 of 188) sorted by null

1 23 4 5 6 7 8

  /frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
c4_17pf.cpp 103 Word16 rr[][L_CODE],/* i : matrix of autocorrelation */
229 Word16 rr[L_CODE][L_CODE]; local
271 rr,
277 rr,
330 rr[][L_CODE] Double Array of type Word16 -- autocorrelation matrix
389 Word16 rr[][L_CODE], /* i : matrix of autocorrelation */
457 alp0 = (Word32) rr[i0][i0] << 14;
472 * "rr[i0][i3]" is a pointer initialized to "&rr[i0][ipos[3]]" *
482 /* alp1 = alp0 + rr[i0][i1] + 1/2*rr[i1][i1]; *
    [all...]
c2_9pf.cpp 123 Word16 rr[][L_CODE],/* i : matrix of autocorrelation */
253 Word16 rr[L_CODE][L_CODE];
263 cor_h(h, dn_sign, rr);
264 search_2i40(subNr, dn, rr, codvec);
319 Word16 rr[L_CODE][L_CODE]; local
377 rr,
383 rr,
437 rr = autocorrelation matrix (Word16)
475 Word16 rr[][L_CODE], // i : matrix of autocorrelation
508 alp0 = L_mult(rr[i0][i0], _1_4)
    [all...]
c3_14pf.cpp 94 Word16 rr[][L_CODE],/* i : matrix of autocorrelation */
218 Word16 rr[L_CODE][L_CODE]; local
261 rr,
267 rr,
318 rr[][L_CODE] Double Array of type Word16 -- autocorrelation matrix
376 Word16 rr[][L_CODE], /* i : matrix of autocorrelation */
437 /* account for ptr. init. (rr[io]) */
444 /* alp0 = L_mult(rr[i0][i0],_1_4, pOverflow); */
445 alp0 = (Word32) rr[i0][i0] << 14;
460 * "rr[i0][i2]" is a pointer initialized to "&rr[i0][ipos[2]]"
    [all...]
c2_11pf.cpp 123 Word16 rr[][L_CODE],/* i : matrix of autocorrelation */
244 Word16 rr[L_CODE][L_CODE]; local
288 rr,
293 rr,
346 rr, matrix of autocorrelation, double-array of type Word16
406 Word16 rr[][L_CODE], /* i : matrix of autocorrelation */
462 /* alp0 = L_mult(rr[i0][i0], _1_4, pOverflow); */
463 alp0 = (Word32) rr[i0][i0] << 14;
476 * "rr[i0][i2]" is a pointer initialized to "&rr[i0][ipos[2]]"
    [all...]
cor_h.cpp 56 Description: Fixed portion of the code that builds the rr[] matrix. There
145 rr = autocorrelation matrix; matrix contents are of type Word16;
149 rr contents are the newly calculated autocorrelation values
167 rr[i][j] = sum_{n=i}^{L-1} h[n-i] h[n-j]; i>=j; i,j=0,...,L-1
170 rr[i][j] = rr[i][j]*sign[i]*sign[j]
189 Word16 rr[][L_CODE] // (o) : matrix of autocorrelation
221 // build matrix rr[]
227 rr[i][i] = pv_round (s);
238 rr[j][i] = mult (pv_round (s), mult (sign[i], sign[j]))
    [all...]
  /external/skia/legacy/src/core/
SkScan.cpp 28 SkIRect rr = r; local
29 if (rr.intersect(clipBounds)) {
30 blitrect(blitter, rr);
35 const SkIRect& rr = cliper.rect(); local
38 blitrect(blitter, rr);
  /external/skia/src/core/
SkScan.cpp 28 SkIRect rr = r; local
29 if (rr.intersect(clipBounds)) {
30 blitrect(blitter, rr);
35 const SkIRect& rr = cliper.rect(); local
38 blitrect(blitter, rr);
  /external/speex/libspeex/
lpc.c 93 spx_word32_t rr = NEG32(SHL32(EXTEND32(ac[i + 1]),13)); local
95 rr = SUB32(rr,MULT16_16(lpc[j],ac[i - j]));
97 r = DIV32_16(rr+PSHR32(error,1),ADD16(error,8));
99 r = rr/(error+.003*ac[0]);
  /external/mdnsresponder/mDNSCore/
DNSCommon.h 162 extern mDNSu32 RDataHashValue(const ResourceRecord *const rr);
164 extern mDNSBool SameNameRecordAnswersQuestion(const ResourceRecord *const rr, const DNSQuestion *const q);
165 extern mDNSBool ResourceRecordAnswersQuestion(const ResourceRecord *const rr, const DNSQuestion *const q);
166 extern mDNSBool AnyTypeRecordAnswersQuestion (const ResourceRecord *const rr, const DNSQuestion *const q);
167 extern mDNSBool ResourceRecordAnswersUnicastResponse(const ResourceRecord *const rr, const DNSQuestion *const q);
168 extern mDNSBool LocalOnlyRecordAnswersQuestion(AuthRecord *const rr, const DNSQuestion *const q);
169 extern mDNSu16 GetRDLength(const ResourceRecord *const rr, mDNSBool estimate);
172 #define GetRRDomainNameTarget(RR) ( \
173 ((RR)->rrtype == kDNSType_NS || (RR)->rrtype == kDNSType_CNAME || (RR)->rrtype == kDNSType_PTR || (RR)->rrtype == kDNSType_DNAME) ? &( (…)
    [all...]
uDNS.h 71 // rr->NewRData
72 // rr->newrdlength
73 // rr->UpdateCallback
75 extern mStatus uDNS_UpdateRecord(mDNS *m, AuthRecord *rr);
79 extern mStatus mDNS_Register_internal(mDNS *const m, AuthRecord *const rr);
80 extern mStatus mDNS_Deregister_internal(mDNS *const m, AuthRecord *const rr, mDNS_Dereg_type drt);
86 extern mStatus uDNS_DeregisterRecord(mDNS *const m, AuthRecord *const rr);
87 extern const domainname *GetServiceTarget(mDNS *m, AuthRecord *const rr);
  /external/qemu/android/utils/
reflist.c 230 int rr = 0; local
232 for ( ; rr < l->size; rr++ ) {
233 if (items[rr] != NULL)
234 items[ww++] = items[rr];
253 int rr = 0; local
255 for ( ; rr < src->size; rr++ ) {
256 if (ritems[rr] != NULL) {
257 witems[ww++] = ritems[rr];
    [all...]
  /external/skia/tests/
ColorTest.cpp 24 unsigned rr = SkDiv255Round(dr); local
27 if (rr <= 31 && rg <= 63) {
38 unsigned rr = SkDiv255Round(dr) >> 3; local
41 if (rr <= 31 && rg <= 63) {
56 unsigned rr = SkGetPackedR16(rc); local
59 if (rr <= 31 && rg <= 63) {
70 unsigned rr = SkDiv255Round(dr); local
73 if (rr <= 31 && rg <= 63) {
89 unsigned rr = SkDiv65025Round(dr); local
92 if (rr <= 31 && rg <= 63)
    [all...]
  /external/ipsec-tools/src/racoon/
getcertsbyname.c 112 * get CERT RR by FQDN and create certinfo structure chain.
129 struct rrsetinfo *rr = NULL; local
139 error = getrrsetbyname(name, C_IN, T_CERT, 0, &rr);
148 if (rr->rri_rdclass != C_IN
149 || rr->rri_rdtype != T_CERT
150 || rr->rri_nrdatas == 0) {
158 if (!(rr->rri_flags & LWRDATA_VALIDATED))
159 printf("rr is not valid");
162 for (i = 0; i < rr->rri_nrdatas; i++) {
163 rdlength = rr->rri_rdatas[i].rdi_length
    [all...]
  /external/openssl/crypto/bn/
bn_mul.c 947 BIGNUM *rr; local
977 if ((rr = BN_CTX_get(ctx)) == NULL) goto err;
980 rr = r;
981 rr->neg=a->neg^b->neg;
992 if (bn_wexpand(rr,8) == NULL) goto err;
993 rr->top=8;
994 bn_mul_comba4(rr->d,a->d,b->d);
1000 if (bn_wexpand(rr,16) == NULL) goto err;
1001 rr->top=16;
1002 bn_mul_comba8(rr->d,a->d,b->d)
1106 BN_ULONG *rr; local
    [all...]
bn_exp.c 135 BIGNUM *v,*rr; local
146 rr = BN_CTX_get(ctx);
148 rr = r;
150 if (rr == NULL || v == NULL) goto err;
156 { if (BN_copy(rr,a) == NULL) goto err; }
157 else { if (!BN_one(rr)) goto err; }
164 if (!BN_mul(rr,rr,v,ctx)) goto err;
169 if (r != rr) BN_copy(r,rr);
    [all...]
bn_exp2.c 118 int BN_mod_exp2_mont(BIGNUM *rr, const BIGNUM *a1, const BIGNUM *p1,
145 ret = BN_one(rr);
182 BN_zero(rr);
216 BN_zero(rr);
304 if (!BN_from_montgomery(rr,r,mont,ctx))
310 bn_check_top(rr);
  /external/valgrind/main/exp-sgcheck/
sg_main.h 46 Bool rr, Bool ww, Bool xx, ULong di_handle );
48 Bool rr, Bool ww, Bool xx, ULong di_handle );
  /bionic/libc/private/
arpa_nameser.h 144 #define ns_rr_name(rr) (((rr).name[0] != '\0') ? (rr).name : ".")
145 #define ns_rr_type(rr) ((ns_type)((rr).type + 0))
146 #define ns_rr_class(rr) ((ns_class)((rr).rr_class + 0))
147 #define ns_rr_ttl(rr) ((u_long)(rr).ttl + 0)
148 #define ns_rr_rdlen(rr) ((size_t)(rr).rdlength + 0
    [all...]
  /external/openssh/openbsd-compat/
getrrsetbyname.c 196 struct dns_rr *rr; local
313 for (rr = response->answer, index_ans = 0, index_sig = 0;
314 rr; rr = rr->next) {
318 if (rr->class == rrset->rri_rdclass &&
319 rr->type == rrset->rri_rdtype)
322 if (rr->class == rrset->rri_rdclass &&
323 rr->type == T_RRSIG)
327 rdata->rdi_length = rr->size
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/arpa/
nameser.h 149 #define ns_rr_name(rr) (((rr).name[0] != '\0') ? (rr).name : ".")
150 #define ns_rr_type(rr) ((ns_type)((rr).type + 0))
151 #define ns_rr_class(rr) ((ns_class)((rr).rr_class + 0))
152 #define ns_rr_ttl(rr) ((rr).ttl + 0)
153 #define ns_rr_rdlen(rr) ((rr).rdlength + 0
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/arpa/
nameser.h 149 #define ns_rr_name(rr) (((rr).name[0] != '\0') ? (rr).name : ".")
150 #define ns_rr_type(rr) ((ns_type)((rr).type + 0))
151 #define ns_rr_class(rr) ((ns_class)((rr).rr_class + 0))
152 #define ns_rr_ttl(rr) ((rr).ttl + 0)
153 #define ns_rr_rdlen(rr) ((rr).rdlength + 0
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/arpa/
nameser.h 149 #define ns_rr_name(rr) (((rr).name[0] != '\0') ? (rr).name : ".")
150 #define ns_rr_type(rr) ((ns_type)((rr).type + 0))
151 #define ns_rr_class(rr) ((ns_class)((rr).rr_class + 0))
152 #define ns_rr_ttl(rr) ((rr).ttl + 0)
153 #define ns_rr_rdlen(rr) ((rr).rdlength + 0
    [all...]
  /system/extras/tests/bionic/libc/other/
test_jpeg.c 312 int rr; local
328 for ( rr = repeat_count; rr > 0; rr-- ) {
349 for ( rr = repeat_count; rr > 0; rr -- )
  /ndk/sources/host-tools/nawk-20071023/
lib.c 185 char *rr, *buf = *pbuf; local
198 for (rr = buf; ; ) {
200 if (rr-buf+1 > bufsize)
201 if (!adjbuf(&buf, &bufsize, 1+rr-buf, recsize, &rr, "readrec 1"))
203 *rr++ = c;
209 if (!adjbuf(&buf, &bufsize, 2+rr-buf, recsize, &rr, "readrec 2"))
211 *rr++ = '\n';
212 *rr++ = c
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
DOTGenerator.java 210 RuleClosureTransition rr = ((RuleClosureTransition)edge); local
213 if ( rr.rule.grammar != grammar ) {
214 edgeST.add("label", "<" + rr.rule.grammar.name + "." + rr.rule.name + ">");
217 edgeST.add("label", "<" + rr.rule.name + ">");
220 edgeST.add("target", getStateLabel(rr.followState));
223 walkRuleNFACreatingDOT(dot, rr.followState);

Completed in 1191 milliseconds

1 23 4 5 6 7 8