Searched refs:SaturaLH (Results 1 – 2 of 2) sorted by relevance
256 Z = SaturaLH(Z, -32700, 32700); in Open_PDM_Filter_64()304 Z = SaturaLH(Z, -32700, 32700); in Open_PDM_Filter_128()
61 #define SaturaLH(N, L, H) (((N)<(L))?(L):(((N)>(H))?(H):(N))) macro