FFmpeg
|
#include "config.h"
#include "libavutil/attributes.h"
#include "libavutil/cpu.h"
#include "libavutil/float_dsp.h"
#include "libavutil/ppc/cpu.h"
#include "float_dsp_altivec.h"
#include "float_dsp_vsx.h"
Go to the source code of this file.
Functions | |
av_cold void | ff_float_dsp_init_ppc (AVFloatDSPContext *fdsp, int bit_exact) |
av_cold void ff_float_dsp_init_ppc | ( | AVFloatDSPContext * | fdsp, |
int | bit_exact | ||
) |
Definition at line 29 of file float_dsp_init.c.
Referenced by avpriv_float_dsp_alloc().