Searched refs:audio_l2u (Results 1 – 2 of 2) sorted by relevance
79 #define audio_l2u(X) (_linear2ulaw[((long)(X)) >> 18]) macro
150 long2ulaw(long *&F, ulaw *&T) { *T++ = audio_l2u(*F); F++; } in long2ulaw()