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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/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 56 milliseconds