Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
Dtransform_neon.c399 int32x4_t tmpr_1 = vmovl_high_s16(tmpr); in PostShiftAndDivideAndDemodulateNeon() local
402 int32x4_t tmpr_1 = vmovl_s16(vget_high_s16(tmpr)); in PostShiftAndDivideAndDemodulateNeon() local
408 int64x2_t xr2 = vmull_s32(vget_low_s32(tmpr_1), vget_low_s32(outre1_1)); in PostShiftAndDivideAndDemodulateNeon()
409 int64x2_t xi2 = vmull_s32(vget_low_s32(tmpr_1), vget_low_s32(outre2_1)); in PostShiftAndDivideAndDemodulateNeon()
418 int64x2_t xr3 = vmull_high_s32(tmpr_1, outre1_1); in PostShiftAndDivideAndDemodulateNeon()
419 int64x2_t xi3 = vmull_high_s32(tmpr_1, outre2_1); in PostShiftAndDivideAndDemodulateNeon()
427 int64x2_t xr3 = vmull_s32(vget_high_s32(tmpr_1), vget_high_s32(outre1_1)); in PostShiftAndDivideAndDemodulateNeon()
428 int64x2_t xi3 = vmull_s32(vget_high_s32(tmpr_1), vget_high_s32(outre2_1)); in PostShiftAndDivideAndDemodulateNeon()