Searched refs:rr (Results 1 - 19 of 19) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DRIL.java119 RILRequest rr = null;
123 rr = sPool;
124 sPool = rr.mNext;
125 rr.mNext = null;
130 if (rr == null) {
131 rr = new RILRequest();
134 rr.mSerial = sNextSerial.getAndIncrement();
136 rr.mRequest = request;
137 rr.mResult = result;
138 rr
1268 constructGsmSendSmsRilRequest(RILRequest rr, String smscPDU, String pdu) argument
1300 constructCdmaSendSmsRilRequest(RILRequest rr, byte[] pdu) argument
2317 send(RILRequest rr) argument
[all...]
H A DRetryManager.java229 RetryRec rr = new RetryRec(0, 0);
232 rr.mDelayTime = value.second;
240 rr.mRandomizationTime = value.second;
242 rr.mRandomizationTime = defaultRandomization;
244 mRetryArray.add(rr);
/frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
H A Dcor_h.h84 Word16 rr[][L_CODE], /* (o) : matrix of autocorrelation */
H A Ds10_8pf.cpp137 rr[][] = matrix of autocorrelation (Word16)
162 search_10and8i40 (10,5,5,dn, rr, ipos, pos_max, codvec); for GSMEFR
163 search_10and8i40 (8, 4,4,dn, rr, ipos, pos_max, codvec); for 10.2
184 Word16 rr[][L_CODE], // i : matrix of autocorrelation
228 alp0 = L_mult (rr[i0][i0], _1_16);
229 alp0 = L_mac (alp0, rr[i1][i1], _1_16);
230 alp0 = L_mac (alp0, rr[i0][i1], _1_8);
238 s = L_mult (rr[i3][i3], _1_8); // index incr= step+L_CODE
239 s = L_mac (s, rr[i0][i3], _1_4); // index increment = step
240 s = L_mac (s, rr[i
556 search_10and8i40( Word16 nbPulse, Word16 step, Word16 nbTracks, Word16 dn[], Word16 rr[][L_CODE], Word16 ipos[], Word16 pos_max[], Word16 codvec[], Flag *pOverflow ) argument
[all...]
H A Ds10_8pf.h115 Word16 rr[][L_CODE], /* i : matrix of autocorrelation */
H A Dc4_17pf.cpp103 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[i
386 search_4i40( Word16 dn[], Word16 dn2[], Word16 rr[][L_CODE], Word16 codvec[], Flag * pOverflow ) argument
[all...]
H A Dc2_9pf.cpp123 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[i
587 search_2i40( Word16 subNr, Word16 dn[], Word16 rr[][L_CODE], Word16 codvec[], Flag * pOverflow ) argument
804 Test_search_2i40( Word16 subNr, Word16 dn[], Word16 rr[][L_CODE], Word16 codvec[], Flag * pOverflow ) argument
[all...]
H A Dc3_14pf.cpp94 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[i
373 search_3i40( Word16 dn[], Word16 dn2[], Word16 rr[][L_CODE], Word16 codvec[], Flag * pOverflow ) argument
[all...]
H A Dc2_11pf.cpp123 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[i
404 search_2i40( Word16 dn[], Word16 rr[][L_CODE], Word16 codvec[], Flag * pOverflow ) argument
[all...]
H A Dcor_h.cpp56 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[
267 cor_h( Word16 h[], Word16 sign[], Word16 rr[][L_CODE], Flag *pOverflow ) argument
[all...]
H A Dc1035pf.cpp604 Word16 rr[L_CODE][L_CODE], i;
608 cor_h (h, sign, rr);
611 dn, rr, ipos, pos_max, codvec);
660 Word16 rr[L_CODE][L_CODE], i; local
664 cor_h(h, sign, rr, pOverflow);
667 dn, rr, ipos, pos_max, codvec, pOverflow);
H A Dc8_31pf.cpp765 Word16 rr[L_CODE][L_CODE]; local
795 rr,
803 rr,
/frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/
H A Dshadows.rs107 int rr=0;
121 rb = ( rg = ( rr =( cv >> ABITS) ));
138 rr = cv;
143 rr = X;
148 rr = m;
153 rr = m;
158 rr = X;
163 rr = cv;
172 rgb.r = rr;
/frameworks/rs/java/tests/ImageProcessing2/src/com/android/rs/image/
H A Dshadows.rs107 int rr=0;
121 rb = ( rg = ( rr =( cv >> ABITS) ));
138 rr = cv;
143 rr = X;
148 rr = m;
153 rr = m;
158 rr = X;
163 rr = cv;
172 rgb.r = rr;
/frameworks/rs/java/tests/ImageProcessing_jb/src/com/android/rs/image/
H A Dshadows.rs107 int rr=0;
121 rb = ( rg = ( rr =( cv >> ABITS) ));
138 rr = cv;
143 rr = X;
148 rr = m;
153 rr = m;
158 rr = X;
163 rr = cv;
172 rgb.r = rr;
/frameworks/base/tools/aapt/
H A DImages.cpp847 int i, j, rr, gg, bb, aa; local
864 rr = row[0];
875 printf(" (%d)", rr);
878 printf(" (%d %d", rr, gg);
881 printf(" (%d %d %d)", rr, gg, bb);
884 printf(" (%d %d %d %d)", rr, gg, bb, aa);
904 int i, j, rr, gg, bb, aa, idx; local
925 rr = *row++;
931 maxGrayDeviation = MAX(ABS(rr - gg), maxGrayDeviation);
933 maxGrayDeviation = MAX(ABS(bb - rr), maxGrayDeviatio
[all...]
/frameworks/base/graphics/tests/graphicstests/src/android/graphics/
H A DBitmapTest.java213 int rr = computePrePostMul(a0, r0);
214 assertTrue("red", Math.abs(rr - r1) <= tolerance);
227 int cc = Color.argb(a0, rr, gg, bb);
/frameworks/base/services/core/java/com/android/server/notification/
H A DValidateNotificationPeople.java205 final RankingReconsideration rr = validatePeople(context, key, extras, affinityOut);
207 return rr;
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
H A Dfastquant_inline.h434 register int32 rr = round; local
444 "r"(rr),

Completed in 441 milliseconds