HomeSort by relevance Sort by last modified time
    Searched refs:bool32x4_t (Results 1 - 2 of 2) sorted by null

  /external/libvpx/libvpx/vpx_dsp/ppc/
types_vsx.h 24 typedef vector bool int bool32x4_t; typedef
deblock_vsx.c 185 const bool32x4_t mask_odd = vec_cmplt(thres_odd, lim);
186 const bool32x4_t mask_even = vec_cmplt(thres_even, lim);

Completed in 857 milliseconds