Searched refs:PCM_S8_MIN (Results 1 – 1 of 1) sorted by relevance
80 #define PCM_S8_MIN -0x80 macro420 ((sample < PCM_S8_MIN) ? PCM_S8_MIN : sample)); in pcm_clamp()