Searched refs:highbd_flat_mask4 (Results 1 – 2 of 2) sorted by relevance
/external/libvpx/vpx_dsp/ |
D | loopfilter.c | 378 static INLINE int8_t highbd_flat_mask4(uint8_t thresh, uint16_t p3, uint16_t p2, in highbd_flat_mask4() function 397 int8_t mask = ~highbd_flat_mask4(thresh, p3, p2, p1, p0, q0, q1, q2, q3, bd); in highbd_flat_mask5() 544 highbd_flat_mask4(1, p3, p2, p1, p0, q0, q1, q2, q3, bd); in vpx_highbd_lpf_horizontal_8_c() 571 highbd_flat_mask4(1, p3, p2, p1, p0, q0, q1, q2, q3, bd); in vpx_highbd_lpf_vertical_8_c() 674 highbd_flat_mask4(1, p3, p2, p1, p0, q0, q1, q2, q3, bd); in highbd_mb_lpf_horizontal_edge_w() 720 highbd_flat_mask4(1, p3, p2, p1, p0, q0, q1, q2, q3, bd); in highbd_mb_lpf_vertical_edge_w()
|
/external/libaom/aom_dsp/ |
D | loopfilter.c | 576 static INLINE int8_t highbd_flat_mask4(uint8_t thresh, uint16_t p3, uint16_t p2, in highbd_flat_mask4() function 745 highbd_flat_mask4(1, p3, p2, p1, p0, q0, q1, q2, q3, bd); in aom_highbd_lpf_horizontal_8_c() 828 highbd_flat_mask4(1, p3, p2, p1, p0, q0, q1, q2, q3, bd); in aom_highbd_lpf_vertical_8_c() 926 highbd_flat_mask4(1, p3, p2, p1, p0, q0, q1, q2, q3, bd); in highbd_mb_lpf_horizontal_edge_w() 929 highbd_flat_mask4(1, s[-7 * p], s[-6 * p], s[-5 * p], p0, q0, s[4 * p], in highbd_mb_lpf_horizontal_edge_w() 972 highbd_flat_mask4(1, p3, p2, p1, p0, q0, q1, q2, q3, bd); in highbd_mb_lpf_vertical_edge_w() 974 highbd_flat_mask4(1, s[-7], s[-6], s[-5], p0, q0, s[4], s[5], s[6], bd); in highbd_mb_lpf_vertical_edge_w()
|