Home
last modified time | relevance | path

Searched refs:highbd_hev_mask (Results 1 – 1 of 1) sorted by relevance

/external/libvpx/libvpx/vpx_dsp/
Dloopfilter.c407 static INLINE int16_t highbd_hev_mask(uint8_t thresh, uint16_t p1, uint16_t p0, in highbd_hev_mask() function
427 const uint16_t hev = highbd_hev_mask(thresh, *op1, *op0, *oq0, *oq1, bd); in highbd_filter4()