Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vpx_dsp/ppc/
Dtypes_vsx.h86 static const int16x8_t vec_twos_s16 = { 2, 2, 2, 2, 2, 2, 2, 2 }; variable
Dfdct32x32_vsx.c216 return vec_sra(vec_sub(vec_add(a, vec_twos_s16), sign), vec_dct_scale_log2); in sub_round_shift()