FFmpeg
|
#include <stdint.h>
#include "config.h"
Go to the source code of this file.
Data Structures | |
struct | SVQ1EncDSPContext |
Functions | |
void | ff_svq1enc_init_ppc (SVQ1EncDSPContext *c) |
void | ff_svq1enc_init_riscv (SVQ1EncDSPContext *c) |
void | ff_svq1enc_init_x86 (SVQ1EncDSPContext *c) |
static int | ssd_int8_vs_int16_c (const int8_t *pix1, const int16_t *pix2, intptr_t size) |
static void | ff_svq1enc_init (SVQ1EncDSPContext *c) |
void ff_svq1enc_init_ppc | ( | SVQ1EncDSPContext * | c | ) |
Definition at line 74 of file svq1enc_altivec.c.
Referenced by ff_svq1enc_init().
void ff_svq1enc_init_riscv | ( | SVQ1EncDSPContext * | c | ) |
Definition at line 30 of file svqenc_init.c.
Referenced by ff_svq1enc_init().
void ff_svq1enc_init_x86 | ( | SVQ1EncDSPContext * | c | ) |
Definition at line 30 of file svq1enc_init.c.
Referenced by ff_svq1enc_init().
|
static |
Definition at line 37 of file svq1encdsp.h.
Referenced by ff_svq1enc_init().
|
inlinestatic |
Definition at line 47 of file svq1encdsp.h.
Referenced by checkasm_check_svq1enc(), and svq1_encode_init().