HomeSort by relevance Sort by last modified time
    Searched refs:hev_mask (Results 1 - 2 of 2) sorted by null

  /external/webp/src/dsp/
dec_neon.c 733 const uint8x16_t mask, const uint8x16_t hev_mask,
844 const uint8x16_t hev_mask = NeedsHev_NEON(p1, p0, q0, q1, hev_thresh); local
861 const uint8x16_t hev_mask = NeedsHev_NEON(p1, p0, q0, q1, hev_thresh); local
884 const uint8x16_t hev_mask = NeedsHev_NEON(p1, p0, q0, q1, hev_thresh); local
908 const uint8x16_t hev_mask = NeedsHev_NEON(p1, p0, q0, q1, hev_thresh); local
926 const uint8x16_t hev_mask = NeedsHev_NEON(p1, p0, q0, q1, hev_thresh); local
944 const uint8x16_t hev_mask = NeedsHev_NEON(p1, p0, q0, q1, hev_thresh); local
959 const uint8x16_t hev_mask = NeedsHev_NEON(p1, p0, q0, q1, hev_thresh); local
976 const uint8x16_t hev_mask = NeedsHev_NEON(p1, p0, q0, q1, hev_thresh); local
    [all...]
  /external/libvpx/libvpx/vpx_dsp/
loopfilter.c 72 static INLINE int8_t hev_mask(uint8_t thresh, uint8_t p1, uint8_t p0, function
88 const uint8_t hev = hev_mask(thresh, *op1, *op0, *oq0, *oq1);

Completed in 124 milliseconds