Home
last modified time | relevance | path

Searched refs:tmpr_0 (Results 1 – 1 of 1) sorted by relevance

/external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
Dtransform_neon.c396 int32x4_t tmpr_0 = vmovl_s16(vget_low_s16(tmpr)); in PostShiftAndDivideAndDemodulateNeon() local
406 int64x2_t xr0 = vmull_s32(vget_low_s32(tmpr_0), vget_low_s32(outre1_0)); in PostShiftAndDivideAndDemodulateNeon()
407 int64x2_t xi0 = vmull_s32(vget_low_s32(tmpr_0), vget_low_s32(outre2_0)); in PostShiftAndDivideAndDemodulateNeon()
416 int64x2_t xr1 = vmull_high_s32(tmpr_0, outre1_0); in PostShiftAndDivideAndDemodulateNeon()
417 int64x2_t xi1 = vmull_high_s32(tmpr_0, outre2_0); in PostShiftAndDivideAndDemodulateNeon()
425 int64x2_t xr1 = vmull_s32(vget_high_s32(tmpr_0), vget_high_s32(outre1_0)); in PostShiftAndDivideAndDemodulateNeon()
426 int64x2_t xi1 = vmull_s32(vget_high_s32(tmpr_0), vget_high_s32(outre2_0)); in PostShiftAndDivideAndDemodulateNeon()