Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vpx_dsp/ppc/
Dinv_txfm_vsx.c151 #define PIXEL_ADD4(out, in) out = vec_sra(vec_add(in, add8), shift4); macro
198 PIXEL_ADD4(out[0], in[0]); in vpx_round_store4x4_vsx()
199 PIXEL_ADD4(out[1], in[1]); in vpx_round_store4x4_vsx()