Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_coding/codecs/ilbc/
Denhancer_interface.c58 int16_t max16; in WebRtcIlbcfix_EnhancerInterface() local
122 max16 = WebRtcSpl_MaxAbsValueW16(&regressor[-50], ENH_BLOCKL_HALF + 50 - 1); in WebRtcIlbcfix_EnhancerInterface()
123 shifts = WebRtcSpl_GetSizeInBits((uint32_t)(max16 * max16)) - 25; in WebRtcIlbcfix_EnhancerInterface()
204 max16 = WebRtcSpl_MaxAbsValueW16(regressor, plc_blockl + 3 - 1); in WebRtcIlbcfix_EnhancerInterface()
205 if (max16>5000) in WebRtcIlbcfix_EnhancerInterface()
256 max16=WebRtcSpl_MaxAbsValueW16(plc_pred, plc_blockl); in WebRtcIlbcfix_EnhancerInterface()
257 max = WEBRTC_SPL_MAX(max, max16); in WebRtcIlbcfix_EnhancerInterface()
/external/webrtc/webrtc/common_audio/signal_processing/
Dfilter_ar_fast_q12_mips.c24 int max16 = 0x7FFF; in WebRtcSpl_FilterARFastQ12() local
134 [max16] "r" (max16), [min16] "r" (min16), in WebRtcSpl_FilterARFastQ12()
/external/tensorflow/tensorflow/lite/kernels/internal/optimized/
Doptimized_ops.h4491 uint8x16_t max16 = vmaxq_u8(max16_0, max16_1); in Softmax() local
4493 max16 = vmaxq_u8(max16, vld1q_u8(input_data_ptr + c)); in Softmax()
4496 uint8x8_t max8 = vmax_u8(vget_low_u8(max16), vget_high_u8(max16)); in Softmax()
/external/tensorflow/tensorflow/contrib/lite/kernels/internal/optimized/
Doptimized_ops.h4616 uint8x16_t max16 = vmaxq_u8(max16_0, max16_1); in Softmax() local
4618 max16 = vmaxq_u8(max16, vld1q_u8(input_data_ptr + c)); in Softmax()
4621 uint8x8_t max8 = vmax_u8(vget_low_u8(max16), vget_high_u8(max16)); in Softmax()