Home
last modified time | relevance | path

Searched refs:vperm1 (Results 1 – 2 of 2) sorted by relevance

/external/flac/src/libFLAC/
Dlpc_intrin_vsx.c76 vector unsigned int vperm1 = { 0x04050607, 0x08090A0B, 0x0C0D0E0F, 0x10111213 }; in FLAC__lpc_compute_autocorrelation_intrin_power8_vsx_lag_16() local
83 vector unsigned int vperm1 = { 0x07060504, 0x0B0A0908, 0x0F0E0D0C, 0x13121110 }; in FLAC__lpc_compute_autocorrelation_intrin_power8_vsx_lag_16() local
140 sum0 += vec_perm(sum10, sum11, (vector unsigned char)vperm1); in FLAC__lpc_compute_autocorrelation_intrin_power8_vsx_lag_16()
141 sum1 += vec_perm(sum11, sum12, (vector unsigned char)vperm1); in FLAC__lpc_compute_autocorrelation_intrin_power8_vsx_lag_16()
142 sum2 += vec_perm(sum12, sum13, (vector unsigned char)vperm1); in FLAC__lpc_compute_autocorrelation_intrin_power8_vsx_lag_16()
143 sum3 += vec_perm(sum13, sum10, (vector unsigned char)vperm1); in FLAC__lpc_compute_autocorrelation_intrin_power8_vsx_lag_16()
207 vector unsigned int vperm1 = { 0x04050607, 0x08090A0B, 0x0C0D0E0F, 0x10111213 }; in FLAC__lpc_compute_autocorrelation_intrin_power8_vsx_lag_12() local
214 vector unsigned int vperm1 = { 0x07060504, 0x0B0A0908, 0x0F0E0D0C, 0x13121110 }; in FLAC__lpc_compute_autocorrelation_intrin_power8_vsx_lag_12() local
265 sum0 += vec_perm(sum10, sum11, (vector unsigned char)vperm1); in FLAC__lpc_compute_autocorrelation_intrin_power8_vsx_lag_12()
266 sum1 += vec_perm(sum11, sum12, (vector unsigned char)vperm1); in FLAC__lpc_compute_autocorrelation_intrin_power8_vsx_lag_12()
[all …]
/external/pffft/simd/
Dpf_altivec_float.h61 …vector unsigned char vperm1 = (vector unsigned char)(0,1,2,3,8,9,10,11,16,17,18,19,24,25,26,27); \
63 v4sf tmp__ = vec_perm(in1, in2, vperm1); out2 = vec_perm(in1, in2, vperm2); out1 = tmp__; \