Searched refs:filter4 (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/
H A Dvp9_loopfilter_filters.c73 static INLINE void filter4(int8_t mask, uint8_t thresh, uint8_t *op1, function
117 filter4(mask, *thresh, s - 2 * p, s - 1 * p, s, s + 1 * p);
142 filter4(mask, *thresh, s - 2, s - 1, s, s + 1);
173 filter4(mask, thresh, op1, op0, oq0, oq1);
/external/libvpx/libvpx/vp9/common/
H A Dvp9_loopfilter_filters.c73 static INLINE void filter4(int8_t mask, uint8_t thresh, uint8_t *op1, function
117 filter4(mask, *thresh, s - 2 * p, s - 1 * p, s, s + 1 * p);
142 filter4(mask, *thresh, s - 2, s - 1, s, s + 1);
173 filter4(mask, thresh, op1, op0, oq0, oq1);

Completed in 54 milliseconds