Searched refs:lsf_old (Results 1 – 2 of 2) sorted by relevance
214 Word16 lsf_old[], /* i : LSF vector at the 4th SF of past frame */ in Int_lsf() argument229 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 …]
99 Word16 lsf_old[], /* i : LSF vector at the 4th SF of past frame */