Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vpx_dsp/ppc/
Ddeblock_vsx.c182 const int32x4_t thres_odd = vec_sub(sumsq_odd_scaled, vec_mulo(sum, sum)); in mask_s16() local
185 const bool32x4_t mask_odd = vec_cmplt(thres_odd, lim); in mask_s16()