Searched refs:filter4 (Results 1 – 1 of 1) sorted by relevance
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/ |
D | vp9_loopfilter_filters.c | 73 static INLINE void filter4(int8_t mask, uint8_t thresh, uint8_t *op1, in filter4() function 117 filter4(mask, *thresh, s - 2 * p, s - 1 * p, s, s + 1 * p); in vp9_lpf_horizontal_4_c() 142 filter4(mask, *thresh, s - 2, s - 1, s, s + 1); in vp9_lpf_vertical_4_c() 173 filter4(mask, thresh, op1, op0, oq0, oq1); in filter8()
|