HomeSort by relevance Sort by last modified time
    Searched refs:kResampleAllpass1 (Results 1 - 2 of 2) sorted by null

  /external/webrtc/webrtc/common_audio/signal_processing/
resample_by_2_mips.c 23 static const uint16_t kResampleAllpass1[3] = {3284, 24441, 49528};
170 tmp1 = MUL_ACCUM_1(kResampleAllpass1[0], diff, state4);
173 tmp2 = MUL_ACCUM_1(kResampleAllpass1[1], diff, state5);
176 state7 = MUL_ACCUM_2(kResampleAllpass1[2], diff, state6);
199 tmp1 = MUL_ACCUM_1(kResampleAllpass1[0], diff, state4);
202 tmp2 = MUL_ACCUM_1(kResampleAllpass1[1], diff, state5);
205 state7 = MUL_ACCUM_2(kResampleAllpass1[2], diff, state6);
228 tmp1 = MUL_ACCUM_1(kResampleAllpass1[0], diff, state4);
231 tmp2 = MUL_ACCUM_1(kResampleAllpass1[1], diff, state5);
234 state7 = MUL_ACCUM_2(kResampleAllpass1[2], diff, state6)
    [all...]
resample_by_2.c 23 static const uint32_t kResampleAllpass1[3] = {3284, 24441, 49528 << 15};
58 static const uint16_t kResampleAllpass1[3] = {3284, 24441, 49528};
100 tmp1 = MUL_ACCUM_1(kResampleAllpass1[0], diff, state4);
103 tmp2 = MUL_ACCUM_1(kResampleAllpass1[1], diff, state5);
106 state7 = MUL_ACCUM_2(kResampleAllpass1[2], diff, state6);
146 tmp1 = MUL_ACCUM_1(kResampleAllpass1[0], diff, state0);
149 tmp2 = MUL_ACCUM_1(kResampleAllpass1[1], diff, state1);
152 state3 = MUL_ACCUM_2(kResampleAllpass1[2], diff, state2);

Completed in 702 milliseconds