#include <stdint.h>#include "libavcodec/dsputil.h"Go to the source code of this file.
Functions | |
| void | put_pixels16_altivec (uint8_t *block, const uint8_t *pixels, int line_size, int h) |
| void | avg_pixels16_altivec (uint8_t *block, const uint8_t *pixels, int line_size, int h) |
| void | fdct_altivec (int16_t *block) |
| void | gmc1_altivec (uint8_t *dst, uint8_t *src, int stride, int h, int x16, int y16, int rounder) |
| void | idct_put_altivec (uint8_t *dest, int line_size, int16_t *block) |
| void | idct_add_altivec (uint8_t *dest, int line_size, int16_t *block) |
| void | ff_vp3_idct_altivec (DCTELEM *block) |
| void | ff_vp3_idct_put_altivec (uint8_t *dest, int line_size, DCTELEM *block) |
| void | ff_vp3_idct_add_altivec (uint8_t *dest, int line_size, DCTELEM *block) |
| void | dsputil_h264_init_ppc (DSPContext *c, AVCodecContext *avctx) |
| void | dsputil_init_altivec (DSPContext *c, AVCodecContext *avctx) |
| void | float_init_altivec (DSPContext *c, AVCodecContext *avctx) |
| void | int_init_altivec (DSPContext *c, AVCodecContext *avctx) |
| void avg_pixels16_altivec | ( | uint8_t * | block, | |
| const uint8_t * | pixels, | |||
| int | line_size, | |||
| int | h | |||
| ) |
| void dsputil_h264_init_ppc | ( | DSPContext * | c, | |
| AVCodecContext * | avctx | |||
| ) |
| void dsputil_init_altivec | ( | DSPContext * | c, | |
| AVCodecContext * | avctx | |||
| ) |
| void fdct_altivec | ( | int16_t * | block | ) |
Definition at line 198 of file fdct_altivec.c.
| void ff_vp3_idct_add_altivec | ( | uint8_t * | dest, | |
| int | line_size, | |||
| DCTELEM * | block | |||
| ) |
Referenced by dsputil_init_ppc().
| void ff_vp3_idct_altivec | ( | DCTELEM * | block | ) |
Referenced by dsputil_init_ppc().
| void ff_vp3_idct_put_altivec | ( | uint8_t * | dest, | |
| int | line_size, | |||
| DCTELEM * | block | |||
| ) |
Referenced by dsputil_init_ppc().
| void float_init_altivec | ( | DSPContext * | c, | |
| AVCodecContext * | avctx | |||
| ) |
| void gmc1_altivec | ( | uint8_t * | dst, | |
| uint8_t * | src, | |||
| int | stride, | |||
| int | h, | |||
| int | x16, | |||
| int | y16, | |||
| int | rounder | |||
| ) |
| void idct_add_altivec | ( | uint8_t * | dest, | |
| int | line_size, | |||
| int16_t * | block | |||
| ) |
Definition at line 183 of file idct_altivec.c.
Referenced by dsputil_init_ppc(), and MPV_common_init_altivec().
| void idct_put_altivec | ( | uint8_t * | dest, | |
| int | line_size, | |||
| int16_t * | block | |||
| ) |
Definition at line 161 of file idct_altivec.c.
Referenced by dsputil_init_ppc(), and MPV_common_init_altivec().
| void int_init_altivec | ( | DSPContext * | c, | |
| AVCodecContext * | avctx | |||
| ) |
| void put_pixels16_altivec | ( | uint8_t * | block, | |
| const uint8_t * | pixels, | |||
| int | line_size, | |||
| int | h | |||
| ) |
Definition at line 612 of file dsputil_altivec.c.
Referenced by dsputil_init_altivec(), and put_vp8_pixels16_altivec().
1.5.8