Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
Dlattice_armv7.S43 ldr r9, [sp, #32] @ Restore the inner loop counter to order_coef
45 add r0, r9, asl #1 @ Restore r0 to &ar_g_Q0[order_coef]
46 add r2, r9, asl #1 @ Restore r2 to &cth_Q15[order_coef]
47 add r3, r9, asl #1 @ Restore r3 to &sth_Q15[order_coef]
49 ORDER_COEF_LOOP: @ for (k = order_coef; k > 0; k--)
Dlattice_c.c28 size_t order_coef) { // order of the filter in WebRtcIsacfix_FilterArLoop() argument
38 for (k = order_coef; k > 0; k--) { in WebRtcIsacfix_FilterArLoop()
Dlattice_mips.c22 size_t order_coef) { // order of the filter in WebRtcIsacfix_FilterArLoop() argument
26 int count = (int)(order_coef - 1); in WebRtcIsacfix_FilterArLoop()
Dlattice.c46 size_t order_coef);