FFmpeg
|
Go to the source code of this file.
Data Structures | |
struct | PixblockDSPContext |
Functions | |
void | ff_pixblockdsp_init (PixblockDSPContext *c, AVCodecContext *avctx) |
void | ff_pixblockdsp_init_aarch64 (PixblockDSPContext *c, AVCodecContext *avctx, unsigned high_bit_depth) |
void | ff_pixblockdsp_init_alpha (PixblockDSPContext *c, AVCodecContext *avctx, unsigned high_bit_depth) |
void | ff_pixblockdsp_init_arm (PixblockDSPContext *c, AVCodecContext *avctx, unsigned high_bit_depth) |
void | ff_pixblockdsp_init_ppc (PixblockDSPContext *c, AVCodecContext *avctx, unsigned high_bit_depth) |
void | ff_pixblockdsp_init_x86 (PixblockDSPContext *c, AVCodecContext *avctx, unsigned high_bit_depth) |
void | ff_pixblockdsp_init_mips (PixblockDSPContext *c, AVCodecContext *avctx, unsigned high_bit_depth) |
void ff_pixblockdsp_init | ( | PixblockDSPContext * | c, |
AVCodecContext * | avctx | ||
) |
Definition at line 81 of file pixblockdsp.c.
Referenced by avcodec_dct_init(), checkasm_check_pixblockdsp(), dnxhd_encode_init(), dvvideo_encode_init(), encode_init(), and ff_mpv_encode_init().
void ff_pixblockdsp_init_aarch64 | ( | PixblockDSPContext * | c, |
AVCodecContext * | avctx, | ||
unsigned | high_bit_depth | ||
) |
Definition at line 32 of file pixblockdsp_init_aarch64.c.
Referenced by ff_pixblockdsp_init().
void ff_pixblockdsp_init_alpha | ( | PixblockDSPContext * | c, |
AVCodecContext * | avctx, | ||
unsigned | high_bit_depth | ||
) |
Definition at line 71 of file pixblockdsp_alpha.c.
Referenced by ff_pixblockdsp_init().
void ff_pixblockdsp_init_arm | ( | PixblockDSPContext * | c, |
AVCodecContext * | avctx, | ||
unsigned | high_bit_depth | ||
) |
Definition at line 41 of file pixblockdsp_init_arm.c.
Referenced by ff_pixblockdsp_init().
void ff_pixblockdsp_init_ppc | ( | PixblockDSPContext * | c, |
AVCodecContext * | avctx, | ||
unsigned | high_bit_depth | ||
) |
Definition at line 265 of file pixblockdsp.c.
Referenced by ff_pixblockdsp_init().
void ff_pixblockdsp_init_x86 | ( | PixblockDSPContext * | c, |
AVCodecContext * | avctx, | ||
unsigned | high_bit_depth | ||
) |
Definition at line 33 of file pixblockdsp_init.c.
Referenced by ff_pixblockdsp_init().
void ff_pixblockdsp_init_mips | ( | PixblockDSPContext * | c, |
AVCodecContext * | avctx, | ||
unsigned | high_bit_depth | ||
) |
Definition at line 25 of file pixblockdsp_init_mips.c.
Referenced by ff_pixblockdsp_init().