FFmpeg
|
#include "config.h"
#include <stdint.h>
#include <string.h>
#include "libavutil/attributes.h"
#include "libavutil/cpu.h"
#include "libavutil/intreadwrite.h"
#include "libavutil/mem.h"
#include "libavutil/ppc/cpu.h"
#include "libavutil/ppc/util_altivec.h"
#include "libavcodec/h264dec.h"
#include "libavcodec/h264dsp.h"
Go to the source code of this file.
Functions | |
av_cold void | ff_h264dsp_init_ppc (H264DSPContext *c, const int bit_depth, const int chroma_format_idc) |
av_cold void ff_h264dsp_init_ppc | ( | H264DSPContext * | c, |
const int | bit_depth, | ||
const int | chroma_format_idc | ||
) |
Definition at line 789 of file h264dsp.c.
Referenced by ff_h264dsp_init().