Searched refs:vRL (Results 1 – 3 of 3) sorted by relevance
/frameworks/av/services/audioflinger/ |
D | AudioResamplerFirOps.h | 52 int32_t mulRL(int left, int32_t in, uint32_t vRL) 59 : [in]"%r"(in), [vRL]"r"(vRL) 64 : [in]"%r"(in), [vRL]"r"(vRL) 69 int16_t v = left ? static_cast<int16_t>(vRL) : static_cast<int16_t>(vRL>>16);
|
D | AudioResamplerSinc.cpp | 147 int32_t mulRL(int left, int32_t in, uint32_t vRL) in mulRL() argument 154 : [in]"%r"(in), [vRL]"r"(vRL) in mulRL() 159 : [in]"%r"(in), [vRL]"r"(vRL) in mulRL() 164 int16_t v = left ? int16_t(vRL) : int16_t(vRL>>16); in mulRL() 300 uint32_t vRL = mVolumeRL; in resample() local 343 filterCoefficient<CHANNELS>(&out[outputIndex], phaseFraction, impulse, vRL); in resample() 401 const int16_t *samples, uint32_t vRL) in filterCoefficient() argument 437 out[0] += 2 * mulRL(1, l, vRL); in filterCoefficient() 438 out[1] += 2 * mulRL(0, r, vRL); in filterCoefficient() 440 UNUSED(vRL); in filterCoefficient()
|
D | AudioResamplerSinc.h | 55 int32_t* out, uint32_t phase, const int16_t *samples, uint32_t vRL);
|