FFmpeg
|
#include <stddef.h>
#include <stdint.h>
Go to the source code of this file.
Data Structures | |
struct | ProresDSPContext |
Functions | |
int | ff_proresdsp_init (ProresDSPContext *dsp, int bits_per_raw_sample) |
void | ff_proresdsp_init_x86 (ProresDSPContext *dsp, int bits_per_raw_sample) |
int ff_proresdsp_init | ( | ProresDSPContext * | dsp, |
int | bits_per_raw_sample | ||
) |
Definition at line 79 of file proresdsp.c.
Referenced by decode_init().
void ff_proresdsp_init_x86 | ( | ProresDSPContext * | dsp, |
int | bits_per_raw_sample | ||
) |
Definition at line 33 of file proresdsp_init.c.
Referenced by ff_proresdsp_init().