Searched refs:Ap1 (Results 1 – 2 of 2) sorted by relevance
/frameworks/av/media/libstagefright/codecs/amrnb/enc/src/ |
D | spreproc.cpp | 190 Word16 Ap1[MP1]; /* A(z) with spectral expansion */ in subframePreProc() local 205 Weight_Ai(A, g1, Ap1); in subframePreProc() 208 memcpy(ai_zero, Ap1, (M + 1)*sizeof(Word16)); in subframePreProc() 227 Residu(Ap1, error, xn, L_SUBFR); in subframePreProc()
|
D | pre_big.cpp | 171 Word16 Ap1[MP1]; /* A(z) with spectral expansion */ in pre_big() local 198 Weight_Ai(&A_t[aOffset], g1, Ap1); in pre_big() 200 Residu(Ap1, &speech[frameOffset], &wsp[frameOffset], L_SUBFR); in pre_big()
|