OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tmpW32b
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/webrtc/modules/audio_coding/codecs/ilbc/
hp_input.c
37
int32_t
tmpW32b
;
62
tmpW32b
= tmpW32 + 4096;
65
tmpW32b
= WEBRTC_SPL_SAT((int32_t)268435455,
tmpW32b
, (int32_t)-268435456);
68
signal[i] = (int16_t)(
tmpW32b
>> 13);
hp_output.c
37
int32_t
tmpW32b
;
62
tmpW32b
= tmpW32 + 1024;
65
tmpW32b
= WEBRTC_SPL_SAT((int32_t)67108863,
tmpW32b
, (int32_t)-67108864);
68
signal[i] = (int16_t)(
tmpW32b
>> 11);
Completed in 63 milliseconds