FFmpeg
|
#include "config.h"
#include <stdlib.h>
#include <string.h>
#include "libavutil/attributes.h"
#include "libavutil/cpu.h"
#include "libavutil/ppc/cpu.h"
#include "libavutil/ppc/util_altivec.h"
#include "libavcodec/idctdsp.h"
Go to the source code of this file.
Functions | |
av_cold void | ff_idctdsp_init_ppc (IDCTDSPContext *c, AVCodecContext *avctx, unsigned high_bit_depth) |
av_cold void ff_idctdsp_init_ppc | ( | IDCTDSPContext * | c, |
AVCodecContext * | avctx, | ||
unsigned | high_bit_depth | ||
) |
Definition at line 255 of file idctdsp.c.
Referenced by ff_idctdsp_init().