Libav
|
#include <stdint.h>
#include "config.h"
#include "libavutil/attributes.h"
#include "libavutil/internal.h"
#include "libavutil/cpu.h"
#include "libavutil/x86/asm.h"
#include "libavutil/x86/cpu.h"
#include "libavcodec/blockdsp.h"
#include "libavcodec/version.h"
Go to the source code of this file.
Functions | |
av_cold void | ff_blockdsp_init_x86 (BlockDSPContext *c, unsigned high_bit_depth) |
av_cold void ff_blockdsp_init_x86 | ( | BlockDSPContext * | c, |
unsigned | high_bit_depth | ||
) |
Definition at line 94 of file blockdsp.c.
Referenced by ff_blockdsp_init().