Searched refs:filtState (Results 1 – 5 of 5) sorted by relevance
/external/webrtc/webrtc/common_audio/signal_processing/ |
D | resample_by_2.c | 71 int16_t* out, int32_t* filtState) { in WebRtcSpl_DownsampleBy2() argument 75 register int32_t state0 = filtState[0]; in WebRtcSpl_DownsampleBy2() 76 register int32_t state1 = filtState[1]; in WebRtcSpl_DownsampleBy2() 77 register int32_t state2 = filtState[2]; in WebRtcSpl_DownsampleBy2() 78 register int32_t state3 = filtState[3]; in WebRtcSpl_DownsampleBy2() 79 register int32_t state4 = filtState[4]; in WebRtcSpl_DownsampleBy2() 80 register int32_t state5 = filtState[5]; in WebRtcSpl_DownsampleBy2() 81 register int32_t state6 = filtState[6]; in WebRtcSpl_DownsampleBy2() 82 register int32_t state7 = filtState[7]; in WebRtcSpl_DownsampleBy2() 116 filtState[0] = state0; in WebRtcSpl_DownsampleBy2() [all …]
|
D | resample_by_2_mips.c | 34 int32_t* filtState) { in WebRtcSpl_DownsampleBy2() argument 38 register int32_t state0 = filtState[0]; in WebRtcSpl_DownsampleBy2() 39 register int32_t state1 = filtState[1]; in WebRtcSpl_DownsampleBy2() 40 register int32_t state2 = filtState[2]; in WebRtcSpl_DownsampleBy2() 41 register int32_t state3 = filtState[3]; in WebRtcSpl_DownsampleBy2() 42 register int32_t state4 = filtState[4]; in WebRtcSpl_DownsampleBy2() 43 register int32_t state5 = filtState[5]; in WebRtcSpl_DownsampleBy2() 44 register int32_t state6 = filtState[6]; in WebRtcSpl_DownsampleBy2() 45 register int32_t state7 = filtState[7]; in WebRtcSpl_DownsampleBy2() 285 [state6] "r" (state6), [state7] "r" (state7), [filtState] "r" (filtState) in WebRtcSpl_DownsampleBy2()
|
/external/aac/libFDK/include/ |
D | FDK_lpc.h | 148 const int order, FIXP_DBL *filtState, int *filtStateIndex); 169 const int order, FIXP_DBL *filtState, int *pStateIndex);
|
/external/aac/libFDK/src/ |
D | FDK_lpc.cpp | 303 const int order, FIXP_DBL *RESTRICT filtState, in CLpc_Analysis() argument 339 tmp = fMultAddDiv2(tmp, pCoeff[i], filtState[i]); in CLpc_Analysis() 344 filtState[stateIndex] = signal[j]; in CLpc_Analysis()
|
/external/webrtc/webrtc/common_audio/signal_processing/include/ |
D | signal_processing_library.h | 903 int16_t* out, int32_t* filtState); 906 int16_t* out, int32_t* filtState);
|