HomeSort by relevance Sort by last modified time
    Searched refs:A_t (Results 1 - 7 of 7) sorted by null

  /frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
pre_big.cpp 99 A_t = array of type Word16 -- A(z) unquantized, for 4 subframes, Q12
163 Word16 A_t[], /* i : A(z) unquantized, for 4 subframes, Q12 */
198 Weight_Ai(&A_t[aOffset], g1, Ap1);
199 Weight_Ai(&A_t[aOffset], gamma2, Ap2);
pre_big.h 115 Word16 A_t[], /* i : A(z) unquantized, for 4 subframes, Q12 */
cod_amr.cpp 822 Word16 A_t[(MP1) * 4]; // A(z) unquantized for the 4 subframes
824 Word16 *A, *Aq; // Pointer on A_t and Aq_t
902 lpc(st->lpcSt, mode, st->p_window, st->p_window_12k2, A_t);
906 lsp(st->lspSt, mode, *usedMode, A_t, Aq_t, lsp_new, &ana);
962 pre_big(mode, gamma1, gamma1_12k2, gamma2, A_t, i_subfr, st->speech,
1024 A = A_t; // pointer to interpolated LPC parameters
    [all...]
  /frameworks/av/media/libstagefright/codecs/amrnb/dec/src/
dec_amr.h 192 Word16 A_t[] /* o : decoded LP filter in 4 subframes
dtx_dec.h 166 Word16 A_t[], /* o : decoded LP filter in 4 subframes*/
dtx_dec.cpp 358 A_t = decoded LP filter in 4 subframes
397 Word16 A_t[] // o : decoded LP filter in 4 subframes
718 Copy(acoeff, &A_t[0], M + 1);
719 Copy(acoeff, &A_t[M + 1], M + 1);
720 Copy(acoeff, &A_t[2 * (M + 1)], M + 1);
721 Copy(acoeff, &A_t[3 * (M + 1)], M + 1);
850 Word16 A_t[], /* o : decoded LP filter in 4 subframes*/
    [all...]
dec_amr.cpp 499 A_t = buffer containing decoded LP filter in 4 subframes (Word16)
505 A_t buffer contains the decoded LP filter parameters
542 Word16 A_t[] // o : decoded LP filter in 4 subframes
548 Word16 *Az; // Pointer on A_t
605 parm, synth, A_t);
685 Int_lpc_1to3(st->lsp_old, lsp_new, A_t);
694 Int_lpc_1and3 (st->lsp_old, lsp_mid, lsp_new, A_t);
715 Az = A_t;
    [all...]

Completed in 181 milliseconds