configure.ac: Add checks for Flex/Yacc/Bison and other furry animals, for the new...
[platform/upstream/gst-plugins-good.git] / gst / goom / ppc_zoom_ultimate.h
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]);