FFmpeg
|
#include <stddef.h>
#include <stdint.h>
Go to the source code of this file.
Data Structures | |
struct | CFHDDSPContext |
Functions | |
void | ff_cfhddsp_init (CFHDDSPContext *c, int format, int bayer) |
void | ff_cfhddsp_init_x86 (CFHDDSPContext *c, int format, int bayer) |
void ff_cfhddsp_init | ( | CFHDDSPContext * | c, |
int | format, | ||
int | bayer | ||
) |
Definition at line 105 of file cfhddsp.c.
Referenced by alloc_buffers().
void ff_cfhddsp_init_x86 | ( | CFHDDSPContext * | c, |
int | format, | ||
int | bayer | ||
) |
Definition at line 41 of file cfhddsp_init.c.
Referenced by ff_cfhddsp_init().