Searched refs:iwidth_offset (Results 1 – 1 of 1) sorted by relevance
179 int32_t iwidth_offset = ROUNDTO2((GetWidth() - src_width) / 2); in StretchToPlanes() local180 src_y += iwidth_offset; in StretchToPlanes()181 src_u += iwidth_offset / 2; in StretchToPlanes()182 src_v += iwidth_offset / 2; in StretchToPlanes()