svq3.h File Reference
#include <stdint.h>
Include dependency graph for svq3.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

void ff_svq3_luma_dc_dequant_idct_c (int16_t *output, int16_t *input, int qp)
 
void ff_svq3_add_idct_c (uint8_t *dst, int16_t *block, int stride, int qp, int dc)
 

Function Documentation

void ff_svq3_add_idct_c ( uint8_t dst,
int16_t *  block,
int  stride,
int  qp,
int  dc 
)

Definition at line 187 of file svq3.c.

Referenced by hl_decode_mb(), hl_decode_mb_idct_luma(), and hl_decode_mb_predict_luma().

void ff_svq3_luma_dc_dequant_idct_c ( int16_t *  output,
int16_t *  input,
int  qp 
)

Definition at line 152 of file svq3.c.

Referenced by hl_decode_mb_predict_luma().