Home
last modified time | relevance | path

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

/external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
Dlattice_armv7.S20 @ r2: &cth_Q15
50 add r2, r9, asl #1 @ Restore r2 to &cth_Q15[order_coef]
56 ldrh r6, [r2, #-2]! @ cth_Q15[k]
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])
Dlattice_c.c26 int16_t* cth_Q15, // Filter coefficients in WebRtcIsacfix_FilterArLoop() argument
39 tmp32 = WEBRTC_SPL_RSHIFT_W32(((WEBRTC_SPL_MUL_16_16(cth_Q15[k], tmpAR)) in WebRtcIsacfix_FilterArLoop()
42 + (WEBRTC_SPL_MUL_16_16(cth_Q15[k], ar_g_Q0[k])) + 16384), 15); in WebRtcIsacfix_FilterArLoop()
Dlattice.c44 int16_t* cth_Q15,