Home
last modified time | relevance | path

Searched refs:bool16x8_t (Results 1 – 4 of 4) sorted by relevance

/external/libvpx/libvpx/vpx_dsp/ppc/
Dquantize_vsx.c41 int16x8_t quant_shift, bool16x8_t mask) { in quantize_coeff()
54 bool16x8_t mask) { in quantize_coeff_32()
81 static INLINE int16x8_t nonzero_scanindex(int16x8_t qcoeff, bool16x8_t mask, in nonzero_scanindex()
84 bool16x8_t zero_coeff = vec_cmpeq(qcoeff, vec_zeros_s16); in nonzero_scanindex()
105 bool16x8_t zero_mask0, zero_mask1; in vpx_quantize_b_vsx()
154 bool16x8_t zero_mask2; in vpx_quantize_b_vsx()
215 bool16x8_t zero_mask0, zero_mask1; in vpx_quantize_b_32x32_vsx()
262 bool16x8_t zero_mask2; in vpx_quantize_b_32x32_vsx()
Ddeblock_vsx.c173 static INLINE bool16x8_t mask_s16(int32x4_t sumsq_even, int32x4_t sumsq_odd, in mask_s16()
187 return vec_perm((bool16x8_t)mask_even, (bool16x8_t)mask_odd, mask_merge); in mask_s16()
222 bool16x8_t mask; in vpx_mbpost_proc_across_ip_vsx()
326 bool16x8_t mask; in vpx_mbpost_proc_down_vsx()
Dtypes_vsx.h23 typedef vector bool short bool16x8_t; typedef
/external/libvpx/libvpx/vp9/encoder/ppc/
Dvp9_quantize_vsx.c48 bool16x8_t zero_coeff0, zero_coeff1; in vp9_quantize_fp_vsx()
95 bool16x8_t zero_coeff2; in vp9_quantize_fp_vsx()
183 bool16x8_t mask0, mask1, zero_coeff0, zero_coeff1; in vp9_quantize_fp_32x32_vsx()
236 bool16x8_t zero_coeff2, mask2; in vp9_quantize_fp_32x32_vsx()