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

/frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
H A Dcod_amr.cpp823 Word16 Aq_t[(MP1) * 4]; // A(z) quantized for the 4 subframes
824 Word16 *A, *Aq; // Pointer on A_t and Aq_t
906 lsp(st->lspSt, mode, *usedMode, A_t, Aq_t, lsp_new, &ana);
1025 Aq = Aq_t; // pointer to interpolated quantized LPC parameters
1226 Word16 Aq_t[(MP1) * 4]; /* A(z) quantized for the 4 subframes */ local
1227 Word16 *A, *Aq; /* Pointer on A_t and Aq_t */
1309 lsp(st->lspSt, mode, *usedMode, A_t, Aq_t, lsp_new, &ana, pOverflow);
1431 Aq = Aq_t; /* pointer to interpolated quantized LPC parameters */

Completed in 355 milliseconds