FFmpeg
Data Structures | Functions
proresdsp.h File Reference
#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)
 

Function Documentation

◆ ff_proresdsp_init()

int ff_proresdsp_init ( ProresDSPContext dsp,
int  bits_per_raw_sample 
)

Definition at line 79 of file proresdsp.c.

Referenced by decode_init().

◆ ff_proresdsp_init_x86()

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().