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

/external/libvpx/libvpx/vpx_dsp/ppc/
H A Dinv_txfm_vsx.c89 #define PIXEL_ADD4(out, in) out = vec_sra(vec_add(in, add8), shift4); macro
148 PIXEL_ADD4(v0, t_out0);
149 PIXEL_ADD4(v1, t_out1);

Completed in 194 milliseconds