Searched refs:MP1 (Results 1 – 12 of 12) sorted by relevance
/frameworks/av/media/libstagefright/codecs/amrnb/common/src/ |
D | int_lpc.cpp | 205 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()
|
D | lsp.cpp | 459 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/ |
D | lpc.cpp | 497 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()
|
D | pre_big.cpp | 171 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()
|
D | spreproc.cpp | 190 Word16 Ap1[MP1]; /* A(z) with spectral expansion */ in subframePreProc() 191 Word16 Ap2[MP1]; /* A(z) with spectral expansion */ in subframePreProc()
|
D | cod_amr.cpp | 488 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()
|
D | cod_amr.h | 146 Word16 ai_zero[L_SUBFR + MP1];
|
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/ |
D | int_lpc.c | 29 #define MP1 (M+1) macro 56 Az += MP1; in Int_isp()
|
/frameworks/av/media/libstagefright/codecs/amrwb/src/ |
D | interpolate_isp.cpp | 94 #define MP1 (M+1) macro 138 Az += MP1; in interpolate_isp()
|
/frameworks/av/media/libstagefright/codecs/amrnb/dec/src/ |
D | pstfilt.cpp | 447 Word16 Ap3[MP1]; in Post_Filter() 448 Word16 Ap4[MP1]; /* bandwidth expanded LP parameters */ in Post_Filter() 570 Az += MP1; in Post_Filter()
|
D | dec_amr.cpp | 2332 Az += MP1; in Decoder_amr()
|
/frameworks/av/media/libstagefright/codecs/amrnb/common/include/ |
D | cnst.h | 76 #define MP1 (M+1) /* Order of LP filter + 1 */ macro
|