Searched defs:rr (Results 1 - 11 of 11) sorted by relevance

/frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
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 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 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 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 Dc8_31pf.cpp765 Word16 rr[L_CODE][L_CODE]; local
795 rr,
803 rr,
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...]
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
H A Dfastquant_inline.h434 register int32 rr = round; local
444 "r"(rr),
/frameworks/base/tools/aapt/
H A DImages.cpp753 int i, j, rr, gg, bb, aa; local
770 rr = row[0];
781 printf(" (%d)", rr);
784 printf(" (%d %d", rr, gg);
787 printf(" (%d %d %d)", rr, gg, bb);
790 printf(" (%d %d %d %d)", rr, gg, bb, aa);
810 int i, j, rr, gg, bb, aa, idx; local
831 rr = *row++;
837 maxGrayDeviation = MAX(ABS(rr - gg), maxGrayDeviation);
839 maxGrayDeviation = MAX(ABS(bb - rr), maxGrayDeviatio
[all...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DRIL.java98 RILRequest rr = null;
102 rr = sPool;
103 sPool = rr.mNext;
104 rr.mNext = null;
109 if (rr == null) {
110 rr = new RILRequest();
114 rr.mSerial = sNextSerial++;
116 rr.mRequest = request;
117 rr.mResult = result;
118 rr
2109 send(RILRequest rr) argument
[all...]

Completed in 95 milliseconds