Searched refs:highbd_hev_mask (Results 1 – 2 of 2) sorted by relevance
/external/libvpx/libvpx/vpx_dsp/ |
D | loopfilter.c | 406 static INLINE int16_t highbd_hev_mask(uint8_t thresh, uint16_t p1, uint16_t p0, in highbd_hev_mask() function 426 const uint16_t hev = highbd_hev_mask(thresh, *op1, *op0, *oq0, *oq1, bd); in highbd_filter4()
|
/external/libaom/libaom/aom_dsp/ |
D | loopfilter.c | 522 static INLINE int16_t highbd_hev_mask(uint8_t thresh, uint16_t p1, uint16_t p0, in highbd_hev_mask() function 542 const uint16_t hev = highbd_hev_mask(thresh, *op1, *op0, *oq0, *oq1, bd); in highbd_filter4()
|