Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_coding/codecs/g711/
Dg711_interface.c20 encoded[n] = linear_to_alaw(speechIn[n]); in WebRtcG711_EncodeA()
Dg711.h280 static __inline uint8_t linear_to_alaw(int linear) { in linear_to_alaw() function