Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
Dtransform_neon.c418 int64x2_t xr3 = vmull_high_s32(tmpr_1, outre1_1); in PostShiftAndDivideAndDemodulateNeon() local
422 xr3 = vmlsl_high_s32(xr3, tmpi_1, outre2_1); in PostShiftAndDivideAndDemodulateNeon()
427 int64x2_t xr3 = vmull_s32(vget_high_s32(tmpr_1), vget_high_s32(outre1_1)); in PostShiftAndDivideAndDemodulateNeon() local
431 xr3 = vmlsl_s32(xr3, vget_high_s32(tmpi_1), vget_high_s32(outre2_1)); in PostShiftAndDivideAndDemodulateNeon()
437 outre1_1 = vcombine_s32(vrshrn_n_s64(xr2, 10), vrshrn_n_s64(xr3, 10)); in PostShiftAndDivideAndDemodulateNeon()