FFmpeg
|
#include "libavutil/attributes.h"
#include "libavutil/cpu.h"
#include "libavutil/x86/cpu.h"
#include "libavcodec/avcodec.h"
#include "libavcodec/fdctdsp.h"
#include "fdct.h"
Go to the source code of this file.
Functions | |
av_cold void | ff_fdctdsp_init_x86 (FDCTDSPContext *c, AVCodecContext *avctx, unsigned high_bit_depth) |
av_cold void ff_fdctdsp_init_x86 | ( | FDCTDSPContext * | c, |
AVCodecContext * | avctx, | ||
unsigned | high_bit_depth | ||
) |
Definition at line 26 of file fdctdsp_init.c.
Referenced by ff_fdctdsp_init().