Searched refs:ai_zero (Results 1 – 4 of 4) sorted by relevance
/frameworks/av/media/libstagefright/codecs/amrnb/enc/src/ |
D | spreproc.cpp | 182 Word16 ai_zero[], /* o : history of weighted synth. filter */ in subframePreProc() argument 208 memcpy(ai_zero, Ap1, (M + 1)*sizeof(Word16)); in subframePreProc() 211 Syn_filt(Aq, ai_zero, h1, L_SUBFR, zero, 0); in subframePreProc()
|
D | spreproc.h | 119 Word16 ai_zero[], /* o : history of weighted synth. filter */
|
D | cod_amr.cpp | 488 st->zero = st->ai_zero + MP1; in cod_amr_reset() 1460 st->ai_zero, &st->exc[i_subfr], in cod_amr() 1468 st->ai_zero, &st->exc[i_subfr], in cod_amr() 1576 st->ai_zero, &st->exc[i_subfr], in cod_amr()
|
D | cod_amr.h | 146 Word16 ai_zero[L_SUBFR + MP1]; member
|