Searched refs:highbd_filter4 (Results 1 – 1 of 1) sorted by relevance
/external/libvpx/libvpx/vpx_dsp/ |
D | loopfilter.c | 416 static INLINE void highbd_filter4(int8_t mask, uint8_t thresh, uint16_t *op1, in highbd_filter4() function 469 highbd_filter4(mask, *thresh, s - 2 * p, s - 1 * p, s, s + 1 * p, bd); in vpx_highbd_lpf_horizontal_4_c() 498 highbd_filter4(mask, *thresh, s - 2, s - 1, s, s + 1, bd); in vpx_highbd_lpf_vertical_4_c() 533 highbd_filter4(mask, thresh, op1, op0, oq0, oq1, bd); in highbd_filter8()
|