Home
last modified time | relevance | path

Searched refs:alaw (Results 1 – 5 of 5) sorted by relevance

/external/webrtc/webrtc/modules/audio_coding/codecs/g711/
Dg711.h314 static __inline int16_t alaw_to_linear(uint8_t alaw) { in alaw_to_linear() argument
318 alaw ^= ALAW_AMI_MASK; in alaw_to_linear()
319 i = ((alaw & 0x0F) << 4); in alaw_to_linear()
320 seg = (((int) alaw & 0x70) >> 4); in alaw_to_linear()
325 return (int16_t)((alaw & 0x80) ? i : -i); in alaw_to_linear()
332 uint8_t alaw_to_ulaw(uint8_t alaw);
Dg711.c71 uint8_t alaw_to_ulaw(uint8_t alaw) { return alaw_to_ulaw_table[alaw]; } in alaw_to_ulaw() argument
/external/kernel-headers/original/uapi/linux/
Dam437x-vpfe.h108 struct vpfe_ccdc_a_law alaw; member
/external/python/cpython2/Misc/
DNEWS2601 The aifc module now accepts lower case of names of the 'ulaw' and 'alaw'
DHISTORY1366 - Patch #1231053: The audioop module now supports encoding/decoding of alaw.