FFmpeg
Data Structures | Functions
proresdsp.h File Reference
#include <stddef.h>
#include <stdint.h>
#include "avcodec.h"

Go to the source code of this file.

Data Structures

struct  ProresDSPContext
 

Functions

int ff_proresdsp_init (ProresDSPContext *dsp, AVCodecContext *avctx)
 
void ff_proresdsp_init_x86 (ProresDSPContext *dsp, AVCodecContext *avctx)
 

Function Documentation

◆ ff_proresdsp_init()

int ff_proresdsp_init ( ProresDSPContext dsp,
AVCodecContext avctx 
)

Definition at line 79 of file proresdsp.c.

Referenced by decode_init().

◆ ff_proresdsp_init_x86()

void ff_proresdsp_init_x86 ( ProresDSPContext dsp,
AVCodecContext avctx 
)

Definition at line 33 of file proresdsp_init.c.

Referenced by ff_proresdsp_init().