Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vpx_dsp/ppc/
Dfdct32x32_vsx.c32 const int32x4_t diff_o = vec_sub(ac_o, bc_o); in single_butterfly() local
37 const int32x4_t rdiff_o = vec_add(diff_o, vec_dct_const_rounding); in single_butterfly()
66 const int32x4_t diff_o = vec_sub(ac2_o, bc1_o); in double_butterfly() local
72 const int32x4_t rdiff_o = vec_add(diff_o, vec_dct_const_rounding); in double_butterfly()