Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/codecs/amrnb/dec/src/
Ddtx_dec.cpp882 Word32 L_lsf[M]; in dtx_dec() local
928 L_lsf[i] = 0; in dtx_dec()
945 L_lsf[j] = L_add(L_lsf[j], in dtx_dec()
952 if (L_lsf[j] < 0) in dtx_dec()
954 lsf[j] = (Word16)(~((~L_lsf[j]) >> 3)); in dtx_dec()
958 lsf[j] = (Word16)(L_lsf[j] >> 3); in dtx_dec()