FFmpeg
Data Structures | Functions
videodsp.h File Reference
#include <stddef.h>
#include <stdint.h>

Go to the source code of this file.

Data Structures

struct  VideoDSPContext
 

Functions

void ff_videodsp_init (VideoDSPContext *ctx, int bpc)
 
void ff_videodsp_init_aarch64 (VideoDSPContext *ctx, int bpc)
 
void ff_videodsp_init_arm (VideoDSPContext *ctx, int bpc)
 
void ff_videodsp_init_ppc (VideoDSPContext *ctx, int bpc)
 
void ff_videodsp_init_riscv (VideoDSPContext *ctx, int bpc)
 
void ff_videodsp_init_x86 (VideoDSPContext *ctx, int bpc)
 
void ff_videodsp_init_mips (VideoDSPContext *ctx, int bpc)
 
void ff_videodsp_init_loongarch (VideoDSPContext *ctx, int bpc)
 

Detailed Description

Core video DSP helper functions

Definition in file videodsp.h.

Function Documentation

◆ ff_videodsp_init()

void ff_videodsp_init ( VideoDSPContext ctx,
int  bpc 
)

◆ ff_videodsp_init_aarch64()

void ff_videodsp_init_aarch64 ( VideoDSPContext ctx,
int  bpc 
)

Definition at line 26 of file videodsp_init.c.

Referenced by ff_videodsp_init().

◆ ff_videodsp_init_arm()

void ff_videodsp_init_arm ( VideoDSPContext ctx,
int  bpc 
)

Definition at line 26 of file videodsp_init_arm.c.

Referenced by ff_videodsp_init().

◆ ff_videodsp_init_ppc()

void ff_videodsp_init_ppc ( VideoDSPContext ctx,
int  bpc 
)

Definition at line 33 of file videodsp.c.

Referenced by ff_videodsp_init().

◆ ff_videodsp_init_riscv()

void ff_videodsp_init_riscv ( VideoDSPContext ctx,
int  bpc 
)

Definition at line 26 of file videodsp_init.c.

Referenced by ff_videodsp_init().

◆ ff_videodsp_init_x86()

void ff_videodsp_init_x86 ( VideoDSPContext ctx,
int  bpc 
)

Definition at line 219 of file videodsp_init.c.

Referenced by ff_videodsp_init().

◆ ff_videodsp_init_mips()

void ff_videodsp_init_mips ( VideoDSPContext ctx,
int  bpc 
)

Definition at line 45 of file videodsp_init.c.

Referenced by ff_videodsp_init().

◆ ff_videodsp_init_loongarch()

void ff_videodsp_init_loongarch ( VideoDSPContext ctx,
int  bpc 
)

Definition at line 42 of file videodsp_init.c.

Referenced by ff_videodsp_init().