Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vpx_dsp/ppc/
Dfdct32x32_vsx.c24 const int32x4_t ac_o = vec_mulo(a, cospi16_v); in single_butterfly() local
30 const int32x4_t sum_o = vec_add(ac_o, bc_o); in single_butterfly()
32 const int32x4_t diff_o = vec_sub(ac_o, bc_o); in single_butterfly()