Searched refs:intpcm64_t (Results 1 – 5 of 5) sorted by relevance
148 intpcm64_t w; \162 v = ((intpcm64_t)pmul * v) >> pshift; \178 v = ((intpcm64_t)pmul * v) >> pshift; \180 w = (intpcm64_t)v * treble->b0; \181 w += (intpcm64_t)info->treble.i1[i] * treble->b1; \182 w += (intpcm64_t)info->treble.i2[i] * treble->b2; \183 w -= (intpcm64_t)info->treble.o1[i] * treble->a1; \184 w -= (intpcm64_t)info->treble.o2[i] * treble->a2; \193 w = (intpcm64_t)v * bass->b0; \194 w += (intpcm64_t)inf[all...]
48 #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)
526 v += Z_NORM_##BIT((intpcm64_t)x * coeff); \550 intpcm64_t v; \591 intpcm64_t v; \609 v += Z_NORM_##BIT((intpcm64_t)x * *z_pcoeff); \613 v += Z_NORM_##BIT((intpcm64_t)x * *z_pcoeff); \
127 intpcm64_t accum; \249 intpcm64_t accum; in feed_matrix_apply_generic()
72 typedef int64_t intpcm64_t; typedef