Searched refs:DO_FILTER2 (Results 1 – 1 of 1) sorted by relevance
/external/webp/src/dsp/ |
D | dec_neon.c | 586 #define DO_FILTER2(p1, p0, q0, q1, thresh) \ macro 604 DO_FILTER2(q1, q2, q3, q12, %[thresh]) in SimpleVFilter16() 628 DO_FILTER2(q1, q2, q12, q13, %[thresh]) in SimpleHFilter16()
|