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

/freebsd-10.2-release/sys/dev/sound/pcm/
H A Dfeeder_eq.c149 intpcm64_t w; \
163 v = ((intpcm64_t)pmul * v) >> pshift; \
179 v = ((intpcm64_t)pmul * v) >> pshift; \
181 w = (intpcm64_t)v * treble->b0; \
182 w += (intpcm64_t)info->treble.i1[i] * treble->b1; \
183 w += (intpcm64_t)info->treble.i2[i] * treble->b2; \
184 w -= (intpcm64_t)info->treble.o1[i] * treble->a1; \
185 w -= (intpcm64_t)info->treble.o2[i] * treble->a2; \
194 w = (intpcm64_t)v * bass->b0; \
195 w += (intpcm64_t)inf
[all...]
H A Dfeeder_volume.c48 #define FEEDVOLUME_CALC24(s, v) SND_VOL_CALC_SAMPLE((intpcm64_t)(s), v)
49 #define FEEDVOLUME_CALC32(s, v) SND_VOL_CALC_SAMPLE((intpcm64_t)(s), v)
H A Dfeeder_rate.c530 v += Z_NORM_##BIT((intpcm64_t)x * coeff); \
554 intpcm64_t v; \
595 intpcm64_t v; \
613 v += Z_NORM_##BIT((intpcm64_t)x * *z_pcoeff); \
617 v += Z_NORM_##BIT((intpcm64_t)x * *z_pcoeff); \
H A Dfeeder_matrix.c127 intpcm64_t accum; \
249 intpcm64_t accum;
H A Dpcm.h72 typedef int64_t intpcm64_t; typedef

Completed in 68 milliseconds