Searched refs:kResampleAllpass (Results 1 – 1 of 1) sorted by relevance
20 static const int16_t kResampleAllpass[2][3] = { variable46 tmp1 = state[0] + diff * kResampleAllpass[1][0]; in WebRtcSpl_DownBy2IntToShort()53 tmp0 = state[1] + diff * kResampleAllpass[1][1]; in WebRtcSpl_DownBy2IntToShort()60 state[3] = state[2] + diff * kResampleAllpass[1][2]; in WebRtcSpl_DownBy2IntToShort()76 tmp1 = state[4] + diff * kResampleAllpass[0][0]; in WebRtcSpl_DownBy2IntToShort()83 tmp0 = state[5] + diff * kResampleAllpass[0][1]; in WebRtcSpl_DownBy2IntToShort()90 state[7] = state[6] + diff * kResampleAllpass[0][2]; in WebRtcSpl_DownBy2IntToShort()141 tmp1 = state[0] + diff * kResampleAllpass[1][0]; in WebRtcSpl_DownBy2ShortToInt()148 tmp0 = state[1] + diff * kResampleAllpass[1][1]; in WebRtcSpl_DownBy2ShortToInt()155 state[3] = state[2] + diff * kResampleAllpass[1][2]; in WebRtcSpl_DownBy2ShortToInt()[all …]