FFmpeg
|
Go to the source code of this file.
Data Structures | |
struct | FDCTDSPContext |
Functions | |
void | ff_fdctdsp_init (FDCTDSPContext *c, AVCodecContext *avctx) |
void | ff_fdctdsp_init_ppc (FDCTDSPContext *c, AVCodecContext *avctx, unsigned high_bit_depth) |
void | ff_fdctdsp_init_x86 (FDCTDSPContext *c, AVCodecContext *avctx, unsigned high_bit_depth) |
void ff_fdctdsp_init | ( | FDCTDSPContext * | c, |
AVCodecContext * | avctx | ||
) |
Definition at line 26 of file fdctdsp.c.
Referenced by avcodec_dct_init(), dnxhd_encode_init(), dvvideo_encode_init(), encode_init(), ff_mpv_encode_init(), and prores_encode_init().
void ff_fdctdsp_init_ppc | ( | FDCTDSPContext * | c, |
AVCodecContext * | avctx, | ||
unsigned | high_bit_depth | ||
) |
Definition at line 464 of file fdctdsp.c.
Referenced by ff_fdctdsp_init().
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().