Searched refs:max12 (Results 1 – 2 of 2) sorted by relevance
45 uint32_t max1, max2, max12; in WebRtcIlbcfix_Smooth() local57 max12 = WEBRTC_SPL_MAX(max1, max2); in WebRtcIlbcfix_Smooth()59 WebRtcSpl_CountLeadingZeros64((max12 * max12) * (uint64_t)ENH_BLOCKL); in WebRtcIlbcfix_Smooth()
701 const uint8x16_t max12 = vmaxq_u8(max1, max2); in NeedsFilter2_NEON() local702 const uint8x16_t max123 = vmaxq_u8(max12, max3); in NeedsFilter2_NEON()