Searched defs:h1 (Results 1 - 9 of 9) sorted by relevance

/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 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 Dcod_amr.h150 Word16 *h1; member in struct:__anon589
/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/tools/obbtool/
H A DMain.cpp170 bool hexToByte(char h1, char h2, unsigned char* b) { argument
172 if (!fromHex(h1, &first)) return false;
/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/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/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...]

Completed in 130 milliseconds