Searched refs:ROUNDTO2 (Results 1 – 1 of 1) sorted by relevance
43 #define ROUNDTO2(v) (v & ~1) macro178 src_width = ROUNDTO2(src_height * width / height); in StretchToPlanes()179 int32_t iwidth_offset = ROUNDTO2((GetWidth() - src_width) / 2); in StretchToPlanes()