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

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

Completed in 72 milliseconds