Searched refs:kResampleAllpass1 (Results 1 – 2 of 2) sorted by relevance
/external/webrtc/webrtc/common_audio/signal_processing/ |
D | resample_by_2_mips.c | 23 static const uint16_t kResampleAllpass1[3] = {3284, 24441, 49528}; variable 170 tmp1 = MUL_ACCUM_1(kResampleAllpass1[0], diff, state4); in WebRtcSpl_DownsampleBy2() 173 tmp2 = MUL_ACCUM_1(kResampleAllpass1[1], diff, state5); in WebRtcSpl_DownsampleBy2() 176 state7 = MUL_ACCUM_2(kResampleAllpass1[2], diff, state6); in WebRtcSpl_DownsampleBy2() 199 tmp1 = MUL_ACCUM_1(kResampleAllpass1[0], diff, state4); in WebRtcSpl_DownsampleBy2() 202 tmp2 = MUL_ACCUM_1(kResampleAllpass1[1], diff, state5); in WebRtcSpl_DownsampleBy2() 205 state7 = MUL_ACCUM_2(kResampleAllpass1[2], diff, state6); in WebRtcSpl_DownsampleBy2() 228 tmp1 = MUL_ACCUM_1(kResampleAllpass1[0], diff, state4); in WebRtcSpl_DownsampleBy2() 231 tmp2 = MUL_ACCUM_1(kResampleAllpass1[1], diff, state5); in WebRtcSpl_DownsampleBy2() 234 state7 = MUL_ACCUM_2(kResampleAllpass1[2], diff, state6); in WebRtcSpl_DownsampleBy2() [all …]
|
D | resample_by_2.c | 23 static const uint32_t kResampleAllpass1[3] = {3284, 24441, 49528 << 15}; variable 58 static const uint16_t kResampleAllpass1[3] = {3284, 24441, 49528}; variable 100 tmp1 = MUL_ACCUM_1(kResampleAllpass1[0], diff, state4); in WebRtcSpl_DownsampleBy2() 103 tmp2 = MUL_ACCUM_1(kResampleAllpass1[1], diff, state5); in WebRtcSpl_DownsampleBy2() 106 state7 = MUL_ACCUM_2(kResampleAllpass1[2], diff, state6); in WebRtcSpl_DownsampleBy2() 146 tmp1 = MUL_ACCUM_1(kResampleAllpass1[0], diff, state0); in WebRtcSpl_UpsampleBy2() 149 tmp2 = MUL_ACCUM_1(kResampleAllpass1[1], diff, state1); in WebRtcSpl_UpsampleBy2() 152 state3 = MUL_ACCUM_2(kResampleAllpass1[2], diff, state2); in WebRtcSpl_UpsampleBy2()
|