Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vpx_dsp/
Dloopfilter.c415 static INLINE void highbd_filter4(int8_t mask, uint8_t thresh, uint16_t *op1, in highbd_filter4() function
468 highbd_filter4(mask, *thresh, s - 2 * pitch, s - 1 * pitch, s, in vpx_highbd_lpf_horizontal_4_c()
494 highbd_filter4(mask, *thresh, s - 2, s - 1, s, s + 1, bd); in vpx_highbd_lpf_vertical_4_c()
524 highbd_filter4(mask, thresh, op1, op0, oq0, oq1, bd); in highbd_filter8()
/external/libaom/libaom/aom_dsp/
Dloopfilter.c531 static INLINE void highbd_filter4(int8_t mask, uint8_t thresh, uint16_t *op1, in highbd_filter4() function
581 highbd_filter4(mask, *thresh, s - 2 * p, s - 1 * p, s, s + 1 * p, bd); in aom_highbd_lpf_horizontal_4_c()
607 highbd_filter4(mask, *thresh, s - 2, s - 1, s, s + 1, bd); in aom_highbd_lpf_vertical_4_c()
635 highbd_filter4(mask, thresh, op1, op0, oq0, oq1, bd); in highbd_filter6()
655 highbd_filter4(mask, thresh, op1, op0, oq0, oq1, bd); in highbd_filter8()