Home
last modified time | relevance | path

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

/frameworks/av/media/module/codecs/amrnb/common/src/
Dlsfwt.cpp193 Word16 wgt_fct; in Lsf_wt() local
222 wgt_fct = *p_wf; in Lsf_wt()
223 temp = wgt_fct - 1843; in Lsf_wt()
228 wgt_fct = 1843 - temp; in Lsf_wt()
232 temp = (Word16)(((Word32)wgt_fct * 28160) >> 15); in Lsf_wt()
233 wgt_fct = 3427 - temp; in Lsf_wt()
236 *(p_wf++) = wgt_fct << 3; in Lsf_wt()