FFmpeg
|
Go to the source code of this file.
Functions | |
void | ff_put_pixels16_altivec (uint8_t *block, const uint8_t *pixels, ptrdiff_t line_size, int h) |
void | ff_avg_pixels16_altivec (uint8_t *block, const uint8_t *pixels, ptrdiff_t line_size, int h) |
void | ff_fdct_altivec (int16_t *block) |
void | ff_gmc1_altivec (uint8_t *dst, uint8_t *src, int stride, int h, int x16, int y16, int rounder) |
void | ff_idct_put_altivec (uint8_t *dest, int line_size, int16_t *block) |
void | ff_idct_add_altivec (uint8_t *dest, int line_size, int16_t *block) |
void | ff_dsputil_init_altivec (DSPContext *c, AVCodecContext *avctx) |
void | ff_float_init_altivec (DSPContext *c, AVCodecContext *avctx) |
void | ff_int_init_altivec (DSPContext *c, AVCodecContext *avctx) |
void ff_put_pixels16_altivec | ( | uint8_t * | block, |
const uint8_t * | pixels, | ||
ptrdiff_t | line_size, | ||
int | h | ||
) |
Referenced by ff_hpeldsp_init_ppc().
void ff_avg_pixels16_altivec | ( | uint8_t * | block, |
const uint8_t * | pixels, | ||
ptrdiff_t | line_size, | ||
int | h | ||
) |
Referenced by ff_hpeldsp_init_ppc().
void ff_fdct_altivec | ( | int16_t * | block | ) |
Definition at line 197 of file fdct_altivec.c.
void ff_gmc1_altivec | ( | uint8_t * | dst, |
uint8_t * | src, | ||
int | stride, | ||
int | h, | ||
int | x16, | ||
int | y16, | ||
int | rounder | ||
) |
Definition at line 32 of file gmc_altivec.c.
Referenced by ff_dsputil_init_ppc().
Definition at line 160 of file idct_altivec.c.
Referenced by ff_dsputil_init_ppc().
Definition at line 182 of file idct_altivec.c.
Referenced by ff_dsputil_init_ppc().
void ff_dsputil_init_altivec | ( | DSPContext * | c, |
AVCodecContext * | avctx | ||
) |
Definition at line 939 of file dsputil_altivec.c.
Referenced by ff_dsputil_init_ppc().
void ff_float_init_altivec | ( | DSPContext * | c, |
AVCodecContext * | avctx | ||
) |
void ff_int_init_altivec | ( | DSPContext * | c, |
AVCodecContext * | avctx | ||
) |
Definition at line 140 of file int_altivec.c.
Referenced by ff_dsputil_init_ppc().