Home
last modified time | relevance | path

Searched refs:flat_mask4 (Results 1 – 1 of 1) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
Dvp9_loopfilter_filters.c37 static INLINE int8_t flat_mask4(uint8_t thresh, in flat_mask4() function
58 int8_t mask = ~flat_mask4(thresh, p3, p2, p1, p0, q0, q1, q2, q3); in flat_mask5()
190 const int8_t flat = flat_mask4(1, p3, p2, p1, p0, q0, q1, q2, q3); in vp9_lpf_horizontal_8_c()
215 const int8_t flat = flat_mask4(1, p3, p2, p1, p0, q0, q1, q2, q3); in vp9_lpf_vertical_8_c()
294 const int8_t flat = flat_mask4(1, p3, p2, p1, p0, q0, q1, q2, q3); in vp9_lpf_horizontal_16_c()
320 const int8_t flat = flat_mask4(1, p3, p2, p1, p0, q0, q1, q2, q3); in mb_lpf_vertical_edge_w()