Searched refs:h1 (Results 1 - 17 of 17) sorted by relevance

/frameworks/base/core/tests/coretests/src/android/os/
H A DHandlerThreadTest.java73 final Handler h1 = new Handler(th1.getLooper()) {
87 Message msg = h1.obtainMessage(TEST_WHAT);
89 synchronized (h1) {
91 h1.sendMessage(msg);
94 h1.wait();
H A DBroadcasterTest.java134 Handler h1;
139 h1 = new H();
142 b.request(MESSAGE_A, h1, MESSAGE_C);
152 if (msg.what == MESSAGE_C && msg.getTarget() == h1) {
169 Handler h1;
174 h1 = new H();
177 b.request(MESSAGE_A, h1, MESSAGE_C);
204 Handler h1;
209 h1 = new H();
212 b.request(MESSAGE_A, h1, MESSAGE_
[all...]
/frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
H A Dspreproc.cpp116 h1 -- Word16 array -- impulse response
184 Word16 h1[], /* o : impulse response */
211 Syn_filt(Aq, ai_zero, h1, L_SUBFR, zero, 0);
212 Syn_filt(Ap2, h1, h1, L_SUBFR, zero, 0);
171 subframePreProc( enum Mode mode, const Word16 gamma1[], const Word16 gamma1_12k2[], const Word16 gamma2[], Word16 *A, Word16 *Aq, Word16 *speech, Word16 *mem_err, Word16 *mem_w0, Word16 *zero, Word16 ai_zero[], Word16 exc[], Word16 h1[], Word16 xn[], Word16 res2[], Word16 error[] ) argument
H A Dspreproc.h121 Word16 h1[], /* o : impulse response */
H A Dcl_ltp.cpp445 h1 = pointer to impulse response vector (Word16)
499 Word16 *h1, // i : Impulse response vector Q12
524 mode, T_op, exc, xn, h1,
533 * - find filtered pitch exc. y1[]=exc[] convolve with h1[]) *
541 Convolve(exc, h1, y1, L_SUBFR);
625 Word16 *h1, /* i : Impulse response vector Q12 */
663 h1,
676 * - find filtered pitch exc. y1[]=exc[] convolve with h1[]) *
690 Convolve(exc, h1, yl, L_SUBFR);
619 cl_ltp( clLtpState *clSt, tonStabState *tonSt, enum Mode mode, Word16 frameOffset, Word16 T_op[], Word16 *h1, Word16 *exc, Word16 res2[], Word16 xn[], Word16 lsp_flag, Word16 xn2[], Word16 yl[], Word16 *T0, Word16 *T0_frac, Word16 *gain_pit, Word16 g_coeff[], Word16 **anap, Word16 *gp_limit, Flag *pOverflow ) argument
H A Dcl_ltp.h139 Word16 *h1, /* i : Impulse response vector Q12 */
H A Dcod_amr.h150 Word16 *h1; member in struct:__anon604
H A Dcod_amr.cpp392 st->h1 = &st->hvec[L_SUBFR];
404 Set_zero(st->hvec, L_SUBFR); // set to zero "h1[-L_SUBFR..-1]"
490 st->h1 = &st->hvec[L_SUBFR];
505 memset(st->hvec, 0, sizeof(Word16)*L_SUBFR); /* set to zero "h1[-L_SUBFR..-1]" */
927 Set_zero(st->hvec, L_SUBFR); // set to zero "h1[-L_SUBFR..-1]"
1012 * - compute impulse response of weighted synthesis filter (h1[]) *
1015 * - update the impulse response h1[] by including fixed-gain pitch *
1052 st->h1, xn, res, st->error);
1060 st->h1, xn, res, st->error);
1065 Copy (st->h1, h1_sf
[all...]
/frameworks/native/libs/utils/tests/
H A DBasicHashtable_test.cpp493 ComplexHashtable h1; local
494 add(h1, ComplexKey(0), ComplexValue(0));
495 add(h1, ComplexKey(1), ComplexValue(1));
496 const void* originalBuckets = getBuckets(h1);
498 ssize_t index0 = find(h1, -1, ComplexKey(0));
502 ComplexHashtable h2(h1);
505 EXPECT_EQ(h1.size(), h2.size());
506 EXPECT_EQ(h1.capacity(), h2.capacity());
507 EXPECT_EQ(h1.bucketCount(), h2.bucketCount());
508 EXPECT_EQ(h1
[all...]
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/
H A DarmVCM4P10_FwdTransformResidual4x4.c70 int h1 = (g1 << 1) + g3; local
74 pDst[i+4] = (OMX_S16) h1;
H A DarmVCM4P10_TransformResidual4x4.c71 int h1 = g1 + g2; local
75 pDst[i+4] = (OMX_S16)((h1+32)>>6);
/frameworks/base/core/java/android/text/
H A DLayout.java1312 float h1 = getPrimaryHorizontal(point, clamped) - 0.5f;
1313 float h2 = isLevelBoundary(point) ? getSecondaryHorizontal(point, clamped) - 0.5f : h1;
1329 if (h1 < 0.5f)
1330 h1 = 0.5f;
1334 if (Float.compare(h1, h2) == 0) {
1335 dest.moveTo(h1, top);
1336 dest.lineTo(h1, bottom);
1338 dest.moveTo(h1, top);
1339 dest.lineTo(h1, (top + bottom) >> 1);
1362 dest.moveTo(h1, to
[all...]
H A DSelection.java423 float h1 = layout.getPrimaryHorizontal(off1);
429 if (h1 < h2)
436 if (h1 > h2)
/frameworks/base/tools/obbtool/
H A DMain.cpp170 bool hexToByte(char h1, char h2, unsigned char* b) { argument
172 if (!fromHex(h1, &first)) return false;
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/
H A DvoAMRWBEnc.c186 Word16 dn[L_SUBFR]; /* Correlation between xn2 and h1 */
188 Word16 h1[L_SUBFR]; /* Impulse response vector */ local
700 * - compute impulse response of weighted synthesis filter (h1[]) *
706 * - update the impulse response h1[] for codebook search *
794 * Compute impulse response, h1[], of weighted synthesis filter *
801 vo_p3 = h1;
818 Deemph2(h1, TILT_FAC, L_SUBFR, &tmp); /* h1 in Q14 */
821 Copy(h1, h2, L_SUBFR);
824 * scale xn[] and h1[] t
[all...]
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
H A Dh264bsd_reconstruct.c530 /* h1 = (16 + A + 16(G+M) + 4(G+M) - 4(C+R) - (C+R) + T) >> 5 */
654 /* h1 = (16 + A + 16(G+M) + 4(G+M) - 4(C+R) - (C+R) + T) >> 5 */
1612 i32 *ptrJ, *ptrInt, *h1; local
1637 h1 = table + tableWidth;
1661 h1[tableWidth*2] = tmp2;
1671 h1[tableWidth] = tmp1;
1681 *h1 = tmp6;
1691 h1[-tableWidth] = tmp5;
1692 h1++;
1697 h1
[all...]
/frameworks/base/docs/html/reference/renderscript/
H A Ddoxygen.css10 h1 {
924 h1, h2, h3, h4, h5, h6 { page-break-after: avoid; }

Completed in 1751 milliseconds