Searched refs:kResampleAllpass2 (Results 1 – 2 of 2) sorted by relevance
/external/webrtc/webrtc/common_audio/signal_processing/ |
D | resample_by_2_mips.c | 24 static const uint16_t kResampleAllpass2[3] = {12199, 37471, 60255}; variable 158 tmp1 = MUL_ACCUM_1(kResampleAllpass2[0], diff, state0); in WebRtcSpl_DownsampleBy2() 161 tmp2 = MUL_ACCUM_2(kResampleAllpass2[1], diff, state1); in WebRtcSpl_DownsampleBy2() 164 state3 = MUL_ACCUM_2(kResampleAllpass2[2], diff, state2); in WebRtcSpl_DownsampleBy2() 187 tmp1 = MUL_ACCUM_1(kResampleAllpass2[0], diff, state0); in WebRtcSpl_DownsampleBy2() 190 tmp2 = MUL_ACCUM_2(kResampleAllpass2[1], diff, state1); in WebRtcSpl_DownsampleBy2() 193 state3 = MUL_ACCUM_2(kResampleAllpass2[2], diff, state2); in WebRtcSpl_DownsampleBy2() 216 tmp1 = MUL_ACCUM_1(kResampleAllpass2[0], diff, state0); in WebRtcSpl_DownsampleBy2() 219 tmp2 = MUL_ACCUM_2(kResampleAllpass2[1], diff, state1); in WebRtcSpl_DownsampleBy2() 222 state3 = MUL_ACCUM_2(kResampleAllpass2[2], diff, state2); in WebRtcSpl_DownsampleBy2() [all …]
|
D | resample_by_2.c | 24 static const uint32_t kResampleAllpass2[3] = variable 59 static const uint16_t kResampleAllpass2[3] = {12199, 37471, 60255}; variable 88 tmp1 = MUL_ACCUM_1(kResampleAllpass2[0], diff, state0); in WebRtcSpl_DownsampleBy2() 91 tmp2 = MUL_ACCUM_2(kResampleAllpass2[1], diff, state1); in WebRtcSpl_DownsampleBy2() 94 state3 = MUL_ACCUM_2(kResampleAllpass2[2], diff, state2); in WebRtcSpl_DownsampleBy2() 161 tmp1 = MUL_ACCUM_1(kResampleAllpass2[0], diff, state4); in WebRtcSpl_UpsampleBy2() 164 tmp2 = MUL_ACCUM_2(kResampleAllpass2[1], diff, state5); in WebRtcSpl_UpsampleBy2() 167 state7 = MUL_ACCUM_2(kResampleAllpass2[2], diff, state6); in WebRtcSpl_UpsampleBy2()
|