Home
last modified time | relevance | path

Searched refs:tmpAR (Results 1 – 3 of 3) sorted by relevance

/external/webrtc/modules/audio_coding/codecs/isac/fix/source/
Dlattice_c.c32 int16_t tmpAR = 0; in WebRtcIsacfix_FilterArLoop() local
36 tmpAR = ar_f_Q0[n + 1]; in WebRtcIsacfix_FilterArLoop()
38 tmp32 = (cth_Q15[k - 1] * tmpAR - sth_Q15[k - 1] * ar_g_Q0[k - 1] + in WebRtcIsacfix_FilterArLoop()
40 tmp32_2 = (sth_Q15[k - 1] * tmpAR + cth_Q15[k - 1] * ar_g_Q0[k - 1] + in WebRtcIsacfix_FilterArLoop()
42 tmpAR = (int16_t)WebRtcSpl_SatW32ToW16(tmp32); in WebRtcIsacfix_FilterArLoop()
45 ar_f_Q0[n + 1] = tmpAR; in WebRtcIsacfix_FilterArLoop()
46 ar_g_Q0[0] = tmpAR; in WebRtcIsacfix_FilterArLoop()
Dlattice_armv7.S23 @ r5: tmpAR
44 ldrh r5, [r1] @ tmpAR = ar_f_Q0[n+1]
55 smlabb r11, r7, r5, r12 @ sth_Q15[k - 1] * tmpAR + 16384
56 smlabb r10, r6, r5, r12 @ cth_Q15[k - 1] * tmpAR + 16384
59 @ (sth_Q15[k - 1] * tmpAR + 16384)
61 sub r10, r10, r7 @ cth_Q15[k - 1] * tmpAR + 16384 -
70 strh r5, [r0] @ Output: ar_g_Q0[0] = tmpAR;
71 strh r5, [r1], #2 @ Output: ar_f_Q0[n+1] = tmpAR;
Dlattice.c234 int16_t tmpAR; in WebRtcIsacfix_NormLatticeFilterAr() local
294 tmpAR = (int16_t)WebRtcSpl_SatW32ToW16(tmp32); // Q0 in WebRtcIsacfix_NormLatticeFilterAr()
299 ARfQ0vec[0] = tmpAR; in WebRtcIsacfix_NormLatticeFilterAr()