Searched refs:SND_VOL_RESOLUTION (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/sys/dev/sound/pcm/
H A Dmatrix.h211 #define SND_VOL_RESOLUTION 8 macro
212 #define SND_VOL_FLAT (1 << SND_VOL_RESOLUTION)
214 #define SND_VOL_CALC_SAMPLE(x, y) (((x) * (y)) >> SND_VOL_RESOLUTION)
217 (((((x)[y][z] << SND_VOL_RESOLUTION) / \

Completed in 168 milliseconds