FFmpeg
Functions
rv60dsp.h File Reference
#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)
 

Function Documentation

◆ ff_rv60_idct4x4_add()

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().

◆ ff_rv60_idct8x8_add()

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().

◆ ff_rv60_idct16x16_add()

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().