|
FFmpeg
|
#include "config.h"#include "libavutil/attributes.h"#include "libavutil/cpu.h"#include "libavutil/intreadwrite.h"#include "libavutil/ppc/types_altivec.h"#include "libavutil/ppc/util_altivec.h"#include "libavcodec/h264data.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 744 of file h264dsp.c.
Referenced by ff_h264dsp_init().
1.8.2