Searched refs:lsf_new (Results 1 – 2 of 2) sorted by relevance
215 Word16 lsf_new[], /* i : LSF vector at the 4th SF of present frame */ in Int_lsf() argument237 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 …]
100 Word16 lsf_new[], /* i : LSF vector at the 4th SF of present frame */