Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vpx_dsp/ppc/
Ddeblock_vsx.c31 const uint8x16_t f_a = vec_max(vec_absd(v, ctx[0]), vec_absd(v, ctx[1])); in apply_filter()
32 const uint8x16_t f_b = vec_max(vec_absd(v, ctx[2]), vec_absd(v, ctx[3])); in apply_filter()
Dtypes_vsx.h79 #define vec_absd(a, b) vec_sub(vec_max(a, b), vec_min(a, b)) macro
Dsad_vsx.c23 v_abs = vec_absd(v_a, v_b); \