Searched refs:t_out0 (Results 1 - 1 of 1) sorted by relevance

/external/libvpx/libvpx/vpx_dsp/ppc/
H A Dinv_txfm_vsx.c113 int16x8_t step0, step1, tmp16_0, tmp16_1, t_out0, t_out1; local
140 IDCT4(v0, v1, t_out0, t_out1);
142 t0 = vec_mergeh(t_out0, t_out1);
143 t1 = vec_mergel(t_out0, t_out1);
146 IDCT4(v0, v1, t_out0, t_out1);
148 PIXEL_ADD4(v0, t_out0);

Completed in 124 milliseconds