Searched refs:PA_DECLARE_ALIGNED (Results 1 – 6 of 6) sorted by relevance
/third_party/pulseaudio/src/tests/ |
D | cpu-sconv-test.c | 43 PA_DECLARE_ALIGNED(8, int16_t, s[SAMPLES]) = { 0 }; in run_conv_test_float_to_s16() 44 PA_DECLARE_ALIGNED(8, int16_t, s_ref[SAMPLES]) = { 0 }; in run_conv_test_float_to_s16() 45 PA_DECLARE_ALIGNED(8, float, f[SAMPLES]); in run_conv_test_float_to_s16() 95 PA_DECLARE_ALIGNED(8, float, f[SAMPLES]) = { 0.0f }; in run_conv_test_s16_to_float() 96 PA_DECLARE_ALIGNED(8, float, f_ref[SAMPLES]) = { 0.0f }; in run_conv_test_s16_to_float() 97 PA_DECLARE_ALIGNED(8, int16_t, s[SAMPLES]); in run_conv_test_s16_to_float()
|
D | cpu-remap-test.c | 44 PA_DECLARE_ALIGNED(8, float, out_buf_ref[SAMPLES*8]) = { 0.0f, }; in run_remap_test_float() 45 PA_DECLARE_ALIGNED(8, float, out_buf[SAMPLES*8]) = { 0.0f, }; in run_remap_test_float() 46 PA_DECLARE_ALIGNED(8, float, in_buf[SAMPLES*8]); in run_remap_test_float() 99 PA_DECLARE_ALIGNED(8, int16_t, out_buf_ref[SAMPLES*8]) = { 0 }; in run_remap_test_s16() 100 PA_DECLARE_ALIGNED(8, int16_t, out_buf[SAMPLES*8]) = { 0 }; in run_remap_test_s16() 101 PA_DECLARE_ALIGNED(8, int16_t, in_buf[SAMPLES*8]); in run_remap_test_s16() 153 PA_DECLARE_ALIGNED(8, int32_t, out_buf_ref[SAMPLES*8]) = { 0 }; in run_remap_test_s32() 154 PA_DECLARE_ALIGNED(8, int32_t, out_buf[SAMPLES*8]) = { 0 }; in run_remap_test_s32() 155 PA_DECLARE_ALIGNED(8, int32_t, in_buf[SAMPLES*8]); in run_remap_test_s32()
|
D | cpu-mix-test.c | 58 PA_DECLARE_ALIGNED(8, int16_t, in0[SAMPLES * 4]) = { 0 }; in run_mix_test() 59 PA_DECLARE_ALIGNED(8, int16_t, in1[SAMPLES * 4]) = { 0 }; in run_mix_test() 60 PA_DECLARE_ALIGNED(8, int16_t, out[SAMPLES * 4]) = { 0 }; in run_mix_test() 61 PA_DECLARE_ALIGNED(8, int16_t, out_ref[SAMPLES * 4]) = { 0 }; in run_mix_test()
|
D | cpu-volume-test.c | 47 PA_DECLARE_ALIGNED(8, int16_t, s[SAMPLES]) = { 0 }; in run_volume_test() 48 PA_DECLARE_ALIGNED(8, int16_t, s_ref[SAMPLES]) = { 0 }; in run_volume_test() 49 PA_DECLARE_ALIGNED(8, int16_t, s_orig[SAMPLES]) = { 0 }; in run_volume_test()
|
/third_party/pulseaudio/src/pulsecore/ |
D | macro.h | 56 #define PA_DECLARE_ALIGNED(n,t,v) t v __attribute__ ((aligned (n))) macro 58 #define PA_DECLARE_ALIGNED(n,t,v) t v macro
|
D | sconv_sse.c | 36 static const PA_DECLARE_ALIGNED (16, float, scale[4]) = { 0x8000, 0x8000, 0x8000, 0x8000 };
|