Searched defs:rr (Results 1 - 14 of 14) 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/aapt2/compile/
H A DPngCrunch.cpp643 int rr = *in_row++; local
649 rr = gg = bb = 0;
652 const uint32_t color = rr << 24 | gg << 16 | bb << 8 | aa;
668 int rr = in_row[x * 4]; local
674 rr = gg = bb = 0;
685 (png_byte)(rr * 0.2126f + gg * 0.7152f + bb * 0.0722f);
705 int rr = *in_row++; local
711 rr = gg = bb = 0;
713 out_row[x * bpp] = rr;
H A DPng.cpp188 int i, j, rr, gg, bb, aa;
207 rr = row[0];
218 printf(" (%d)", rr);
221 printf(" (%d %d", rr, gg);
224 printf(" (%d %d %d)", rr, gg, bb);
227 printf(" (%d %d %d %d)", rr, gg, bb, aa);
254 int i, j, rr, gg, bb, aa, idx; local
277 rr = *row++;
283 maxGrayDeviation = MAX(ABS(rr - gg), maxGrayDeviation);
285 maxGrayDeviation = MAX(ABS(bb - rr), maxGrayDeviatio
[all...]
/frameworks/base/tools/aapt/
H A DImages.cpp824 int i, j, rr, gg, bb, aa; local
842 rr = row[0];
853 printf(" (%d)", rr);
856 printf(" (%d %d", rr, gg);
859 printf(" (%d %d %d)", rr, gg, bb);
862 printf(" (%d %d %d %d)", rr, gg, bb, aa);
882 int i, j, rr, gg, bb, aa, idx;; local
922 rr = 0;
933 rr = *(row);
940 maxGrayDeviation = MAX(ABS(rr
[all...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DRIL.java138 RILRequest rr = null;
142 rr = sPool;
143 sPool = rr.mNext;
144 rr.mNext = null;
149 if (rr == null) {
150 rr = new RILRequest();
153 rr.mSerial = sNextSerial.getAndIncrement();
155 rr.mRequest = request;
156 rr.mResult = result;
158 rr
451 getResponseForTimedOutRILRequest(RILRequest rr) argument
653 addRequest(RILRequest rr) argument
667 handleRadioProxyExceptionForRR(RILRequest rr, String caller, Exception e) argument
3871 processResponseDone(RILRequest rr, RadioResponseInfo responseInfo, Object ret) argument
3941 acquireWakeLock(RILRequest rr, int wakeLockType) argument
3991 decrementWakeLock(RILRequest rr) argument
4090 addToRilHistogram(RILRequest rr) argument
[all...]
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 1451 milliseconds