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

Go to the source code of this file.

Data Structures

struct  PixblockDSPContext
 

Macros

#define PIXBLOCKDSP_8BPP_GET_PIXELS_SUPPORTS_UNALIGNED   !(ARCH_ARM || ARCH_MIPS || ARCH_PPC || ARCH_RISCV)
 

Functions

void ff_pixblockdsp_init (PixblockDSPContext *c, int bits_per_raw_sample)
 
void ff_pixblockdsp_init_aarch64 (PixblockDSPContext *c, unsigned high_bit_depth)
 
void ff_pixblockdsp_init_arm (PixblockDSPContext *c, unsigned high_bit_depth)
 
void ff_pixblockdsp_init_ppc (PixblockDSPContext *c, unsigned high_bit_depth)
 
void ff_pixblockdsp_init_riscv (PixblockDSPContext *c, unsigned high_bit_depth)
 
void ff_pixblockdsp_init_x86 (PixblockDSPContext *c, unsigned high_bit_depth)
 
void ff_pixblockdsp_init_mips (PixblockDSPContext *c, unsigned high_bit_depth)
 

Macro Definition Documentation

◆ PIXBLOCKDSP_8BPP_GET_PIXELS_SUPPORTS_UNALIGNED

#define PIXBLOCKDSP_8BPP_GET_PIXELS_SUPPORTS_UNALIGNED   !(ARCH_ARM || ARCH_MIPS || ARCH_PPC || ARCH_RISCV)

Definition at line 25 of file pixblockdsp.h.

Function Documentation

◆ ff_pixblockdsp_init()

void ff_pixblockdsp_init ( PixblockDSPContext c,
int  bits_per_raw_sample 
)

◆ ff_pixblockdsp_init_aarch64()

void ff_pixblockdsp_init_aarch64 ( PixblockDSPContext c,
unsigned  high_bit_depth 
)

Definition at line 31 of file pixblockdsp_init_aarch64.c.

Referenced by ff_pixblockdsp_init().

◆ ff_pixblockdsp_init_arm()

void ff_pixblockdsp_init_arm ( PixblockDSPContext c,
unsigned  high_bit_depth 
)

Definition at line 40 of file pixblockdsp_init_arm.c.

Referenced by ff_pixblockdsp_init().

◆ ff_pixblockdsp_init_ppc()

void ff_pixblockdsp_init_ppc ( PixblockDSPContext c,
unsigned  high_bit_depth 
)

Definition at line 264 of file pixblockdsp.c.

Referenced by ff_pixblockdsp_init().

◆ ff_pixblockdsp_init_riscv()

void ff_pixblockdsp_init_riscv ( PixblockDSPContext c,
unsigned  high_bit_depth 
)

Definition at line 43 of file pixblockdsp_init.c.

Referenced by ff_pixblockdsp_init().

◆ ff_pixblockdsp_init_x86()

void ff_pixblockdsp_init_x86 ( PixblockDSPContext c,
unsigned  high_bit_depth 
)

Definition at line 30 of file pixblockdsp_init.c.

Referenced by ff_pixblockdsp_init().

◆ ff_pixblockdsp_init_mips()

void ff_pixblockdsp_init_mips ( PixblockDSPContext c,
unsigned  high_bit_depth 
)

Definition at line 26 of file pixblockdsp_init_mips.c.

Referenced by ff_pixblockdsp_init().