OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:tmpAR
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/fix/source/
lattice_c.c
33
int16_t
tmpAR
= 0;
37
tmpAR
= ar_f_Q0[n + 1];
39
tmp32 = WEBRTC_SPL_RSHIFT_W32(((WEBRTC_SPL_MUL_16_16(cth_Q15[k],
tmpAR
))
41
tmp32_2 = WEBRTC_SPL_RSHIFT_W32(((WEBRTC_SPL_MUL_16_16(sth_Q15[k],
tmpAR
))
43
tmpAR
= (int16_t)WebRtcSpl_SatW32ToW16(tmp32);
46
ar_f_Q0[n + 1] =
tmpAR
;
47
ar_g_Q0[0] =
tmpAR
;
lattice.c
227
int16_t
tmpAR
;
285
tmpAR
= (int16_t)WebRtcSpl_SatW32ToW16(tmp32); // Q0
289
ARfQ0vec[0] =
tmpAR
;
Completed in 271 milliseconds