Searched refs:UPSAMPLE_32PIXELS (Results 1 – 1 of 1) sorted by relevance
63 #define UPSAMPLE_32PIXELS(r1, r2, out) { \ macro95 UPSAMPLE_32PIXELS(r1, r2, out); in Upsample32Pixels()158 UPSAMPLE_32PIXELS(top_u, cur_u, r_uv + 0 * 32); \159 UPSAMPLE_32PIXELS(top_v, cur_v, r_uv + 1 * 32); \182 #undef UPSAMPLE_32PIXELS