Searched refs:uv_offset_x (Results 1 – 2 of 2) sorted by relevance
224 const int uv_offset_x = offset_x / 2; in CropAndScaleFrom() local226 offset_x = uv_offset_x * 2; in CropAndScaleFrom()231 src.DataU() + src.StrideU() * uv_offset_y + uv_offset_x; in CropAndScaleFrom()233 src.DataV() + src.StrideV() * uv_offset_y + uv_offset_x; in CropAndScaleFrom()
197 const int uv_offset_x = offset_x / 2; in CropAndScaleFrom() local199 offset_x = uv_offset_x * 2; in CropAndScaleFrom()204 src.DataU() + src.StrideU() * uv_offset_y + uv_offset_x; in CropAndScaleFrom()206 src.DataV() + src.StrideV() * uv_offset_y + uv_offset_x; in CropAndScaleFrom()