Searched refs:vLR (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/media/libaudioprocessing/
H A DAudioResamplerFirProcessSSE.h131 __m128 vLR = _mm_setzero_ps(); local
133 vLR = _mm_loadl_pi(vLR, reinterpret_cast<const __m64*>(volumeLR));
134 outSamp = _mm_loadl_pi(vLR, reinterpret_cast<__m64*>(out));
148 outAccum = _mm_mul_ps(outAccum, vLR);
H A DAudioResamplerFirProcessNeon.h55 "vld1.s32 {d2}, [%[vLR]:64] \n"/* (1) load volumes */\
64 "vld1.s32 {d2}, [%[vLR]:64] \n"/* (1) load volumes*/\
164 int32x2_t vLR = vld1_s32(volumeLR); local
176 outAccum = vqrdmulh_s32(outAccum, vLR);
339 int32x2_t vLR = vld1_s32(volumeLR); local
351 outAccum = vqrdmulh_s32(outAccum, vLR);
509 float32x2_t vLR = vld1_f32(volumeLR); local
521 outSamp = vmla_f32(outSamp, outAccum, vLR);
574 : [vLR] "r" (volumeLR)
636 : [vLR] "
[all...]

Completed in 59 milliseconds