Skip to content
This repository was archived by the owner on Aug 5, 2022. It is now read-only.

Conversation

@guoyejun
Copy link

@guoyejun guoyejun commented Aug 2, 2018

No description provided.

Copy link
Contributor

@xuguangxin xuguangxin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great! only the magic number we may need remove

}
dest->crop.x = j * width;
dest->crop.y = i * height;
dest->crop.y = ((i * height) & ~31);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why we need this? where we get this magic number, could we query it form va?
t

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants