Searched refs:highbd_flat_mask4 (Results 1 – 1 of 1) sorted by relevance
/external/libvpx/libvpx/vpx_dsp/ |
D | loopfilter.c | 376 static INLINE int8_t highbd_flat_mask4(uint8_t thresh, in highbd_flat_mask4() function 398 int8_t mask = ~highbd_flat_mask4(thresh, p3, p2, p1, p0, q0, q1, q2, q3, bd); in highbd_flat_mask5() 550 const int8_t flat = highbd_flat_mask4(1, p3, p2, p1, p0, q0, q1, q2, q3, in vpx_highbd_lpf_horizontal_8_c() 581 const int8_t flat = highbd_flat_mask4(1, p3, p2, p1, p0, q0, q1, q2, q3, in vpx_highbd_lpf_vertical_8_c() 685 const int8_t flat = highbd_flat_mask4(1, p3, p2, p1, p0, q0, q1, q2, q3, in vpx_highbd_lpf_horizontal_16_c() 719 const int8_t flat = highbd_flat_mask4(1, p3, p2, p1, p0, q0, q1, q2, q3, in highbd_mb_lpf_vertical_edge_w()
|