Searched defs:hev_mask (Results 1 – 1 of 1) sorted by relevance
| /third_party/skia/third_party/externals/libwebp/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
|