Definition in file vp3dsp.c.
Go to the source code of this file.
Functions | |
| static av_always_inline void | idct (uint8_t *dst, int stride, int16_t *input, int type) |
| void | ff_vp3_idct_c (DCTELEM *block) |
| void | ff_vp3_idct_put_c (uint8_t *dest, int line_size, DCTELEM *block) |
| void | ff_vp3_idct_add_c (uint8_t *dest, int line_size, DCTELEM *block) |
| static av_always_inline void idct | ( | uint8_t * | dst, | |
| int | stride, | |||
| int16_t * | input, | |||
| int | type | |||
| ) | [static] |
| void ff_vp3_idct_c | ( | DCTELEM * | block | ) |
| void ff_vp3_idct_put_c | ( | uint8_t * | dest, | |
| int | line_size, | |||
| DCTELEM * | block | |||
| ) |
| void ff_vp3_idct_add_c | ( | uint8_t * | dest, | |
| int | line_size, | |||
| DCTELEM * | block | |||
| ) |
1.5.5