Home
last modified time | relevance | path

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

/external/webrtc/modules/audio_coding/codecs/ilbc/
Dsmooth.c45 uint32_t max1, max2, max12; in WebRtcIlbcfix_Smooth() local
57 max12 = WEBRTC_SPL_MAX(max1, max2); in WebRtcIlbcfix_Smooth()
59 WebRtcSpl_CountLeadingZeros64((max12 * max12) * (uint64_t)ENH_BLOCKL); in WebRtcIlbcfix_Smooth()
/external/webp/src/dsp/
Ddec_neon.c701 const uint8x16_t max12 = vmaxq_u8(max1, max2); in NeedsFilter2_NEON() local
702 const uint8x16_t max123 = vmaxq_u8(max12, max3); in NeedsFilter2_NEON()