Lines Matching defs:SAMPLES
33 #define SAMPLES 1027
44 PA_DECLARE_ALIGNED(8, float, out_buf_ref[SAMPLES*8]) = { 0.0f, };
45 PA_DECLARE_ALIGNED(8, float, out_buf[SAMPLES*8]) = { 0.0f, };
46 PA_DECLARE_ALIGNED(8, float, in_buf[SAMPLES*8]);
60 nsamples = SAMPLES - (8 - align);
99 PA_DECLARE_ALIGNED(8, int16_t, out_buf_ref[SAMPLES*8]) = { 0 };
100 PA_DECLARE_ALIGNED(8, int16_t, out_buf[SAMPLES*8]) = { 0 };
101 PA_DECLARE_ALIGNED(8, int16_t, in_buf[SAMPLES*8]);
115 nsamples = SAMPLES - (8 - align);
153 PA_DECLARE_ALIGNED(8, int32_t, out_buf_ref[SAMPLES*8]) = { 0 };
154 PA_DECLARE_ALIGNED(8, int32_t, out_buf[SAMPLES*8]) = { 0 };
155 PA_DECLARE_ALIGNED(8, int32_t, in_buf[SAMPLES*8]);
169 nsamples = SAMPLES - (8 - align);