#include <string.h>#include "libavutil/cpu.h"#include "libavutil/mem.h"#include "libavcodec/dsputil.h"#include "dsputil_altivec.h"Go to the source code of this file.
Functions | |
| static void | clear_blocks_dcbz32_ppc (DCTELEM *blocks) |
| static void | clear_blocks_dcbz128_ppc (DCTELEM *blocks) |
| static long | check_dcbzl_effect (void) |
| static void | prefetch_ppc (void *mem, int stride, int h) |
| void | ff_dsputil_init_ppc (DSPContext *c, AVCodecContext *avctx) |
| static long check_dcbzl_effect | ( | void | ) | [static] |
| static void clear_blocks_dcbz128_ppc | ( | DCTELEM * | blocks | ) | [static] |
| static void clear_blocks_dcbz32_ppc | ( | DCTELEM * | blocks | ) | [static] |
| void ff_dsputil_init_ppc | ( | DSPContext * | c, | |
| AVCodecContext * | avctx | |||
| ) |
1.5.8