Home
last modified time | relevance | path

Searched refs:MP1 (Results 1 – 12 of 12) sorted by relevance

/frameworks/av/media/libstagefright/codecs/amrnb/common/src/
Dint_lpc.cpp205 Az += MP1; in Int_lpc_1and3()
212 Az += MP1; in Int_lpc_1and3()
228 Az += MP1; in Int_lpc_1and3()
337 Az += MP1 * 2; in Int_lpc_1and3_2()
462 Az += MP1; in Int_lpc_1to3()
477 Az += MP1; in Int_lpc_1to3()
493 Az += MP1; in Int_lpc_1to3()
600 Az += MP1; in Int_lpc_1to3_2()
615 Az += MP1; in Int_lpc_1to3_2()
Dlsp.cpp459 Az_lsp(&az[MP1], lsp_mid, st->lsp_old, pOverflow); in lsp()
460 Az_lsp(&az[MP1 * 3], lsp_new, lsp_mid, pOverflow); in lsp()
490 Az_lsp(&az[MP1 * 3], lsp_new, st->lsp_old, pOverflow); /* From A(z) to lsp */ in lsp()
/frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
Dlpc.cpp497 Word16 rLow[MP1], rHigh[MP1]; /* Autocorrelations low and hi */ in lpc()
508 Levinson(st->levinsonSt, rHigh, rLow, &a[MP1], rc, pOverflow); in lpc()
515 Levinson(st->levinsonSt, rHigh, rLow, &a[MP1 * 3], rc, pOverflow); in lpc()
524 Levinson(st->levinsonSt, rHigh, rLow, &a[MP1 * 3], rc, pOverflow); in lpc()
Dpre_big.cpp171 Word16 Ap1[MP1]; /* A(z) with spectral expansion */ in pre_big()
172 Word16 Ap2[MP1]; /* A(z) with spectral expansion */ in pre_big()
188 aOffset = 2 * MP1; in pre_big()
204 aOffset = add(aOffset, MP1, pOverflow); in pre_big()
Dspreproc.cpp190 Word16 Ap1[MP1]; /* A(z) with spectral expansion */ in subframePreProc()
191 Word16 Ap2[MP1]; /* A(z) with spectral expansion */ in subframePreProc()
Dcod_amr.cpp488 st->zero = st->ai_zero + MP1; in cod_amr_reset()
1225 Word16 A_t[(MP1) * 4]; /* A(z) unquantized for the 4 subframes */ in cod_amr()
1226 Word16 Aq_t[(MP1) * 4]; /* A(z) quantized for the 4 subframes */ in cod_amr()
1563 Aq -= MP1; in cod_amr()
1569 Aq += MP1; in cod_amr()
1590 A += MP1; /* interpolated LPC parameters for next subframe */ in cod_amr()
1591 Aq += MP1; in cod_amr()
Dcod_amr.h146 Word16 ai_zero[L_SUBFR + MP1];
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/
Dint_lpc.c29 #define MP1 (M+1) macro
56 Az += MP1; in Int_isp()
/frameworks/av/media/libstagefright/codecs/amrwb/src/
Dinterpolate_isp.cpp94 #define MP1 (M+1) macro
138 Az += MP1; in interpolate_isp()
/frameworks/av/media/libstagefright/codecs/amrnb/dec/src/
Dpstfilt.cpp447 Word16 Ap3[MP1]; in Post_Filter()
448 Word16 Ap4[MP1]; /* bandwidth expanded LP parameters */ in Post_Filter()
570 Az += MP1; in Post_Filter()
Ddec_amr.cpp2332 Az += MP1; in Decoder_amr()
/frameworks/av/media/libstagefright/codecs/amrnb/common/include/
Dcnst.h76 #define MP1 (M+1) /* Order of LP filter + 1 */ macro