FFmpeg
|
#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) |
#define PIXBLOCKDSP_8BPP_GET_PIXELS_SUPPORTS_UNALIGNED !(ARCH_ARM || ARCH_MIPS || ARCH_PPC || ARCH_RISCV) |
Definition at line 25 of file pixblockdsp.h.
void ff_pixblockdsp_init | ( | PixblockDSPContext * | c, |
int | bits_per_raw_sample | ||
) |
Definition at line 87 of file pixblockdsp.c.
Referenced by avcodec_dct_init(), checkasm_check_pixblockdsp(), dnxhd_encode_init(), dvvideo_encode_init(), encode_init(), and ff_mpv_encode_init().
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().
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().
void ff_pixblockdsp_init_ppc | ( | PixblockDSPContext * | c, |
unsigned | high_bit_depth | ||
) |
Definition at line 264 of file pixblockdsp.c.
Referenced by ff_pixblockdsp_init().
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().
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().
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().