Home
last modified time | relevance | path

Searched refs:sth_Q15 (Results 1 – 4 of 4) sorted by relevance

/external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
Dlattice_armv7.S21 @ r3: &sth_Q15
47 add r3, r9, asl #1 @ Restore r3 to &sth_Q15[order_coef]
51 ldrh r7, [r3, #-2]! @ sth_Q15[k - 1]
55 smlabb r11, r7, r5, r12 @ sth_Q15[k - 1] * tmpAR + 16384
57 smulbb r7, r7, r8 @ sth_Q15[k - 1] * ar_g_Q0[k - 1]
59 @ (sth_Q15[k - 1] * tmpAR + 16384)
62 @ (sth_Q15[k - 1] * ar_g_Q0[k - 1])
Dlattice_c.c27 int16_t* sth_Q15, // Filter coefficients in WebRtcIsacfix_FilterArLoop() argument
39 tmp32 = (cth_Q15[k - 1] * tmpAR - sth_Q15[k - 1] * ar_g_Q0[k - 1] + in WebRtcIsacfix_FilterArLoop()
41 tmp32_2 = (sth_Q15[k - 1] * tmpAR + cth_Q15[k - 1] * ar_g_Q0[k - 1] + in WebRtcIsacfix_FilterArLoop()
Dlattice_mips.c21 int16_t* sth_Q15, // Filter coefficients in WebRtcIsacfix_FilterArLoop() argument
112 [sth_Q15] "r" (sth_Q15), [ar_g_Q0] "r" (ar_g_Q0) in WebRtcIsacfix_FilterArLoop()
Dlattice.c45 int16_t* sth_Q15,