Home
last modified time | relevance | path

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

/external/flac/src/libFLAC/
Dlpc_intrin_vsx.c77 vector unsigned int vperm2 = { 0x08090A0B, 0x0C0D0E0F, 0x10111213, 0x14151617 }; in FLAC__lpc_compute_autocorrelation_intrin_power8_vsx_lag_16() local
84 vector unsigned int vperm2 = { 0x0B0A0908, 0x0F0E0D0C, 0x13121110, 0x17161514 }; in FLAC__lpc_compute_autocorrelation_intrin_power8_vsx_lag_16() local
145 sum0 += vec_perm(sum20, sum21, (vector unsigned char)vperm2); in FLAC__lpc_compute_autocorrelation_intrin_power8_vsx_lag_16()
146 sum1 += vec_perm(sum21, sum22, (vector unsigned char)vperm2); in FLAC__lpc_compute_autocorrelation_intrin_power8_vsx_lag_16()
147 sum2 += vec_perm(sum22, sum23, (vector unsigned char)vperm2); in FLAC__lpc_compute_autocorrelation_intrin_power8_vsx_lag_16()
148 sum3 += vec_perm(sum23, sum20, (vector unsigned char)vperm2); in FLAC__lpc_compute_autocorrelation_intrin_power8_vsx_lag_16()
208 vector unsigned int vperm2 = { 0x08090A0B, 0x0C0D0E0F, 0x10111213, 0x14151617 }; in FLAC__lpc_compute_autocorrelation_intrin_power8_vsx_lag_12() local
215 vector unsigned int vperm2 = { 0x0B0A0908, 0x0F0E0D0C, 0x13121110, 0x17161514 }; in FLAC__lpc_compute_autocorrelation_intrin_power8_vsx_lag_12() local
269 sum0 += vec_perm(sum20, sum21, (vector unsigned char)vperm2); in FLAC__lpc_compute_autocorrelation_intrin_power8_vsx_lag_12()
270 sum1 += vec_perm(sum21, sum22, (vector unsigned char)vperm2); in FLAC__lpc_compute_autocorrelation_intrin_power8_vsx_lag_12()
[all …]
/external/pffft/simd/
Dpf_altivec_float.h62 …vector unsigned char vperm2 = (vector unsigned char)(4,5,6,7,12,13,14,15,20,21,22,23,28,29,30,31)…
63 v4sf tmp__ = vec_perm(in1, in2, vperm1); out2 = vec_perm(in1, in2, vperm2); out1 = tmp__; \