Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vpx_dsp/ppc/
Dinv_txfm_vsx.c131 static uint8x16_t tr8_mask0 = { variable
173 tmp16_0 = vec_add(vec_perm(d_u0, d_u1, tr8_mask0), v0); \
174 tmp16_1 = vec_add(vec_perm(d_u2, d_u3, tr8_mask0), v1); \
252 out0 = vec_perm(in0, in4, tr8_mask0); \
254 out2 = vec_perm(in1, in5, tr8_mask0); \
256 out4 = vec_perm(in2, in6, tr8_mask0); \
258 out6 = vec_perm(in3, in7, tr8_mask0); \