|
FFmpeg
|
#include <stdint.h>Go to the source code of this file.
Data Structures | |
| struct | HuffYUVDSPContext |
Functions | |
| void | ff_huffyuvdsp_init (HuffYUVDSPContext *c) |
| void | ff_huffyuvdsp_init_aarch64 (HuffYUVDSPContext *c) |
| void | ff_huffyuvdsp_init_riscv (HuffYUVDSPContext *c) |
| void | ff_huffyuvdsp_init_x86 (HuffYUVDSPContext *c) |
| void ff_huffyuvdsp_init | ( | HuffYUVDSPContext * | c | ) |
Definition at line 84 of file huffyuvdsp.c.
Referenced by checkasm_check_huffyuvdsp(), and decode_init().
| void ff_huffyuvdsp_init_aarch64 | ( | HuffYUVDSPContext * | c | ) |
Definition at line 28 of file huffyuvdsp_init_aarch64.c.
Referenced by ff_huffyuvdsp_init().
| void ff_huffyuvdsp_init_riscv | ( | HuffYUVDSPContext * | c | ) |
Definition at line 30 of file huffyuvdsp_init.c.
Referenced by ff_huffyuvdsp_init().
| void ff_huffyuvdsp_init_x86 | ( | HuffYUVDSPContext * | c | ) |
Definition at line 35 of file huffyuvdsp_init.c.
Referenced by ff_huffyuvdsp_init().