FFmpeg
|
proresdsp.h File Reference
Include dependency graph for proresdsp.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Data Structures | |
struct | ProresDSPContext |
Macros | |
#define | PRORES_BITS_PER_SAMPLE 10 |
output precision of prores decoder More... | |
Typedefs | |
typedef struct ProresDSPContext | ProresDSPContext |
Functions | |
void | ff_proresdsp_init (ProresDSPContext *dsp, AVCodecContext *avctx) |
void | ff_proresdsp_x86_init (ProresDSPContext *dsp, AVCodecContext *avctx) |
Macro Definition Documentation
#define PRORES_BITS_PER_SAMPLE 10 |
output precision of prores decoder
Definition at line 29 of file proresdsp.h.
Referenced by decode_init().
Typedef Documentation
typedef struct ProresDSPContext ProresDSPContext |
Function Documentation
void ff_proresdsp_init | ( | ProresDSPContext * | dsp, |
AVCodecContext * | avctx | ||
) |
Definition at line 74 of file proresdsp.c.
Referenced by decode_init(), and encode_init().
void ff_proresdsp_x86_init | ( | ProresDSPContext * | dsp, |
AVCodecContext * | avctx | ||
) |
Definition at line 34 of file proresdsp_init.c.
Referenced by ff_proresdsp_init().
Generated on Fri Dec 20 2024 06:56:15 for FFmpeg by 1.8.11