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

Go to the source code of this file.

Data Structures

struct  HpelDSPContext
 Half-pel DSP context. More...
 

Typedefs

typedef void(* op_pixels_func) (uint8_t *block, const uint8_t *pixels, ptrdiff_t line_size, int h)
 

Functions

void ff_hpeldsp_init (HpelDSPContext *c, int flags)
 
void ff_hpeldsp_init_aarch64 (HpelDSPContext *c, int flags)
 
void ff_hpeldsp_init_alpha (HpelDSPContext *c, int flags)
 
void ff_hpeldsp_init_arm (HpelDSPContext *c, int flags)
 
void ff_hpeldsp_init_ppc (HpelDSPContext *c, int flags)
 
void ff_hpeldsp_init_x86 (HpelDSPContext *c, int flags)
 
void ff_hpeldsp_init_mips (HpelDSPContext *c, int flags)
 
void ff_hpeldsp_init_loongarch (HpelDSPContext *c, int flags)
 

Detailed Description

Half-pel DSP functions.

Definition in file hpeldsp.h.

Typedef Documentation

◆ op_pixels_func

typedef void(* op_pixels_func) (uint8_t *block, const uint8_t *pixels, ptrdiff_t line_size, int h)

Definition at line 38 of file hpeldsp.h.

Function Documentation

◆ ff_hpeldsp_init()

void ff_hpeldsp_init ( HpelDSPContext c,
int  flags 
)

◆ ff_hpeldsp_init_aarch64()

void ff_hpeldsp_init_aarch64 ( HpelDSPContext c,
int  flags 
)

Definition at line 86 of file hpeldsp_init_aarch64.c.

Referenced by ff_hpeldsp_init().

◆ ff_hpeldsp_init_alpha()

void ff_hpeldsp_init_alpha ( HpelDSPContext c,
int  flags 
)

Definition at line 177 of file hpeldsp_alpha.c.

Referenced by ff_hpeldsp_init().

◆ ff_hpeldsp_init_arm()

void ff_hpeldsp_init_arm ( HpelDSPContext c,
int  flags 
)

Definition at line 45 of file hpeldsp_init_arm.c.

Referenced by ff_hpeldsp_init().

◆ ff_hpeldsp_init_ppc()

void ff_hpeldsp_init_ppc ( HpelDSPContext c,
int  flags 
)

Definition at line 368 of file hpeldsp_altivec.c.

Referenced by ff_hpeldsp_init().

◆ ff_hpeldsp_init_x86()

void ff_hpeldsp_init_x86 ( HpelDSPContext c,
int  flags 
)

Definition at line 229 of file hpeldsp_init.c.

Referenced by ff_hpeldsp_init().

◆ ff_hpeldsp_init_mips()

void ff_hpeldsp_init_mips ( HpelDSPContext c,
int  flags 
)

Definition at line 26 of file hpeldsp_init_mips.c.

Referenced by ff_hpeldsp_init().

◆ ff_hpeldsp_init_loongarch()

void ff_hpeldsp_init_loongarch ( HpelDSPContext c,
int  flags 
)

Definition at line 26 of file hpeldsp_init_loongarch.c.

Referenced by ff_hpeldsp_init().