Searched refs:highbd_filter6 (Results 1 – 1 of 1) sorted by relevance
/external/libaom/libaom/aom_dsp/ |
D | loopfilter.c | 621 static INLINE void highbd_filter6(int8_t mask, uint8_t thresh, int8_t flat, in highbd_filter6() function 696 highbd_filter6(mask, *thresh, flat, s - 3 * p, s - 2 * p, s - 1 * p, s, in aom_highbd_lpf_horizontal_6_c() 730 highbd_filter6(mask, *thresh, flat, s - 3, s - 2, s - 1, s, s + 1, s + 2, in aom_highbd_lpf_vertical_6_c()
|