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:__anon376
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/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/
H A DarmVCM4P10_FwdTransformResidual4x4.c85 int h1 = (g1 << 1) + g3; local
89 pDst[i+4] = (OMX_S16) h1;
H A DarmVCM4P10_TransformResidual4x4.c86 int h1 = g1 + g2; local
90 pDst[i+4] = (OMX_S16)((h1+32)>>6);
/frameworks/base/core/java/android/hardware/camera2/legacy/
H A DCaptureCollector.java567 CaptureHolder h1 = mPreviewCaptureQueue.peek();
571 CaptureHolder h = (h1 == null) ? h2 :
572 ((h2 == null) ? h1 :
573 ((h1.compareTo(h2) <= 0) ? h1 :
594 CaptureHolder h1 = mJpegCaptureQueue.peek();
598 CaptureHolder h = (h1 == null) ? h2 :
599 ((h2 == null) ? h1 :
600 ((h1.compareTo(h2) <= 0) ? h1
[all...]
/frameworks/base/core/java/android/text/
H A DLayout.java1313 float h1 = getPrimaryHorizontal(point, clamped) - 0.5f;
1314 float h2 = isLevelBoundary(point) ? getSecondaryHorizontal(point, clamped) - 0.5f : h1;
1330 if (h1 < 0.5f)
1331 h1 = 0.5f;
1335 if (Float.compare(h1, h2) == 0) {
1336 dest.moveTo(h1, top);
1337 dest.lineTo(h1, bottom);
1339 dest.moveTo(h1, top);
1340 dest.lineTo(h1, (top + bottom) >> 1);
1363 dest.moveTo(h1, to
[all...]
H A DSelection.java432 float h1 = layout.getPrimaryHorizontal(off1);
438 if (h1 < h2)
445 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.c188 Word16 dn[L_SUBFR]; /* Correlation between xn2 and h1 */
190 Word16 h1[L_SUBFR]; /* Impulse response vector */ local
702 * - compute impulse response of weighted synthesis filter (h1[]) *
708 * - update the impulse response h1[] for codebook search *
796 * Compute impulse response, h1[], of weighted synthesis filter *
803 vo_p3 = h1;
820 Deemph2(h1, TILT_FAC, L_SUBFR, &tmp); /* h1 in Q14 */
823 Copy(h1, h2, L_SUBFR);
826 * scale xn[] and h1[] t
[all...]
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
H A Dh264bsd_reconstruct.c532 /* h1 = (16 + A + 16(G+M) + 4(G+M) - 4(C+R) - (C+R) + T) >> 5 */
656 /* h1 = (16 + A + 16(G+M) + 4(G+M) - 4(C+R) - (C+R) + T) >> 5 */
1614 i32 *ptrJ, *ptrInt, *h1; local
1639 h1 = table + tableWidth;
1663 h1[tableWidth*2] = tmp2;
1673 h1[tableWidth] = tmp1;
1683 *h1 = tmp6;
1693 h1[-tableWidth] = tmp5;
1694 h1++;
1699 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 9900 milliseconds