Searched refs:flat_mask4 (Results 1 – 2 of 2) sorted by relevance
/external/libvpx/libvpx/vpx_dsp/ |
D | loopfilter.c | 48 static INLINE int8_t flat_mask4(uint8_t thresh, uint8_t p3, uint8_t p2, in flat_mask4() function 65 int8_t mask = ~flat_mask4(thresh, p3, p2, p1, p0, q0, q1, q2, q3); in flat_mask5() 196 const int8_t flat = flat_mask4(1, p3, p2, p1, p0, q0, q1, q2, q3); in vpx_lpf_horizontal_8_c() 220 const int8_t flat = flat_mask4(1, p3, p2, p1, p0, q0, q1, q2, q3); in vpx_lpf_vertical_8_c() 304 const int8_t flat = flat_mask4(1, p3, p2, p1, p0, q0, q1, q2, q3); in mb_lpf_horizontal_edge_w() 338 const int8_t flat = flat_mask4(1, p3, p2, p1, p0, q0, q1, q2, q3); in mb_lpf_vertical_edge_w()
|
/external/libaom/libaom/aom_dsp/ |
D | loopfilter.c | 80 static INLINE int8_t flat_mask4(uint8_t thresh, uint8_t p3, uint8_t p2, in flat_mask4() function 261 const int8_t flat = flat_mask4(1, p3, p2, p1, p0, q0, q1, q2, q3); in aom_lpf_horizontal_8_c() 310 const int8_t flat = flat_mask4(1, p3, p2, p1, p0, q0, q1, q2, q3); in aom_lpf_vertical_8_c() 388 const int8_t flat = flat_mask4(1, p3, p2, p1, p0, q0, q1, q2, q3); in mb_lpf_horizontal_edge_w() 389 const int8_t flat2 = flat_mask4(1, p6, p5, p4, p0, q0, q4, q5, q6); in mb_lpf_horizontal_edge_w() 423 const int8_t flat = flat_mask4(1, p3, p2, p1, p0, q0, q1, q2, q3); in mb_lpf_vertical_edge_w() 424 const int8_t flat2 = flat_mask4(1, p6, p5, p4, p0, q0, q4, q5, q6); in mb_lpf_vertical_edge_w()
|