Searched refs:NeedsHev (Results 1 – 1 of 1) sorted by relevance
/external/webp/src/dsp/ |
D | dec_neon.c | 663 static uint8x16_t NeedsHev(const uint8x16_t p1, const uint8x16_t p0, in NeedsHev() function 832 const uint8x16_t hev_mask = NeedsHev(p1, p0, q0, q1, hev_thresh); in VFilter16() 849 const uint8x16_t hev_mask = NeedsHev(p1, p0, q0, q1, hev_thresh); in HFilter16() 872 const uint8x16_t hev_mask = NeedsHev(p1, p0, q0, q1, hev_thresh); in VFilter16i() 896 const uint8x16_t hev_mask = NeedsHev(p1, p0, q0, q1, hev_thresh); in HFilter16i() 914 const uint8x16_t hev_mask = NeedsHev(p1, p0, q0, q1, hev_thresh); in VFilter8() 932 const uint8x16_t hev_mask = NeedsHev(p1, p0, q0, q1, hev_thresh); in VFilter8i() 947 const uint8x16_t hev_mask = NeedsHev(p1, p0, q0, q1, hev_thresh); in HFilter8() 964 const uint8x16_t hev_mask = NeedsHev(p1, p0, q0, q1, hev_thresh); in HFilter8i()
|