FFmpeg
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Macros | Functions
proresdsp.h File Reference
#include <stdint.h>
#include "avcodec.h"

Go to the source code of this file.

Data Structures

struct  ProresDSPContext
 

Macros

#define PRORES_BITS_PER_SAMPLE   10
 output precision of prores decoder
 

Functions

void ff_proresdsp_init (ProresDSPContext *dsp, AVCodecContext *avctx)
 
void ff_proresdsp_init_x86 (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().

Function Documentation

void ff_proresdsp_init ( ProresDSPContext dsp,
AVCodecContext avctx 
)

Definition at line 58 of file proresdsp.c.

Referenced by decode_init().

void ff_proresdsp_init_x86 ( ProresDSPContext dsp,
AVCodecContext avctx 
)

Definition at line 35 of file proresdsp_init.c.

Referenced by ff_proresdsp_init().