Searched refs:filter6 (Results 1 – 1 of 1) sorted by relevance
/external/libaom/libaom/aom_dsp/ |
D | loopfilter.c | 183 static INLINE void filter6(int8_t mask, uint8_t thresh, int8_t flat, in filter6() function 234 filter6(mask, *thresh, flat, s - 3 * p, s - 2 * p, s - 1 * p, s, s + 1 * p, in aom_lpf_horizontal_6_c() 287 filter6(mask, *thresh, flat, s - 3, s - 2, s - 1, s, s + 1, s + 2); in aom_lpf_vertical_6_c()
|