Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vpx_dsp/
Dloopfilter.c508 static INLINE void highbd_filter8(int8_t mask, uint8_t thresh, uint8_t flat, in highbd_filter8() function
545 highbd_filter8(mask, *thresh, flat, s - 4 * pitch, s - 3 * pitch, in vpx_highbd_lpf_horizontal_8_c()
572 highbd_filter8(mask, *thresh, flat, s - 4, s - 3, s - 2, s - 1, s, s + 1, in vpx_highbd_lpf_vertical_8_c()
648 highbd_filter8(mask, thresh, flat, op3, op2, op1, op0, oq0, oq1, oq2, oq3, in highbd_filter16()
/external/libaom/libaom/aom_dsp/
Dloopfilter.c639 static INLINE void highbd_filter8(int8_t mask, uint8_t thresh, int8_t flat, in highbd_filter8() function
675 highbd_filter8(mask, *thresh, flat, s - 4 * p, s - 3 * p, s - 2 * p, in aom_highbd_lpf_horizontal_8_c()
758 highbd_filter8(mask, *thresh, flat, s - 4, s - 3, s - 2, s - 1, s, s + 1, in aom_highbd_lpf_vertical_8_c()
828 highbd_filter8(mask, thresh, flat, op3, op2, op1, op0, oq0, oq1, oq2, oq3, in highbd_filter14()