Searched refs:state6 (Results 1 – 2 of 2) sorted by relevance
/external/webrtc/common_audio/signal_processing/ |
D | resample_by_2_mips.c | 46 register int32_t state6 = filtState[6]; in WebRtcSpl_DownsampleBy2() local 115 [state6] "+r" (state6), [state5] "+r" (state5) in WebRtcSpl_DownsampleBy2() 141 : [state3] "+r" (state3), [state6] "+r" (state6), in WebRtcSpl_DownsampleBy2() 174 diff = tmp1 - state6; in WebRtcSpl_DownsampleBy2() 178 state7 = MUL_ACCUM_2(kResampleAllpass1[2], diff, state6); in WebRtcSpl_DownsampleBy2() 179 state6 = tmp2; in WebRtcSpl_DownsampleBy2() 203 diff = tmp1 - state6; in WebRtcSpl_DownsampleBy2() 207 state7 = MUL_ACCUM_2(kResampleAllpass1[2], diff, state6); in WebRtcSpl_DownsampleBy2() 208 state6 = tmp2; in WebRtcSpl_DownsampleBy2() 232 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()
|