Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/isdn/i4l/
Disdn_audio.c239 #define CLIP 32635 macro
272 if (sample > CLIP) in isdn_audio_linear2ulaw()
273 sample = CLIP; /* clip the magnitude */ in isdn_audio_linear2ulaw()