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

/frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
H A Dpre_big.cpp171 Word16 Ap1[MP1]; /* A(z) with spectral expansion */
172 Word16 Ap2[MP1]; /* A(z) with spectral expansion */
188 aOffset = 2 * MP1;
204 aOffset = add(aOffset, MP1, pOverflow);
H A Dlpc.cpp433 Word16 rLow[MP1], rHigh[MP1]; // Autocorrelations low and hi
444 Levinson(st->levinsonSt, rHigh, rLow, &a[MP1], rc);
451 Levinson(st->levinsonSt, rHigh, rLow, &a[MP1 * 3], rc);
460 Levinson(st->levinsonSt, rHigh, rLow, &a[MP1 * 3], rc);
497 Word16 rLow[MP1], rHigh[MP1]; /* Autocorrelations low and hi */
508 Levinson(st->levinsonSt, rHigh, rLow, &a[MP1], rc, pOverflow);
515 Levinson(st->levinsonSt, rHigh, rLow, &a[MP1 * 3], rc, pOverflow);
524 Levinson(st->levinsonSt, rHigh, rLow, &a[MP1 *
[all...]
H A Dspreproc.cpp190 Word16 Ap1[MP1]; /* A(z) with spectral expansion */
191 Word16 Ap2[MP1]; /* A(z) with spectral expansion */
H A Dcod_amr.h120 * MP1 : LPC order+1 *
146 Word16 ai_zero[L_SUBFR + MP1];
H A Dcod_amr.cpp390 st->zero = st->ai_zero + MP1;
488 st->zero = st->ai_zero + MP1;
822 Word16 A_t[(MP1) * 4]; // A(z) unquantized for the 4 subframes
823 Word16 Aq_t[(MP1) * 4]; // A(z) quantized for the 4 subframes
1147 Aq -= MP1;
1153 Aq += MP1;
1175 A += MP1; // interpolated LPC parameters for next subframe
1176 Aq += MP1;
1225 Word16 A_t[(MP1) * 4]; /* A(z) unquantized for the 4 subframes */
1226 Word16 Aq_t[(MP1) *
[all...]
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/
H A Dint_lpc.c29 #define MP1 (M+1) macro
56 Az += MP1;
/frameworks/av/media/libstagefright/codecs/amrwb/src/
H A Dinterpolate_isp.cpp94 #define MP1 (M+1) macro
138 Az += MP1;
/frameworks/av/media/libstagefright/codecs/amrnb/common/include/
H A Dcnst.h76 #define MP1 (M+1) /* Order of LP filter + 1 */ macro
/frameworks/av/media/libstagefright/codecs/amrnb/common/src/
H A Dint_lpc.cpp205 Az += MP1;
212 Az += MP1;
228 Az += MP1;
337 Az += MP1 * 2;
462 Az += MP1;
477 Az += MP1;
493 Az += MP1;
600 Az += MP1;
615 Az += MP1;
H A Dlsp.cpp457 Az_lsp(&az[MP1], lsp_mid, st->lsp_old, pOverflow);
458 Az_lsp(&az[MP1 * 3], lsp_new, lsp_mid, pOverflow);
488 Az_lsp(&az[MP1 * 3], lsp_new, st->lsp_old, pOverflow); /* From A(z) to lsp */
/frameworks/av/media/libstagefright/codecs/amrnb/dec/src/
H A Dpstfilt.cpp322 Word16 Ap3[MP1], Ap4[MP1]; // bandwidth expanded LP parameters
406 Az += MP1;
447 Word16 Ap3[MP1];
448 Word16 Ap4[MP1]; /* bandwidth expanded LP parameters */
570 Az += MP1;
H A Ddec_amr.cpp1273 Az += MP1;
2332 Az += MP1;

Completed in 467 milliseconds