Home
last modified time | relevance | path

Searched defs:hev_mask (Results 1 – 2 of 2) sorted by relevance

/external/webp/src/dsp/
Ddec_neon.c722 const uint8x16_t mask, const uint8x16_t hev_mask, in DoFilter4()
792 const uint8x16_t mask, const uint8x16_t hev_mask, in DoFilter6()
832 const uint8x16_t hev_mask = NeedsHev(p1, p0, q0, q1, hev_thresh); in VFilter16() local
849 const uint8x16_t hev_mask = NeedsHev(p1, p0, q0, q1, hev_thresh); in HFilter16() local
872 const uint8x16_t hev_mask = NeedsHev(p1, p0, q0, q1, hev_thresh); in VFilter16i() local
896 const uint8x16_t hev_mask = NeedsHev(p1, p0, q0, q1, hev_thresh); in HFilter16i() local
914 const uint8x16_t hev_mask = NeedsHev(p1, p0, q0, q1, hev_thresh); in VFilter8() local
932 const uint8x16_t hev_mask = NeedsHev(p1, p0, q0, q1, hev_thresh); in VFilter8i() local
947 const uint8x16_t hev_mask = NeedsHev(p1, p0, q0, q1, hev_thresh); in HFilter8() local
964 const uint8x16_t hev_mask = NeedsHev(p1, p0, q0, q1, hev_thresh); in HFilter8i() local
/external/libvpx/libvpx/vpx_dsp/
Dloopfilter.c80 static INLINE int8_t hev_mask(uint8_t thresh, uint8_t p1, uint8_t p0, in hev_mask() function