HomeSort by relevance Sort by last modified time
    Searched refs:state_ptr (Results 1 - 2 of 2) sorted by null

  /external/webrtc/src/common_audio/signal_processing/
filter_ar_fast_q12.c 33 WebRtc_Word16 *state_ptr = &out[i - 1]; local
39 o -= WEBRTC_SPL_MUL_16_16(*a_ptr++,*state_ptr--);
filter_ar.c 45 WebRtc_Word16* state_ptr = &state[state_length - 1]; local
59 o -= WEBRTC_SPL_MUL_16_16(*a_ptr, *state_ptr--);

Completed in 37 milliseconds