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

/freebsd-13-stable/sys/dev/sound/pcm/
H A Dfeeder_eq.c150 intpcm64_t w; \
164 v = ((intpcm64_t)pmul * v) >> pshift; \
180 v = ((intpcm64_t)pmul * v) >> pshift; \
182 w = (intpcm64_t)v * treble->b0; \
183 w += (intpcm64_t)info->treble.i1[i] * treble->b1; \
184 w += (intpcm64_t)info->treble.i2[i] * treble->b2; \
185 w -= (intpcm64_t)info->treble.o1[i] * treble->a1; \
186 w -= (intpcm64_t)info->treble.o2[i] * treble->a2; \
195 w = (intpcm64_t)v * bass->b0; \
196 w += (intpcm64_t)inf
[all...]
H A Dfeeder_volume.c50 #define FEEDVOLUME_CALC24(s, v) SND_VOL_CALC_SAMPLE((intpcm64_t)(s), v)
51 #define FEEDVOLUME_CALC32(s, v) SND_VOL_CALC_SAMPLE((intpcm64_t)(s), v)
H A Dfeeder_rate.c528 v += Z_NORM_##BIT((intpcm64_t)x * coeff); \
552 intpcm64_t v; \
593 intpcm64_t v; \
611 v += Z_NORM_##BIT((intpcm64_t)x * *z_pcoeff); \
615 v += Z_NORM_##BIT((intpcm64_t)x * *z_pcoeff); \
H A Dfeeder_matrix.c129 intpcm64_t accum; \
251 intpcm64_t accum;
H A Dpcm.h74 typedef int64_t intpcm64_t; typedef

Completed in 111 milliseconds