|
FFmpeg
|
#include <stddef.h>#include <stdint.h>Go to the source code of this file.
Data Structures | |
| struct | CFHDEncDSPContext |
Functions | |
| void | ff_cfhdencdsp_init (CFHDEncDSPContext *c) |
| void | ff_cfhdencdsp_init_x86 (CFHDEncDSPContext *c) |
| void ff_cfhdencdsp_init | ( | CFHDEncDSPContext * | c | ) |
Definition at line 71 of file cfhdencdsp.c.
Referenced by cfhd_encode_init().
| void ff_cfhdencdsp_init_x86 | ( | CFHDEncDSPContext * | c | ) |
Definition at line 39 of file cfhdencdsp_init.c.
Referenced by ff_cfhdencdsp_init().
1.8.17