Revision 5b21bdab libavcodec/ppc/imgresample_altivec.h
libavcodec/ppc/imgresample_altivec.h | ||
---|---|---|
16 | 16 |
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA |
17 | 17 |
*/ |
18 | 18 |
|
19 |
#ifndef IMGRESAMPLE_ALTIVEC_H |
|
20 |
#define IMGRESAMPLE_ALTIVEC_H |
|
19 |
#ifndef FFMPEG_IMGRESAMPLE_ALTIVEC_H
|
|
20 |
#define FFMPEG_IMGRESAMPLE_ALTIVEC_H
|
|
21 | 21 |
|
22 | 22 |
void v_resample16_altivec(uint8_t *dst, int dst_width, const uint8_t *src, |
23 | 23 |
int wrap, int16_t *filter); |
24 |
#endif /* IMGRESAMPLE_ALTIVEC_H */ |
|
24 |
#endif /* FFMPEG_IMGRESAMPLE_ALTIVEC_H */ |
Also available in: Unified diff