OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:wgt_fct
(Results
1 - 1
of
1
) sorted by null
/frameworks/av/media/libstagefright/codecs/amrnb/common/src/
lsfwt.cpp
193
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 61 milliseconds