Searched defs:mulRL (Results 1 - 1 of 1) sorted by relevance

/frameworks/av/services/audioflinger/
H A DAudioResamplerSinc.cpp63 int32_t mulRL(int left, int32_t in, uint32_t vRL) function in namespace:android
240 out[outputIndex++] += 2 * mulRL(1, l, vRL);
241 out[outputIndex++] += 2 * mulRL(0, r, vRL);

Completed in 30 milliseconds