Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vpx_dsp/ppc/
Dtypes_vsx.h92 static const uint32x4_t vec_shift_sign_s32 = { 31, 31, 31, 31 }; variable
Dquantize_vsx.c26 return vec_sr(a, vec_shift_sign_s32); in vec_is_neg()
/external/libvpx/libvpx/vp9/encoder/ppc/
Dvp9_quantize_vsx.c149 return vec_sr(a, vec_shift_sign_s32); in vec_is_neg()