Searched defs:hev_mask (Results 1 – 3 of 3) sorted by relevance
/external/webp/src/dsp/ |
D | dec_neon.c | 733 const uint8x16_t mask, const uint8x16_t hev_mask, in DoFilter4_NEON() 804 const uint8x16_t mask, const uint8x16_t hev_mask, in DoFilter6_NEON() 844 const uint8x16_t hev_mask = NeedsHev_NEON(p1, p0, q0, q1, hev_thresh); in VFilter16_NEON() local 861 const uint8x16_t hev_mask = NeedsHev_NEON(p1, p0, q0, q1, hev_thresh); in HFilter16_NEON() local 884 const uint8x16_t hev_mask = NeedsHev_NEON(p1, p0, q0, q1, hev_thresh); in VFilter16i_NEON() local 908 const uint8x16_t hev_mask = NeedsHev_NEON(p1, p0, q0, q1, hev_thresh); in HFilter16i_NEON() local 926 const uint8x16_t hev_mask = NeedsHev_NEON(p1, p0, q0, q1, hev_thresh); in VFilter8_NEON() local 944 const uint8x16_t hev_mask = NeedsHev_NEON(p1, p0, q0, q1, hev_thresh); in VFilter8i_NEON() local 959 const uint8x16_t hev_mask = NeedsHev_NEON(p1, p0, q0, q1, hev_thresh); in HFilter8_NEON() local 976 const uint8x16_t hev_mask = NeedsHev_NEON(p1, p0, q0, q1, hev_thresh); in HFilter8i_NEON() local
|
/external/libvpx/libvpx/vpx_dsp/ |
D | loopfilter.c | 72 static INLINE int8_t hev_mask(uint8_t thresh, uint8_t p1, uint8_t p0, in hev_mask() function
|
/external/libaom/libaom/aom_dsp/ |
D | loopfilter.c | 94 static INLINE int8_t hev_mask(uint8_t thresh, uint8_t p1, uint8_t p0, in hev_mask() function
|