OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:indw16
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/fix/source/
pitch_filter.c
174
int16_t cnt = 0, frcQQ,
indW16
= 0, tmpW16;
207
indW16
= (int16_t)CalcLrIntQ(curLagQ7, 7);
208
tmpW16 = WEBRTC_SPL_LSHIFT_W16(
indW16
, 7);
218
pos3QQ = pos - (
indW16
+ 4);
/external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
pitch_filter.c
185
WebRtc_Word16 cnt = 0, frcQQ,
indW16
= 0, tmpW16;
218
indW16
= (WebRtc_Word16)CalcLrIntQ(curLagQ7, 7);
219
tmpW16 = WEBRTC_SPL_LSHIFT_W16(
indW16
, 7);
229
pos3QQ = pos - (
indW16
+ 4);
Completed in 982 milliseconds