xine-lib  1.2.10
ppc_zoom_ultimate.h
Go to the documentation of this file.
1 /*
2  * ppc_zoom_ultimate.h
3  * Goom
4  *
5  * Created by Guillaume Borios on Sun Dec 28 2003.
6  * Copyright (c) 2003 iOS. All rights reserved.
7  *
8  */
9 
10 /* Generic PowerPC Code */
11 void ppc_zoom_generic (int sizeX, int sizeY, Pixel *src, Pixel *dest, int *brutS, int *brutD, int buffratio, int precalCoef[16][16]);
12 
13 /* G4 Specific PowerPC Code (Possible use of Altivec and Data Streams) */
14 void ppc_zoom_G4 (int sizeX, int sizeY, Pixel *src, Pixel *dest, int *brutS, int *brutD, int buffratio, int precalCoef[16][16]);
ppc_zoom_G4
void ppc_zoom_G4(int sizeX, int sizeY, Pixel *src, Pixel *dest, int *brutS, int *brutD, int buffratio, int precalCoef[16][16])
_PIXEL
Definition: goom_graphic.h:55
ppc_zoom_generic
void ppc_zoom_generic(int sizeX, int sizeY, Pixel *src, Pixel *dest, int *brutS, int *brutD, int buffratio, int precalCoef[16][16])