Home
last modified time | relevance | path

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

/frameworks/av/media/module/codecs/amrnb/dec/src/
Dint_lsf.cpp214 Word16 lsf_old[], /* i : LSF vector at the 4th SF of past frame */ in Int_lsf() argument
229 if (*(lsf_old + i) < 0) in Int_lsf()
231 temp1 = ~(~(*(lsf_old + i)) >> 2); in Int_lsf()
235 temp1 = *(lsf_old + i) >> 2; in Int_lsf()
245 *(lsf_out + i) = add((Word16)(*(lsf_old + i) - temp1), in Int_lsf()
255 if (*(lsf_old + i) < 0) in Int_lsf()
257 temp1 = ~(~(*(lsf_old + i)) >> 1); in Int_lsf()
261 temp1 = *(lsf_old + i) >> 1; in Int_lsf()
282 if (*(lsf_old + i) < 0) in Int_lsf()
284 temp1 = ~(~(*(lsf_old + i)) >> 2); in Int_lsf()
[all …]
/frameworks/av/media/module/codecs/amrnb/common/include/
Dint_lsf.h99 Word16 lsf_old[], /* i : LSF vector at the 4th SF of past frame */