FFmpeg
|
#include <stdint.h>
#include "libavutil/frame.h"
#include "avcodec.h"
#include "hpeldsp.h"
#include "me_cmp.h"
#include "mpegvideo.h"
#include "put_bits.h"
Go to the source code of this file.
Data Structures | |
struct | SVQ1EncContext |
Functions | |
void | ff_svq1enc_init_ppc (SVQ1EncContext *c) |
void | ff_svq1enc_init_x86 (SVQ1EncContext *c) |
void ff_svq1enc_init_ppc | ( | SVQ1EncContext * | c | ) |
Definition at line 74 of file svq1enc_altivec.c.
Referenced by svq1_encode_init().
void ff_svq1enc_init_x86 | ( | SVQ1EncContext * | c | ) |
Definition at line 32 of file svq1enc_init.c.
Referenced by svq1_encode_init().