|
FFmpeg
|
#include <stdint.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_x86 (SVQ1EncDSPContext *c) |
| void ff_svq1enc_init_ppc | ( | SVQ1EncDSPContext * | c | ) |
Definition at line 74 of file svq1enc_altivec.c.
Referenced by svq1_encode_init().
| void ff_svq1enc_init_x86 | ( | SVQ1EncDSPContext * | c | ) |
Definition at line 30 of file svq1enc_init.c.
Referenced by svq1_encode_init().
1.8.17