FFmpeg
|
#include <stdint.h>
Go to the source code of this file.
Functions | |
void | ff_rv60_idct4x4_add (const int16_t *block, uint8_t *dst, int dst_stride) |
void | ff_rv60_idct8x8_add (const int16_t *block, uint8_t *dst, int dst_stride) |
void | ff_rv60_idct16x16_add (const int16_t *block, uint8_t *dst, int dst_stride) |
void ff_rv60_idct4x4_add | ( | const int16_t * | block, |
uint8_t * | dst, | ||
int | dst_stride | ||
) |
Definition at line 24 of file rv60dsp.c.
Referenced by decode_cu_r().
void ff_rv60_idct8x8_add | ( | const int16_t * | block, |
uint8_t * | dst, | ||
int | dst_stride | ||
) |
Definition at line 50 of file rv60dsp.c.
Referenced by decode_cu_r().
void ff_rv60_idct16x16_add | ( | const int16_t * | block, |
uint8_t * | dst, | ||
int | dst_stride | ||
) |
Definition at line 92 of file rv60dsp.c.
Referenced by decode_cu_r().