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