Home | History | Annotate | Download | only in dsp

Lines Matching refs:shuffles

858   uint8x8x4_t shuffles;
865 INIT_VECTOR4(shuffles,
877 INIT_VECTOR4(shuffles,
884 vst1_u8((uint8_t*)(out + 0), shuffles.val[0]);
885 vst1_u8((uint8_t*)(out + 4), shuffles.val[1]);
886 vst1_u8((uint8_t*)(out + 8), shuffles.val[2]);
887 vst1_u8((uint8_t*)(out + 12), shuffles.val[3]);