Home
last modified time | relevance | path

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

/external/webrtc/webrtc/common_audio/signal_processing/
Dmin_max_operations_neon.c146 int16x4_t max16x4 = vmax_s16(vget_low_s16(max16x8), vget_high_s16(max16x8)); in WebRtcSpl_MaxValueW16Neon() local
147 max16x4 = vpmax_s16(max16x4, max16x4); in WebRtcSpl_MaxValueW16Neon()
148 max16x4 = vpmax_s16(max16x4, max16x4); in WebRtcSpl_MaxValueW16Neon()
150 maximum = vget_lane_s16(max16x4, 0); in WebRtcSpl_MaxValueW16Neon()