Searched refs:vec_zeros_u8 (Results 1 – 2 of 2) sorted by relevance
/external/libvpx/libvpx/vpx_dsp/ppc/ |
D | types_vsx.h | 82 static const uint8x16_t vec_zeros_u8 = { 0, 0, 0, 0, 0, 0, 0, 0, variable
|
D | deblock_vsx.c | 124 return (int16x8_t)vec_perm(c, vec_zeros_u8, next7_perm); in next7l_s16()
|