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

  /external/webrtc/webrtc/common_audio/signal_processing/
resample_by_2_mips.c 28 #define MUL_ACCUM_2(a, b, c) WEBRTC_SPL_SCALEDIFF32(a, b, c)
161 tmp2 = MUL_ACCUM_2(kResampleAllpass2[1], diff, state1);
164 state3 = MUL_ACCUM_2(kResampleAllpass2[2], diff, state2);
176 state7 = MUL_ACCUM_2(kResampleAllpass1[2], diff, state6);
190 tmp2 = MUL_ACCUM_2(kResampleAllpass2[1], diff, state1);
193 state3 = MUL_ACCUM_2(kResampleAllpass2[2], diff, state2);
205 state7 = MUL_ACCUM_2(kResampleAllpass1[2], diff, state6);
219 tmp2 = MUL_ACCUM_2(kResampleAllpass2[1], diff, state1);
222 state3 = MUL_ACCUM_2(kResampleAllpass2[2], diff, state2);
234 state7 = MUL_ACCUM_2(kResampleAllpass1[2], diff, state6)
    [all...]
resample_by_2.c 46 static __inline int32_t MUL_ACCUM_2(int32_t tbl_value,
63 #define MUL_ACCUM_2(a, b, c) WEBRTC_SPL_SCALEDIFF32(a, b, c)
91 tmp2 = MUL_ACCUM_2(kResampleAllpass2[1], diff, state1);
94 state3 = MUL_ACCUM_2(kResampleAllpass2[2], diff, state2);
106 state7 = MUL_ACCUM_2(kResampleAllpass1[2], diff, state6);
152 state3 = MUL_ACCUM_2(kResampleAllpass1[2], diff, state2);
164 tmp2 = MUL_ACCUM_2(kResampleAllpass2[1], diff, state5);
167 state7 = MUL_ACCUM_2(kResampleAllpass2[2], diff, state6);

Completed in 119 milliseconds