OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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