|
Libav
|
Go to the source code of this file.
Defines | |
| #define | vzero vec_splat_s32(0) |
Functions | |
| static void | altivec_packIntArrayToCharArray (int *val, uint8_t *dest, int dstW) |
| static void | yuv2yuvX_altivec_real (const int16_t *lumFilter, int16_t **lumSrc, int lumFilterSize, const int16_t *chrFilter, int16_t **chrSrc, int chrFilterSize, uint8_t *dest, uint8_t *uDest, uint8_t *vDest, int dstW, int chrDstW) |
| static void | hScale_altivec_real (int16_t *dst, int dstW, const uint8_t *src, int srcW, int xInc, const int16_t *filter, const int16_t *filterPos, int filterSize) |
| static int | yv12toyuy2_unscaled_altivec (SwsContext *c, uint8_t *src[], int srcStride[], int srcSliceY, int srcSliceH, uint8_t *dstParam[], int dstStride_a[]) |
| static int | yv12touyvy_unscaled_altivec (SwsContext *c, uint8_t *src[], int srcStride[], int srcSliceY, int srcSliceH, uint8_t *dstParam[], int dstStride_a[]) |
| #define vzero vec_splat_s32(0) |
Definition at line 24 of file swscale_altivec_template.c.
Referenced by hadamard8_diff16x8_altivec(), hadamard8_diff8x8_altivec(), and hScale_altivec_real().
| static void altivec_packIntArrayToCharArray | ( | int * | val, |
| uint8_t * | dest, | ||
| int | dstW | ||
| ) | [inline, static] |
Definition at line 27 of file swscale_altivec_template.c.
Referenced by yuv2yuvX_altivec_real().
| static void hScale_altivec_real | ( | int16_t * | dst, |
| int | dstW, | ||
| const uint8_t * | src, | ||
| int | srcW, | ||
| int | xInc, | ||
| const int16_t * | filter, | ||
| const int16_t * | filterPos, | ||
| int | filterSize | ||
| ) | [inline, static] |
Definition at line 212 of file swscale_altivec_template.c.
| static void yuv2yuvX_altivec_real | ( | const int16_t * | lumFilter, |
| int16_t ** | lumSrc, | ||
| int | lumFilterSize, | ||
| const int16_t * | chrFilter, | ||
| int16_t ** | chrSrc, | ||
| int | chrFilterSize, | ||
| uint8_t * | dest, | ||
| uint8_t * | uDest, | ||
| uint8_t * | vDest, | ||
| int | dstW, | ||
| int | chrDstW | ||
| ) | [inline, static] |
Definition at line 89 of file swscale_altivec_template.c.
Referenced by yuv2yuvX_SSE2().
| static int yv12touyvy_unscaled_altivec | ( | SwsContext * | c, |
| uint8_t * | src[], | ||
| int | srcStride[], | ||
| int | srcSliceY, | ||
| int | srcSliceH, | ||
| uint8_t * | dstParam[], | ||
| int | dstStride_a[] | ||
| ) | [inline, static] |
Definition at line 470 of file swscale_altivec_template.c.
Referenced by ff_get_unscaled_swscale().
| static int yv12toyuy2_unscaled_altivec | ( | SwsContext * | c, |
| uint8_t * | src[], | ||
| int | srcStride[], | ||
| int | srcSliceY, | ||
| int | srcSliceH, | ||
| uint8_t * | dstParam[], | ||
| int | dstStride_a[] | ||
| ) | [inline, static] |
Definition at line 392 of file swscale_altivec_template.c.
Referenced by ff_get_unscaled_swscale().
1.7.3