Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vpx_dsp/ppc/
Dtypes_vsx.h24 typedef vector bool int bool32x4_t; typedef
Ddeblock_vsx.c185 const bool32x4_t mask_odd = vec_cmplt(thres_odd, lim); in mask_s16()
186 const bool32x4_t mask_even = vec_cmplt(thres_even, lim); in mask_s16()