Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_coding/codecs/g711/
Dg711_interface.c29 encoded[n] = linear_to_ulaw(speechIn[n]); in WebRtcG711_EncodeU()
Dg711.h206 static __inline uint8_t linear_to_ulaw(int linear) { in linear_to_ulaw() function