Home
last modified time | relevance | path

Searched refs:kResampleAllpass (Results 1 – 1 of 1) sorted by relevance

/external/webrtc/common_audio/signal_processing/
Dresample_by_2_internal.c21 static const int16_t kResampleAllpass[2][3] = { variable
50 tmp1 = state[0] + diff * kResampleAllpass[1][0]; in WebRtcSpl_DownBy2IntToShort()
57 tmp0 = state[1] + diff * kResampleAllpass[1][1]; in WebRtcSpl_DownBy2IntToShort()
64 state[3] = state[2] + diff * kResampleAllpass[1][2]; in WebRtcSpl_DownBy2IntToShort()
80 tmp1 = state[4] + diff * kResampleAllpass[0][0]; in WebRtcSpl_DownBy2IntToShort()
87 tmp0 = state[5] + diff * kResampleAllpass[0][1]; in WebRtcSpl_DownBy2IntToShort()
94 state[7] = state[6] + diff * kResampleAllpass[0][2]; in WebRtcSpl_DownBy2IntToShort()
146 tmp1 = state[0] + diff * kResampleAllpass[1][0]; in WebRtcSpl_DownBy2ShortToInt()
155 tmp0 = state[1] + diff * kResampleAllpass[1][1]; in WebRtcSpl_DownBy2ShortToInt()
162 state[3] = state[2] + diff * kResampleAllpass[1][2]; in WebRtcSpl_DownBy2ShortToInt()
[all …]