Home
last modified time | relevance | path

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

/external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
Dlattice_armv7.S21 @ r3: &sth_Q15
51 add r3, r9, asl #1 @ Restore r3 to &sth_Q15[order_coef]
55 ldrh r7, [r3, #-2]! @ sth_Q15[k]
59 smlabb r11, r7, r5, r12 @ sth_Q15[k] * tmpAR + 16384
61 smulbb r7, r7, r8 @ sth_Q15[k] * ar_g_Q0[k]
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])
Dlattice_c.c27 int16_t* sth_Q15, // Filter coefficients in WebRtcIsacfix_FilterArLoop() argument
40 - (WEBRTC_SPL_MUL_16_16(sth_Q15[k], ar_g_Q0[k])) + 16384), 15); in WebRtcIsacfix_FilterArLoop()
41 tmp32_2 = WEBRTC_SPL_RSHIFT_W32(((WEBRTC_SPL_MUL_16_16(sth_Q15[k], tmpAR)) in WebRtcIsacfix_FilterArLoop()
Dlattice.c45 int16_t* sth_Q15,