#include <stdint.h>#include "dsputil.h"Go to the source code of this file.
Data Structures | |
| struct | CAVSDSPContext |
Typedefs | |
| typedef struct CAVSDSPContext | CAVSDSPContext |
Functions | |
| void | ff_cavsdsp_init (CAVSDSPContext *c, AVCodecContext *avctx) |
| void | ff_cavsdsp_init_mmx (CAVSDSPContext *c, AVCodecContext *avctx) |
| typedef struct CAVSDSPContext CAVSDSPContext |
| void ff_cavsdsp_init | ( | CAVSDSPContext * | c, | |
| AVCodecContext * | avctx | |||
| ) |
Definition at line 519 of file cavsdsp.c.
Referenced by ff_cavs_init().
| void ff_cavsdsp_init_mmx | ( | CAVSDSPContext * | c, | |
| AVCodecContext * | avctx | |||
| ) |
Definition at line 474 of file cavsdsp_mmx.c.
Referenced by ff_cavsdsp_init().