Home
last modified time | relevance | path

Searched refs:a_exp (Results 1 – 2 of 2) sorted by relevance

/frameworks/av/media/libstagefright/codecs/amrnb/common/src/
Dweight_a.cpp178 Word16 a_exp[] /* (o) : Spectral expanded LPC coefficients */ in Weight_Ai() argument
183 *(a_exp) = *(a); in Weight_Ai()
187 a_exp += 1; in Weight_Ai()
190 *(a_exp) = (Word16)((((Word32) * (a)) * *(fac - 1) in Weight_Ai()
/frameworks/av/media/libstagefright/codecs/amrnb/common/include/
Dweight_a.h74 Word16 a_exp[] /* (o) : Spectral expanded LPC coefficients */