Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/audio/include/
H A Daudio_encode.h65 #define audio_l2a(X) (_linear2alaw[((long)(X)) >> 19]) macro
/illumos-gate/usr/src/cmd/audio/utilities/
H A DAudioTypePcm.cc150 long2alaw(long *&F, alaw *&T) { *T++ = audio_l2a(*F); F++; } in long2alaw()