Home
last modified time | relevance | path

Searched refs:state7 (Results 1 – 25 of 121) sorted by relevance

12345

/dports/net/libilbc/libilbc-3.0.4/common_audio/signal_processing/
H A Dresample_by_2_mips.c47 register int32_t state7 = filtState[7]; in WebRtcSpl_DownsampleBy2() local
143 [out32] "=r" (out32), [diff1] "=&r" (diff1), [state7] "+r" (state7) in WebRtcSpl_DownsampleBy2()
177 diff = tmp2 - state7; in WebRtcSpl_DownsampleBy2()
182 out32 = (state3 + state7 + 1024) >> 11; in WebRtcSpl_DownsampleBy2()
206 diff = tmp2 - state7; in WebRtcSpl_DownsampleBy2()
211 out32 = (state3 + state7 + 1024) >> 11; in WebRtcSpl_DownsampleBy2()
235 diff = tmp2 - state7; in WebRtcSpl_DownsampleBy2()
240 out32 = (state3 + state7 + 1024) >> 11; in WebRtcSpl_DownsampleBy2()
264 diff = tmp2 - state7; in WebRtcSpl_DownsampleBy2()
269 out32 = (state3 + state7 + 1024) >> 11; in WebRtcSpl_DownsampleBy2()
[all …]
H A Dresample_by_2.c82 register int32_t state7 = filtState[7]; in WebRtcSpl_DownsampleBy2() local
105 diff = tmp2 - state7; in WebRtcSpl_DownsampleBy2()
106 state7 = MUL_ACCUM_2(kResampleAllpass1[2], diff, state6); in WebRtcSpl_DownsampleBy2()
110 out32 = (state3 + state7 + 1024) >> 11; in WebRtcSpl_DownsampleBy2()
123 filtState[7] = state7; in WebRtcSpl_DownsampleBy2()
140 register int32_t state7 = filtState[7]; in WebRtcSpl_UpsampleBy2() local
166 diff = tmp2 - state7; in WebRtcSpl_UpsampleBy2()
167 state7 = MUL_ACCUM_2(kResampleAllpass2[2], diff, state6); in WebRtcSpl_UpsampleBy2()
171 out32 = (state7 + 512) >> 10; in WebRtcSpl_UpsampleBy2()
182 filtState[7] = state7; in WebRtcSpl_UpsampleBy2()
/dports/net-im/tg_owt/tg_owt-d578c76/src/common_audio/signal_processing/
H A Dresample_by_2_mips.c47 register int32_t state7 = filtState[7]; in WebRtcSpl_DownsampleBy2() local
143 [out32] "=r" (out32), [diff1] "=&r" (diff1), [state7] "+r" (state7) in WebRtcSpl_DownsampleBy2()
177 diff = tmp2 - state7; in WebRtcSpl_DownsampleBy2()
182 out32 = (state3 + state7 + 1024) >> 11; in WebRtcSpl_DownsampleBy2()
206 diff = tmp2 - state7; in WebRtcSpl_DownsampleBy2()
211 out32 = (state3 + state7 + 1024) >> 11; in WebRtcSpl_DownsampleBy2()
235 diff = tmp2 - state7; in WebRtcSpl_DownsampleBy2()
240 out32 = (state3 + state7 + 1024) >> 11; in WebRtcSpl_DownsampleBy2()
264 diff = tmp2 - state7; in WebRtcSpl_DownsampleBy2()
269 out32 = (state3 + state7 + 1024) >> 11; in WebRtcSpl_DownsampleBy2()
[all …]
H A Dresample_by_2.c82 register int32_t state7 = filtState[7]; in WebRtcSpl_DownsampleBy2() local
105 diff = tmp2 - state7; in WebRtcSpl_DownsampleBy2()
106 state7 = MUL_ACCUM_2(kResampleAllpass1[2], diff, state6); in WebRtcSpl_DownsampleBy2()
110 out32 = (state3 + state7 + 1024) >> 11; in WebRtcSpl_DownsampleBy2()
123 filtState[7] = state7; in WebRtcSpl_DownsampleBy2()
140 register int32_t state7 = filtState[7]; in WebRtcSpl_UpsampleBy2() local
166 diff = tmp2 - state7; in WebRtcSpl_UpsampleBy2()
167 state7 = MUL_ACCUM_2(kResampleAllpass2[2], diff, state6); in WebRtcSpl_UpsampleBy2()
171 out32 = (state7 + 512) >> 10; in WebRtcSpl_UpsampleBy2()
182 filtState[7] = state7; in WebRtcSpl_UpsampleBy2()
/dports/lang/spidermonkey60/firefox-60.9.0/media/webrtc/trunk/webrtc/common_audio/signal_processing/
H A Dresample_by_2_mips.c45 register int32_t state7 = filtState[7]; in WebRtcSpl_DownsampleBy2() local
141 [out32] "=r" (out32), [diff1] "=&r" (diff1), [state7] "+r" (state7) in WebRtcSpl_DownsampleBy2()
175 diff = tmp2 - state7; in WebRtcSpl_DownsampleBy2()
180 out32 = (state3 + state7 + 1024) >> 11; in WebRtcSpl_DownsampleBy2()
204 diff = tmp2 - state7; in WebRtcSpl_DownsampleBy2()
209 out32 = (state3 + state7 + 1024) >> 11; in WebRtcSpl_DownsampleBy2()
233 diff = tmp2 - state7; in WebRtcSpl_DownsampleBy2()
238 out32 = (state3 + state7 + 1024) >> 11; in WebRtcSpl_DownsampleBy2()
262 diff = tmp2 - state7; in WebRtcSpl_DownsampleBy2()
267 out32 = (state3 + state7 + 1024) >> 11; in WebRtcSpl_DownsampleBy2()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/webrtc/common_audio/signal_processing/
H A Dresample_by_2_mips.c47 register int32_t state7 = filtState[7]; in WebRtcSpl_DownsampleBy2() local
143 [out32] "=r" (out32), [diff1] "=&r" (diff1), [state7] "+r" (state7) in WebRtcSpl_DownsampleBy2()
177 diff = tmp2 - state7; in WebRtcSpl_DownsampleBy2()
182 out32 = (state3 + state7 + 1024) >> 11; in WebRtcSpl_DownsampleBy2()
206 diff = tmp2 - state7; in WebRtcSpl_DownsampleBy2()
211 out32 = (state3 + state7 + 1024) >> 11; in WebRtcSpl_DownsampleBy2()
235 diff = tmp2 - state7; in WebRtcSpl_DownsampleBy2()
240 out32 = (state3 + state7 + 1024) >> 11; in WebRtcSpl_DownsampleBy2()
264 diff = tmp2 - state7; in WebRtcSpl_DownsampleBy2()
269 out32 = (state3 + state7 + 1024) >> 11; in WebRtcSpl_DownsampleBy2()
[all …]
H A Dresample_by_2.c82 register int32_t state7 = filtState[7]; in WebRtcSpl_DownsampleBy2() local
105 diff = tmp2 - state7; in WebRtcSpl_DownsampleBy2()
106 state7 = MUL_ACCUM_2(kResampleAllpass1[2], diff, state6); in WebRtcSpl_DownsampleBy2()
110 out32 = (state3 + state7 + 1024) >> 11; in WebRtcSpl_DownsampleBy2()
123 filtState[7] = state7; in WebRtcSpl_DownsampleBy2()
140 register int32_t state7 = filtState[7]; in WebRtcSpl_UpsampleBy2() local
166 diff = tmp2 - state7; in WebRtcSpl_UpsampleBy2()
167 state7 = MUL_ACCUM_2(kResampleAllpass2[2], diff, state6); in WebRtcSpl_UpsampleBy2()
171 out32 = (state7 + 512) >> 10; in WebRtcSpl_UpsampleBy2()
182 filtState[7] = state7; in WebRtcSpl_UpsampleBy2()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/webrtc/common_audio/signal_processing/
H A Dresample_by_2_mips.c47 register int32_t state7 = filtState[7]; in WebRtcSpl_DownsampleBy2() local
143 [out32] "=r" (out32), [diff1] "=&r" (diff1), [state7] "+r" (state7) in WebRtcSpl_DownsampleBy2()
177 diff = tmp2 - state7; in WebRtcSpl_DownsampleBy2()
182 out32 = (state3 + state7 + 1024) >> 11; in WebRtcSpl_DownsampleBy2()
206 diff = tmp2 - state7; in WebRtcSpl_DownsampleBy2()
211 out32 = (state3 + state7 + 1024) >> 11; in WebRtcSpl_DownsampleBy2()
235 diff = tmp2 - state7; in WebRtcSpl_DownsampleBy2()
240 out32 = (state3 + state7 + 1024) >> 11; in WebRtcSpl_DownsampleBy2()
264 diff = tmp2 - state7; in WebRtcSpl_DownsampleBy2()
269 out32 = (state3 + state7 + 1024) >> 11; in WebRtcSpl_DownsampleBy2()
[all …]
H A Dresample_by_2.c82 register int32_t state7 = filtState[7]; in WebRtcSpl_DownsampleBy2() local
105 diff = tmp2 - state7; in WebRtcSpl_DownsampleBy2()
106 state7 = MUL_ACCUM_2(kResampleAllpass1[2], diff, state6); in WebRtcSpl_DownsampleBy2()
110 out32 = (state3 + state7 + 1024) >> 11; in WebRtcSpl_DownsampleBy2()
123 filtState[7] = state7; in WebRtcSpl_DownsampleBy2()
140 register int32_t state7 = filtState[7]; in WebRtcSpl_UpsampleBy2() local
166 diff = tmp2 - state7; in WebRtcSpl_UpsampleBy2()
167 state7 = MUL_ACCUM_2(kResampleAllpass2[2], diff, state6); in WebRtcSpl_UpsampleBy2()
171 out32 = (state7 + 512) >> 10; in WebRtcSpl_UpsampleBy2()
182 filtState[7] = state7; in WebRtcSpl_UpsampleBy2()
/dports/www/firefox/firefox-99.0/third_party/libwebrtc/common_audio/signal_processing/
H A Dresample_by_2_mips.c47 register int32_t state7 = filtState[7]; in WebRtcSpl_DownsampleBy2() local
143 [out32] "=r" (out32), [diff1] "=&r" (diff1), [state7] "+r" (state7) in WebRtcSpl_DownsampleBy2()
177 diff = tmp2 - state7; in WebRtcSpl_DownsampleBy2()
182 out32 = (state3 + state7 + 1024) >> 11; in WebRtcSpl_DownsampleBy2()
206 diff = tmp2 - state7; in WebRtcSpl_DownsampleBy2()
211 out32 = (state3 + state7 + 1024) >> 11; in WebRtcSpl_DownsampleBy2()
235 diff = tmp2 - state7; in WebRtcSpl_DownsampleBy2()
240 out32 = (state3 + state7 + 1024) >> 11; in WebRtcSpl_DownsampleBy2()
264 diff = tmp2 - state7; in WebRtcSpl_DownsampleBy2()
269 out32 = (state3 + state7 + 1024) >> 11; in WebRtcSpl_DownsampleBy2()
[all …]
H A Dresample_by_2.c82 register int32_t state7 = filtState[7]; in WebRtcSpl_DownsampleBy2() local
105 diff = tmp2 - state7; in WebRtcSpl_DownsampleBy2()
106 state7 = MUL_ACCUM_2(kResampleAllpass1[2], diff, state6); in WebRtcSpl_DownsampleBy2()
110 out32 = (state3 + state7 + 1024) >> 11; in WebRtcSpl_DownsampleBy2()
123 filtState[7] = state7; in WebRtcSpl_DownsampleBy2()
140 register int32_t state7 = filtState[7]; in WebRtcSpl_UpsampleBy2() local
166 diff = tmp2 - state7; in WebRtcSpl_UpsampleBy2()
167 state7 = MUL_ACCUM_2(kResampleAllpass2[2], diff, state6); in WebRtcSpl_UpsampleBy2()
171 out32 = (state7 + 512) >> 10; in WebRtcSpl_UpsampleBy2()
182 filtState[7] = state7; in WebRtcSpl_UpsampleBy2()
/dports/net/pjsip/pjproject-2.11.1/third_party/webrtc/src/webrtc/common_audio/signal_processing/
H A Dresample_by_2_mips.c45 register int32_t state7 = filtState[7]; in WebRtcSpl_DownsampleBy2() local
141 [out32] "=r" (out32), [diff1] "=&r" (diff1), [state7] "+r" (state7) in WebRtcSpl_DownsampleBy2()
175 diff = tmp2 - state7; in WebRtcSpl_DownsampleBy2()
180 out32 = (state3 + state7 + 1024) >> 11; in WebRtcSpl_DownsampleBy2()
204 diff = tmp2 - state7; in WebRtcSpl_DownsampleBy2()
209 out32 = (state3 + state7 + 1024) >> 11; in WebRtcSpl_DownsampleBy2()
233 diff = tmp2 - state7; in WebRtcSpl_DownsampleBy2()
238 out32 = (state3 + state7 + 1024) >> 11; in WebRtcSpl_DownsampleBy2()
262 diff = tmp2 - state7; in WebRtcSpl_DownsampleBy2()
267 out32 = (state3 + state7 + 1024) >> 11; in WebRtcSpl_DownsampleBy2()
[all …]
H A Dresample_by_2.c82 register int32_t state7 = filtState[7]; in WebRtcSpl_DownsampleBy2() local
105 diff = tmp2 - state7; in WebRtcSpl_DownsampleBy2()
106 state7 = MUL_ACCUM_2(kResampleAllpass1[2], diff, state6); in WebRtcSpl_DownsampleBy2()
110 out32 = (state3 + state7 + 1024) >> 11; in WebRtcSpl_DownsampleBy2()
123 filtState[7] = state7; in WebRtcSpl_DownsampleBy2()
140 register int32_t state7 = filtState[7]; in WebRtcSpl_UpsampleBy2() local
166 diff = tmp2 - state7; in WebRtcSpl_UpsampleBy2()
167 state7 = MUL_ACCUM_2(kResampleAllpass2[2], diff, state6); in WebRtcSpl_UpsampleBy2()
171 out32 = (state7 + 512) >> 10; in WebRtcSpl_UpsampleBy2()
182 filtState[7] = state7; in WebRtcSpl_UpsampleBy2()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/libwebrtc/webrtc/common_audio/signal_processing/
H A Dresample_by_2_mips.c47 register int32_t state7 = filtState[7]; in WebRtcSpl_DownsampleBy2() local
143 [out32] "=r" (out32), [diff1] "=&r" (diff1), [state7] "+r" (state7) in WebRtcSpl_DownsampleBy2()
177 diff = tmp2 - state7; in WebRtcSpl_DownsampleBy2()
182 out32 = (state3 + state7 + 1024) >> 11; in WebRtcSpl_DownsampleBy2()
206 diff = tmp2 - state7; in WebRtcSpl_DownsampleBy2()
211 out32 = (state3 + state7 + 1024) >> 11; in WebRtcSpl_DownsampleBy2()
235 diff = tmp2 - state7; in WebRtcSpl_DownsampleBy2()
240 out32 = (state3 + state7 + 1024) >> 11; in WebRtcSpl_DownsampleBy2()
264 diff = tmp2 - state7; in WebRtcSpl_DownsampleBy2()
269 out32 = (state3 + state7 + 1024) >> 11; in WebRtcSpl_DownsampleBy2()
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/media/webrtc/trunk/webrtc/common_audio/signal_processing/
H A Dresample_by_2_mips.c45 register int32_t state7 = filtState[7]; in WebRtcSpl_DownsampleBy2() local
141 [out32] "=r" (out32), [diff1] "=&r" (diff1), [state7] "+r" (state7) in WebRtcSpl_DownsampleBy2()
175 diff = tmp2 - state7; in WebRtcSpl_DownsampleBy2()
180 out32 = (state3 + state7 + 1024) >> 11; in WebRtcSpl_DownsampleBy2()
204 diff = tmp2 - state7; in WebRtcSpl_DownsampleBy2()
209 out32 = (state3 + state7 + 1024) >> 11; in WebRtcSpl_DownsampleBy2()
233 diff = tmp2 - state7; in WebRtcSpl_DownsampleBy2()
238 out32 = (state3 + state7 + 1024) >> 11; in WebRtcSpl_DownsampleBy2()
262 diff = tmp2 - state7; in WebRtcSpl_DownsampleBy2()
267 out32 = (state3 + state7 + 1024) >> 11; in WebRtcSpl_DownsampleBy2()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/third_party/libwebrtc/webrtc/common_audio/signal_processing/
H A Dresample_by_2_mips.c47 register int32_t state7 = filtState[7]; in WebRtcSpl_DownsampleBy2() local
143 [out32] "=r" (out32), [diff1] "=&r" (diff1), [state7] "+r" (state7) in WebRtcSpl_DownsampleBy2()
177 diff = tmp2 - state7; in WebRtcSpl_DownsampleBy2()
182 out32 = (state3 + state7 + 1024) >> 11; in WebRtcSpl_DownsampleBy2()
206 diff = tmp2 - state7; in WebRtcSpl_DownsampleBy2()
211 out32 = (state3 + state7 + 1024) >> 11; in WebRtcSpl_DownsampleBy2()
235 diff = tmp2 - state7; in WebRtcSpl_DownsampleBy2()
240 out32 = (state3 + state7 + 1024) >> 11; in WebRtcSpl_DownsampleBy2()
264 diff = tmp2 - state7; in WebRtcSpl_DownsampleBy2()
269 out32 = (state3 + state7 + 1024) >> 11; in WebRtcSpl_DownsampleBy2()
[all …]
/dports/audio/webrtc-audio-processing/webrtc-audio-processing-1.0/webrtc/common_audio/signal_processing/
H A Dresample_by_2_mips.c47 register int32_t state7 = filtState[7]; in WebRtcSpl_DownsampleBy2() local
143 [out32] "=r" (out32), [diff1] "=&r" (diff1), [state7] "+r" (state7) in WebRtcSpl_DownsampleBy2()
177 diff = tmp2 - state7; in WebRtcSpl_DownsampleBy2()
182 out32 = (state3 + state7 + 1024) >> 11; in WebRtcSpl_DownsampleBy2()
206 diff = tmp2 - state7; in WebRtcSpl_DownsampleBy2()
211 out32 = (state3 + state7 + 1024) >> 11; in WebRtcSpl_DownsampleBy2()
235 diff = tmp2 - state7; in WebRtcSpl_DownsampleBy2()
240 out32 = (state3 + state7 + 1024) >> 11; in WebRtcSpl_DownsampleBy2()
264 diff = tmp2 - state7; in WebRtcSpl_DownsampleBy2()
269 out32 = (state3 + state7 + 1024) >> 11; in WebRtcSpl_DownsampleBy2()
[all …]
/dports/audio/webrtc-audio-processing0/webrtc-audio-processing-0.3.1/webrtc/common_audio/signal_processing/
H A Dresample_by_2_mips.c45 register int32_t state7 = filtState[7]; in WebRtcSpl_DownsampleBy2() local
141 [out32] "=r" (out32), [diff1] "=&r" (diff1), [state7] "+r" (state7) in WebRtcSpl_DownsampleBy2()
175 diff = tmp2 - state7; in WebRtcSpl_DownsampleBy2()
180 out32 = (state3 + state7 + 1024) >> 11; in WebRtcSpl_DownsampleBy2()
204 diff = tmp2 - state7; in WebRtcSpl_DownsampleBy2()
209 out32 = (state3 + state7 + 1024) >> 11; in WebRtcSpl_DownsampleBy2()
233 diff = tmp2 - state7; in WebRtcSpl_DownsampleBy2()
238 out32 = (state3 + state7 + 1024) >> 11; in WebRtcSpl_DownsampleBy2()
262 diff = tmp2 - state7; in WebRtcSpl_DownsampleBy2()
267 out32 = (state3 + state7 + 1024) >> 11; in WebRtcSpl_DownsampleBy2()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/media/webrtc/trunk/webrtc/common_audio/signal_processing/
H A Dresample_by_2_mips.c47 register int32_t state7 = filtState[7]; in WebRtcSpl_DownsampleBy2() local
143 [out32] "=r" (out32), [diff1] "=&r" (diff1), [state7] "+r" (state7) in WebRtcSpl_DownsampleBy2()
177 diff = tmp2 - state7; in WebRtcSpl_DownsampleBy2()
182 out32 = (state3 + state7 + 1024) >> 11; in WebRtcSpl_DownsampleBy2()
206 diff = tmp2 - state7; in WebRtcSpl_DownsampleBy2()
211 out32 = (state3 + state7 + 1024) >> 11; in WebRtcSpl_DownsampleBy2()
235 diff = tmp2 - state7; in WebRtcSpl_DownsampleBy2()
240 out32 = (state3 + state7 + 1024) >> 11; in WebRtcSpl_DownsampleBy2()
264 diff = tmp2 - state7; in WebRtcSpl_DownsampleBy2()
269 out32 = (state3 + state7 + 1024) >> 11; in WebRtcSpl_DownsampleBy2()
[all …]
/dports/multimedia/mswebrtc/mswebrtc-1.1.1/webrtc/webrtc/common_audio/signal_processing/
H A Dresample_by_2_mips.c45 register int32_t state7 = filtState[7]; in WebRtcSpl_DownsampleBy2() local
141 [out32] "=r" (out32), [diff1] "=&r" (diff1), [state7] "+r" (state7) in WebRtcSpl_DownsampleBy2()
175 diff = tmp2 - state7; in WebRtcSpl_DownsampleBy2()
180 out32 = (state3 + state7 + 1024) >> 11; in WebRtcSpl_DownsampleBy2()
204 diff = tmp2 - state7; in WebRtcSpl_DownsampleBy2()
209 out32 = (state3 + state7 + 1024) >> 11; in WebRtcSpl_DownsampleBy2()
233 diff = tmp2 - state7; in WebRtcSpl_DownsampleBy2()
238 out32 = (state3 + state7 + 1024) >> 11; in WebRtcSpl_DownsampleBy2()
262 diff = tmp2 - state7; in WebRtcSpl_DownsampleBy2()
267 out32 = (state3 + state7 + 1024) >> 11; in WebRtcSpl_DownsampleBy2()
[all …]
H A Dresample_by_2.c82 register int32_t state7 = filtState[7]; in WebRtcSpl_DownsampleBy2() local
105 diff = tmp2 - state7; in WebRtcSpl_DownsampleBy2()
106 state7 = MUL_ACCUM_2(kResampleAllpass1[2], diff, state6); in WebRtcSpl_DownsampleBy2()
110 out32 = (state3 + state7 + 1024) >> 11; in WebRtcSpl_DownsampleBy2()
123 filtState[7] = state7; in WebRtcSpl_DownsampleBy2()
140 register int32_t state7 = filtState[7]; in WebRtcSpl_UpsampleBy2() local
166 diff = tmp2 - state7; in WebRtcSpl_UpsampleBy2()
167 state7 = MUL_ACCUM_2(kResampleAllpass2[2], diff, state6); in WebRtcSpl_UpsampleBy2()
171 out32 = (state7 + 512) >> 10; in WebRtcSpl_UpsampleBy2()
182 filtState[7] = state7; in WebRtcSpl_UpsampleBy2()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/codecs/mod_isac/
H A Dresample_by_2.c81 register WebRtc_Word32 state7 = filtState[7]; in WebRtcSpl_DownsampleBy2() local
104 diff = tmp2 - state7; in WebRtcSpl_DownsampleBy2()
105 state7 = MUL_ACCUM_2(kResampleAllpass1[2], diff, state6); in WebRtcSpl_DownsampleBy2()
109 out32 = (state3 + state7 + 1024) >> 11; in WebRtcSpl_DownsampleBy2()
122 filtState[7] = state7; in WebRtcSpl_DownsampleBy2()
138 register WebRtc_Word32 state7 = filtState[7]; in WebRtcSpl_UpsampleBy2() local
164 diff = tmp2 - state7; in WebRtcSpl_UpsampleBy2()
165 state7 = MUL_ACCUM_2(kResampleAllpass2[2], diff, state6); in WebRtcSpl_UpsampleBy2()
169 out32 = (state7 + 512) >> 10; in WebRtcSpl_UpsampleBy2()
180 filtState[7] = state7; in WebRtcSpl_UpsampleBy2()
/dports/net/sems/sems-f89581a/core/plug-in/isac/libisac/
H A Dresample_by_2.c81 register WebRtc_Word32 state7 = filtState[7]; in WebRtcSpl_DownsampleBy2() local
104 diff = tmp2 - state7; in WebRtcSpl_DownsampleBy2()
105 state7 = MUL_ACCUM_2(kResampleAllpass1[2], diff, state6); in WebRtcSpl_DownsampleBy2()
109 out32 = (state3 + state7 + 1024) >> 11; in WebRtcSpl_DownsampleBy2()
122 filtState[7] = state7; in WebRtcSpl_DownsampleBy2()
138 register WebRtc_Word32 state7 = filtState[7]; in WebRtcSpl_UpsampleBy2() local
164 diff = tmp2 - state7; in WebRtcSpl_UpsampleBy2()
165 state7 = MUL_ACCUM_2(kResampleAllpass2[2], diff, state6); in WebRtcSpl_UpsampleBy2()
169 out32 = (state7 + 512) >> 10; in WebRtcSpl_UpsampleBy2()
180 filtState[7] = state7; in WebRtcSpl_UpsampleBy2()
/dports/net/yate/yate-6.4.0-1/libs/miniwebrtc/audio/common/processing/
H A Dresample_by_2.c81 register WebRtc_Word32 state7 = filtState[7]; in WebRtcSpl_DownsampleBy2() local
104 diff = tmp2 - state7; in WebRtcSpl_DownsampleBy2()
105 state7 = MUL_ACCUM_2(kResampleAllpass1[2], diff, state6); in WebRtcSpl_DownsampleBy2()
109 out32 = (state3 + state7 + 1024) >> 11; in WebRtcSpl_DownsampleBy2()
122 filtState[7] = state7; in WebRtcSpl_DownsampleBy2()
138 register WebRtc_Word32 state7 = filtState[7]; in WebRtcSpl_UpsampleBy2() local
164 diff = tmp2 - state7; in WebRtcSpl_UpsampleBy2()
165 state7 = MUL_ACCUM_2(kResampleAllpass2[2], diff, state6); in WebRtcSpl_UpsampleBy2()
169 out32 = (state7 + 512) >> 10; in WebRtcSpl_UpsampleBy2()
180 filtState[7] = state7; in WebRtcSpl_UpsampleBy2()
/dports/audio/libfilteraudio/filter_audio-0.0.1/other/
H A Dresample_by_2.c82 register int32_t state7 = filtState[7]; in WebRtcSpl_DownsampleBy2() local
105 diff = tmp2 - state7; in WebRtcSpl_DownsampleBy2()
106 state7 = MUL_ACCUM_2(kResampleAllpass1[2], diff, state6); in WebRtcSpl_DownsampleBy2()
110 out32 = (state3 + state7 + 1024) >> 11; in WebRtcSpl_DownsampleBy2()
123 filtState[7] = state7; in WebRtcSpl_DownsampleBy2()
140 register int32_t state7 = filtState[7]; in WebRtcSpl_UpsampleBy2() local
166 diff = tmp2 - state7; in WebRtcSpl_UpsampleBy2()
167 state7 = MUL_ACCUM_2(kResampleAllpass2[2], diff, state6); in WebRtcSpl_UpsampleBy2()
171 out32 = (state7 + 512) >> 10; in WebRtcSpl_UpsampleBy2()
182 filtState[7] = state7; in WebRtcSpl_UpsampleBy2()

12345