Searched defs:sth_Q15 (Results 1 - 1 of 1) sorted by relevance

/external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
H A Dlattice_c.c22 * cth_Q15[] and sth_Q15[].
27 int16_t* sth_Q15, // Filter coefficients
40 - (WEBRTC_SPL_MUL_16_16(sth_Q15[k], ar_g_Q0[k])) + 16384), 15);
41 tmp32_2 = WEBRTC_SPL_RSHIFT_W32(((WEBRTC_SPL_MUL_16_16(sth_Q15[k], tmpAR))
24 WebRtcIsacfix_FilterArLoop(int16_t* ar_g_Q0, int16_t* ar_f_Q0, int16_t* cth_Q15, int16_t* sth_Q15, int16_t order_coef) argument

Completed in 498 milliseconds