FFmpeg
|
#include <stddef.h>
#include <stdint.h>
Go to the source code of this file.
Data Structures | |
struct | VP8DSPContext |
Macros | |
#define | IS_VP7 1 |
#define | IS_VP8 0 |
Typedefs | |
typedef void(* | vp8_mc_func) (uint8_t *dst, ptrdiff_t dstStride, const uint8_t *src, ptrdiff_t srcStride, int h, int x, int y) |
Functions | |
void | ff_vp7dsp_init (VP8DSPContext *c) |
void | ff_vp78dsp_init (VP8DSPContext *c) |
void | ff_vp78dsp_init_aarch64 (VP8DSPContext *c) |
void | ff_vp78dsp_init_arm (VP8DSPContext *c) |
void | ff_vp78dsp_init_ppc (VP8DSPContext *c) |
void | ff_vp78dsp_init_riscv (VP8DSPContext *c) |
void | ff_vp78dsp_init_x86 (VP8DSPContext *c) |
void | ff_vp7dsp_init_riscv (VP8DSPContext *c) |
void | ff_vp8dsp_init (VP8DSPContext *c) |
void | ff_vp8dsp_init_aarch64 (VP8DSPContext *c) |
void | ff_vp8dsp_init_arm (VP8DSPContext *c) |
void | ff_vp8dsp_init_riscv (VP8DSPContext *c) |
void | ff_vp8dsp_init_x86 (VP8DSPContext *c) |
void | ff_vp8dsp_init_mips (VP8DSPContext *c) |
void | ff_vp8dsp_init_loongarch (VP8DSPContext *c) |
VP8 compatible video decoder
Definition in file vp8dsp.h.
void ff_vp7dsp_init | ( | VP8DSPContext * | c | ) |
Referenced by checkasm_check_vp78dsp(), and vp78_decode_init().
void ff_vp78dsp_init | ( | VP8DSPContext * | c | ) |
Definition at line 668 of file vp8dsp.c.
Referenced by checkasm_check_vp8dsp(), and vp78_decode_init().
void ff_vp78dsp_init_aarch64 | ( | VP8DSPContext * | c | ) |
Definition at line 43 of file vp8dsp_init_aarch64.c.
Referenced by ff_vp78dsp_init().
void ff_vp78dsp_init_arm | ( | VP8DSPContext * | c | ) |
Definition at line 26 of file vp8dsp_init_arm.c.
Referenced by ff_vp78dsp_init().
void ff_vp78dsp_init_ppc | ( | VP8DSPContext * | c | ) |
Definition at line 332 of file vp8dsp_altivec.c.
Referenced by ff_vp78dsp_init().
void ff_vp78dsp_init_riscv | ( | VP8DSPContext * | c | ) |
Definition at line 46 of file vp8dsp_init.c.
Referenced by ff_vp78dsp_init().
void ff_vp78dsp_init_x86 | ( | VP8DSPContext * | c | ) |
Definition at line 283 of file vp8dsp_init.c.
Referenced by ff_vp78dsp_init().
void ff_vp7dsp_init_riscv | ( | VP8DSPContext * | c | ) |
Definition at line 42 of file vp7dsp_init.c.
void ff_vp8dsp_init | ( | VP8DSPContext * | c | ) |
Referenced by checkasm_check_vp78dsp(), and vp78_decode_init().
void ff_vp8dsp_init_aarch64 | ( | VP8DSPContext * | c | ) |
Definition at line 101 of file vp8dsp_init_aarch64.c.
void ff_vp8dsp_init_arm | ( | VP8DSPContext * | c | ) |
Definition at line 36 of file vp8dsp_init_arm.c.
void ff_vp8dsp_init_riscv | ( | VP8DSPContext * | c | ) |
Definition at line 123 of file vp8dsp_init.c.
void ff_vp8dsp_init_x86 | ( | VP8DSPContext * | c | ) |
Definition at line 323 of file vp8dsp_init.c.
void ff_vp8dsp_init_mips | ( | VP8DSPContext * | c | ) |
Definition at line 77 of file vp8dsp_init_mips.c.
void ff_vp8dsp_init_loongarch | ( | VP8DSPContext * | c | ) |
Definition at line 44 of file vp8dsp_init_loongarch.c.