Home | History | Annotate | Download | only in dsp

Lines Matching refs:shuffles

1014   uint8x8x4_t shuffles;
1021 INIT_VECTOR4(shuffles,
1033 INIT_VECTOR4(shuffles,
1040 vst1_u8((uint8_t*)(out + 0), shuffles.val[0]);
1041 vst1_u8((uint8_t*)(out + 4), shuffles.val[1]);
1042 vst1_u8((uint8_t*)(out + 8), shuffles.val[2]);
1043 vst1_u8((uint8_t*)(out + 12), shuffles.val[3]);