Searched refs:ApplyFilter6 (Results 1 – 1 of 1) sorted by relevance
191 inline Pixel ApplyFilter6(int filter_value) { in ApplyFilter6() function207 p[-2 * step] = ApplyFilter6<Pixel>(3 * p2 + a1 + a0 + q0); in Filter6_C()208 p[-1 * step] = ApplyFilter6<Pixel>(p2 + a1 + a0 + b0 + q1); in Filter6_C()209 p[0 * step] = ApplyFilter6<Pixel>(p1 + a0 + b0 + b1 + q2); in Filter6_C()210 p[1 * step] = ApplyFilter6<Pixel>(p0 + b0 + b1 + 3 * q2); in Filter6_C()