xine-lib 1.2.11
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 */
11void 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) */
14void ppc_zoom_G4 (int sizeX, int sizeY, Pixel *src, Pixel *dest, int *brutS, int *brutD, int buffratio, int precalCoef[16][16]);
void ppc_zoom_G4(int sizeX, int sizeY, Pixel *src, Pixel *dest, int *brutS, int *brutD, int buffratio, int precalCoef[16][16])
void ppc_zoom_generic(int sizeX, int sizeY, Pixel *src, Pixel *dest, int *brutS, int *brutD, int buffratio, int precalCoef[16][16])
Definition: goom_graphic.h:55