FFmpeg
|
#include <stdint.h>
Go to the source code of this file.
Data Structures | |
struct | TAKDSPContext |
Functions | |
void | ff_takdsp_init (TAKDSPContext *c) |
void | ff_takdsp_init_riscv (TAKDSPContext *c) |
void | ff_takdsp_init_x86 (TAKDSPContext *c) |
void ff_takdsp_init | ( | TAKDSPContext * | c | ) |
Definition at line 73 of file takdsp.c.
Referenced by checkasm_check_takdsp(), and tak_decode_init().
void ff_takdsp_init_riscv | ( | TAKDSPContext * | c | ) |
Definition at line 33 of file takdsp_init.c.
Referenced by ff_takdsp_init().
void ff_takdsp_init_x86 | ( | TAKDSPContext * | c | ) |
Definition at line 35 of file takdsp_init.c.
Referenced by ff_takdsp_init().