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

/external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/
H A Dvp9_loopfilter_filters.c37 static INLINE int8_t flat_mask4(uint8_t thresh, function
58 int8_t mask = ~flat_mask4(thresh, p3, p2, p1, p0, q0, q1, q2, q3);
190 const int8_t flat = flat_mask4(1, p3, p2, p1, p0, q0, q1, q2, q3);
215 const int8_t flat = flat_mask4(1, p3, p2, p1, p0, q0, q1, q2, q3);
294 const int8_t flat = flat_mask4(1, p3, p2, p1, p0, q0, q1, q2, q3);
320 const int8_t flat = flat_mask4(1, p3, p2, p1, p0, q0, q1, q2, q3);
/external/libvpx/libvpx/vp9/common/
H A Dvp9_loopfilter_filters.c37 static INLINE int8_t flat_mask4(uint8_t thresh, function
58 int8_t mask = ~flat_mask4(thresh, p3, p2, p1, p0, q0, q1, q2, q3);
190 const int8_t flat = flat_mask4(1, p3, p2, p1, p0, q0, q1, q2, q3);
215 const int8_t flat = flat_mask4(1, p3, p2, p1, p0, q0, q1, q2, q3);
294 const int8_t flat = flat_mask4(1, p3, p2, p1, p0, q0, q1, q2, q3);
320 const int8_t flat = flat_mask4(1, p3, p2, p1, p0, q0, q1, q2, q3);

Completed in 120 milliseconds