FFmpeg
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
svq3.h File Reference
#include <stdint.h>

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_luma_dc_dequant_idct_c ( int16_t *  output,
int16_t *  input,
int  qp 
)

Definition at line 150 of file svq3.c.

Referenced by hl_decode_mb_predict_luma().

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

Definition at line 185 of file svq3.c.

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