Searched refs:flat_mask4 (Results 1 – 1 of 1) sorted by relevance
/external/libvpx/libvpx/vpx_dsp/ |
D | loopfilter.c | 52 static INLINE int8_t flat_mask4(uint8_t thresh, in flat_mask4() function 73 int8_t mask = ~flat_mask4(thresh, p3, p2, p1, p0, q0, q1, q2, q3); in flat_mask5() 205 const int8_t flat = flat_mask4(1, p3, p2, p1, p0, q0, q1, q2, q3); in vpx_lpf_horizontal_8_c() 230 const int8_t flat = flat_mask4(1, p3, p2, p1, p0, q0, q1, q2, q3); in vpx_lpf_vertical_8_c() 309 const int8_t flat = flat_mask4(1, p3, p2, p1, p0, q0, q1, q2, q3); in vpx_lpf_horizontal_16_c() 335 const int8_t flat = flat_mask4(1, p3, p2, p1, p0, q0, q1, q2, q3); in mb_lpf_vertical_edge_w()
|