Searched refs:UPSAMPLE_32PIXELS (Results 1 – 1 of 1) sorted by relevance
61 #define UPSAMPLE_32PIXELS(r1, r2, out) { \ macro93 UPSAMPLE_32PIXELS(r1, r2, out); in Upsample32Pixels()157 UPSAMPLE_32PIXELS(top_u + uv_pos, cur_u + uv_pos, r_u); \158 UPSAMPLE_32PIXELS(top_v + uv_pos, cur_v + uv_pos, r_v); \179 #undef UPSAMPLE_32PIXELS