Go to the source code of this file.
Functions | |
void | ff_bfin_vp3_idct_put (uint8_t *dest, int line_size, DCTELEM *block) |
void | ff_bfin_vp3_idct_add (uint8_t *dest, int line_size, DCTELEM *block) |
void ff_bfin_vp3_idct_add | ( | uint8_t * | dest, |
int | line_size, | ||
DCTELEM * | block | ||
) |
Definition at line 39 of file vp3_bfin.c.
Referenced by dsputil_init_bfin().
void ff_bfin_vp3_idct_put | ( | uint8_t * | dest, |
int | line_size, | ||
DCTELEM * | block | ||
) |
Definition at line 26 of file vp3_bfin.c.
Referenced by dsputil_init_bfin().