SDL'ified hq4x filter. (Doesn't work right yet)
This commit is contained in:
parent
a6427c94ee
commit
7f9fb79d9f
6 changed files with 3705 additions and 3434 deletions
10
src/hq4x.h
10
src/hq4x.h
|
|
@ -1 +1,9 @@
|
|||
void hq4x_32( unsigned char * pIn, unsigned char * pOut, int Xres, int Yres, int BpL, int LUT16to32[65536], int RGBtoYUV[65536] );
|
||||
#ifndef HQ4X_H
|
||||
#define HQ4X_H
|
||||
|
||||
#include "SDL.h"
|
||||
|
||||
void hq4x_32(SDL_Surface * src, SDL_Surface * dest,
|
||||
int LUT16to32[65536], int RGBtoYUV[65536]);
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue