FFmpeg
|
#include <stddef.h>
#include <stdint.h>
Go to the source code of this file.
Data Structures | |
struct | LLVidEncDSPContext |
Functions | |
void | ff_llvidencdsp_init (LLVidEncDSPContext *c) |
void | ff_llvidencdsp_init_riscv (LLVidEncDSPContext *c) |
void | ff_llvidencdsp_init_x86 (LLVidEncDSPContext *c) |
void ff_llvidencdsp_init | ( | LLVidEncDSPContext * | c | ) |
Definition at line 100 of file lossless_videoencdsp.c.
Referenced by checkasm_check_llviddspenc(), encode_init(), magy_encode_init(), png_enc_init(), and utvideo_encode_init().
void ff_llvidencdsp_init_riscv | ( | LLVidEncDSPContext * | c | ) |
Definition at line 30 of file llvidencdsp_init.c.
Referenced by ff_llvidencdsp_init().
void ff_llvidencdsp_init_x86 | ( | LLVidEncDSPContext * | c | ) |
Definition at line 84 of file lossless_videoencdsp_init.c.
Referenced by ff_llvidencdsp_init().