Home
last modified time | relevance | path

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

/external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
Dlattice_c.c25 int16_t* ar_f_Q0, // Input samples in WebRtcIsacfix_FilterArLoop() argument
37 tmpAR = ar_f_Q0[n + 1]; in WebRtcIsacfix_FilterArLoop()
46 ar_f_Q0[n + 1] = tmpAR; in WebRtcIsacfix_FilterArLoop()
Dlattice_armv7.S19 @ r1: &ar_f_Q0
40 add r1, #2 @ &ar_f_Q0[1]
48 ldrh r5, [r1] @ tmpAR = ar_f_Q0[n+1]
73 strh r5, [r1], #2 @ Output: ar_f_Q0[n+1] = tmpAR;
Dlattice.c43 int16_t* ar_f_Q0,