Home
last modified time | relevance | path

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

/dports/audio/hvl2wav/hivelytracker-8296a50/Replayer_Windows/
H A Dhvl_tables.c478 static inline int32 clipshifted8(int32 in) in clipshifted8() function
512 high = clipshifted8( in - mid - low ); in hvl_GenFilterWaves()
514 mid = clipshifted8(mid + fre); in hvl_GenFilterWaves()
516 low = clipshifted8(low + fre); in hvl_GenFilterWaves()
/dports/audio/hvl2wav/hivelytracker-8296a50/Replayer_Amiga/
H A Dhvl_replay.c129 static inline int32 clipshifted8(int32 in) in clipshifted8() function
163 high = clipshifted8( in - mid - low ); in hvl_GenFilterWaves()
165 mid = clipshifted8(mid + fre); in hvl_GenFilterWaves()
167 low = clipshifted8(low + fre); in hvl_GenFilterWaves()
/dports/audio/hvl2wav/hivelytracker-8296a50/
H A Dreplay.c212 static inline int32 clipshifted8(int32 in) in clipshifted8() function
246 high = clipshifted8( in - mid - low ); in rp_GenFilterWaves()
248 mid = clipshifted8(mid + fre); in rp_GenFilterWaves()
250 low = clipshifted8(low + fre); in rp_GenFilterWaves()