Go to the source code of this file.
Functions | |
void | ff_mmi_idct_put (uint8_t *dest, int line_size, DCTELEM *block) |
void | ff_mmi_idct_add (uint8_t *dest, int line_size, DCTELEM *block) |
void | ff_mmi_idct (DCTELEM *block) |
static void | clear_blocks_mmi (DCTELEM *blocks) |
static void | get_pixels_mmi (DCTELEM *block, const uint8_t *pixels, int line_size) |
static void | put_pixels8_mmi (uint8_t *block, const uint8_t *pixels, int line_size, int h) |
static void | put_pixels16_mmi (uint8_t *block, const uint8_t *pixels, int line_size, int h) |
void | dsputil_init_mmi (DSPContext *c, AVCodecContext *avctx) |
Definition at line 32 of file dsputil_mmi.c.
Referenced by dsputil_init_mmi().
void dsputil_init_mmi | ( | DSPContext * | c, |
AVCodecContext * | avctx | ||
) |
Definition at line 142 of file dsputil_mmi.c.
Referenced by dsputil_init().
Referenced by dsputil_init_mmi().
Definition at line 340 of file idct_mmi.c.
Referenced by dsputil_init_mmi().
Definition at line 316 of file idct_mmi.c.
Referenced by dsputil_init_mmi().
Definition at line 52 of file dsputil_mmi.c.
Referenced by dsputil_init_mmi().
|
static |
Definition at line 112 of file dsputil_mmi.c.
Referenced by dsputil_init_mmi().
|
static |
Definition at line 93 of file dsputil_mmi.c.
Referenced by dsputil_init_mmi().