Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/codecs/amrnb/dec/src/
Dint_lsf.cpp215 Word16 lsf_new[], /* i : LSF vector at the 4th SF of present frame */ in Int_lsf() argument
237 if (*(lsf_new + i) < 0) in Int_lsf()
239 temp2 = ~(~(*(lsf_new + i)) >> 2); in Int_lsf()
243 temp2 = *(lsf_new + i) >> 2; in Int_lsf()
263 if (*(lsf_new + i) < 0) in Int_lsf()
265 temp2 = ~(~(*(lsf_new + i)) >> 1); in Int_lsf()
269 temp2 = *(lsf_new + i) >> 1; in Int_lsf()
290 if (*(lsf_new + i) < 0) in Int_lsf()
292 temp2 = ~(~(*(lsf_new + i)) >> 2); in Int_lsf()
296 temp2 = *(lsf_new + i) >> 2; in Int_lsf()
[all …]
/frameworks/av/media/libstagefright/codecs/amrnb/common/include/
Dint_lsf.h100 Word16 lsf_new[], /* i : LSF vector at the 4th SF of present frame */