Home
last modified time | relevance | path

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

/external/webp/src/dec/
Ddsp_sse2.c316 #define UPDATE_2PIXELS(pi, qi, a_lo, a_hi) { \ macro
455 UPDATE_2PIXELS(*p2, *q2, a2_lo, a2_hi); in DoFilter6()
456 UPDATE_2PIXELS(*p1, *q1, a1_lo, a1_hi); in DoFilter6()
457 UPDATE_2PIXELS(*p0, *q0, a0_lo, a0_hi); in DoFilter6()