Searched refs:state6 (Results 1 – 2 of 2) sorted by relevance
/external/webrtc/webrtc/common_audio/signal_processing/ |
D | resample_by_2_mips.c | 44 register int32_t state6 = filtState[6]; in WebRtcSpl_DownsampleBy2() local 113 [state6] "+r" (state6), [state5] "+r" (state5) in WebRtcSpl_DownsampleBy2() 139 : [state3] "+r" (state3), [state6] "+r" (state6), in WebRtcSpl_DownsampleBy2() 172 diff = tmp1 - state6; in WebRtcSpl_DownsampleBy2() 176 state7 = MUL_ACCUM_2(kResampleAllpass1[2], diff, state6); in WebRtcSpl_DownsampleBy2() 177 state6 = tmp2; in WebRtcSpl_DownsampleBy2() 201 diff = tmp1 - state6; in WebRtcSpl_DownsampleBy2() 205 state7 = MUL_ACCUM_2(kResampleAllpass1[2], diff, state6); in WebRtcSpl_DownsampleBy2() 206 state6 = tmp2; in WebRtcSpl_DownsampleBy2() 230 diff = tmp1 - state6; in WebRtcSpl_DownsampleBy2() [all …]
|
D | resample_by_2.c | 81 register int32_t state6 = filtState[6]; in WebRtcSpl_DownsampleBy2() local 102 diff = tmp1 - state6; in WebRtcSpl_DownsampleBy2() 106 state7 = MUL_ACCUM_2(kResampleAllpass1[2], diff, state6); in WebRtcSpl_DownsampleBy2() 107 state6 = tmp2; in WebRtcSpl_DownsampleBy2() 122 filtState[6] = state6; in WebRtcSpl_DownsampleBy2() 139 register int32_t state6 = filtState[6]; in WebRtcSpl_UpsampleBy2() local 163 diff = tmp1 - state6; in WebRtcSpl_UpsampleBy2() 167 state7 = MUL_ACCUM_2(kResampleAllpass2[2], diff, state6); in WebRtcSpl_UpsampleBy2() 168 state6 = tmp2; in WebRtcSpl_UpsampleBy2() 181 filtState[6] = state6; in WebRtcSpl_UpsampleBy2()
|