OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tmpAR
(Results
1 - 3
of
3
) sorted by null
/external/webrtc/src/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
= (WebRtc_Word16)WebRtcSpl_SatW32ToW16(tmp32);
46
ar_f_Q0[n + 1] =
tmpAR
;
47
ar_g_Q0[0] =
tmpAR
;
lattice_armv7.S
23
@ r5:
tmpAR
48
ldrh r5, [r1] @
tmpAR
= ar_f_Q0[n+1]
59
smlabb r11, r7, r5, r12 @ sth_Q15[k] *
tmpAR
+ 16384
60
smlabb r10, r6, r5, r12 @ cth_Q15[k] *
tmpAR
+ 16384
62
smlabb r11, r6, r8, r11 @ cth_Q15[k]*ar_g_Q0[k]+(sth_Q15[k]*
tmpAR
+16384)
64
sub r10, r10, r7 @ cth_Q15[k]*
tmpAR
+16384-(sth_Q15[k]*ar_g_Q0[k])
72
strh r5, [r0] @ Output: ar_g_Q0[0] =
tmpAR
;
73
strh r5, [r1], #2 @ Output: ar_f_Q0[n+1] =
tmpAR
;
lattice.c
230
WebRtc_Word16
tmpAR
;
288
tmpAR
= (WebRtc_Word16)WebRtcSpl_SatW32ToW16(tmp32); // Q0
292
ARfQ0vec[0] =
tmpAR
;
Completed in 164 milliseconds