Tacked GPL into comments. More hq4x tweaks.
This commit is contained in:
parent
7487c3b31b
commit
8dee572c9d
8 changed files with 404 additions and 340 deletions
|
|
@ -172,12 +172,13 @@
|
|||
|
||||
|
||||
void hq4x_32(SDL_Surface * src, SDL_Surface * dest,
|
||||
int RGBtoYUV[65536])
|
||||
Uint32 RGBtoYUV[65536])
|
||||
{
|
||||
int x, y, k;
|
||||
int prevline, nextline;
|
||||
Uint16 w[10];
|
||||
Uint8 a;
|
||||
Uint32 YUV1, YUV2;
|
||||
int pattern;
|
||||
int flag;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue