OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tmp2W32
(Results
1 - 3
of
3
) sorted by null
/external/webrtc/webrtc/modules/audio_coding/codecs/ilbc/
chebyshev.c
37
int32_t
tmp2W32
;
45
tmp2W32
= tmp1W32;
55
b2 =
tmp2W32
;
do_plc.c
49
int32_t tmpW32,
tmp2W32
;
148
tmp2W32
=WebRtcSpl_DotProductWithScale(&iLBCdec_inst->prevResidual[iLBCdec_inst->blockl-corrLen],
152
if ((
tmp2W32
>0)&&(ener_comp>0)) {
156
scale1=(int16_t)WebRtcSpl_NormW32(
tmp2W32
)-16;
157
tmp1=(int16_t)WEBRTC_SPL_SHIFT_W32(
tmp2W32
, scale1);
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
pitch_filter.c
153
int32_t tmpW32,
tmp2W32
, csum1QQ, esumxQQ;
205
tmp2W32
= WEBRTC_SPL_MUL_16_32_RSFT14(indatQ0[ind], tmpW32);
210
if ((
tmp2W32
> 1073700000) || (csum1QQ > 1073700000) ||
216
csum1QQ +=
tmp2W32
>> scale;
226
tmp2W32
= WebRtcSpl_DivResultInQ31(csum1QQ, esumxQQ);
229
tmpW32 =
tmp2W32
>> 20;
Completed in 68 milliseconds