FFmpeg
|
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
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().
Generated on Mon Nov 18 2024 06:52:09 for FFmpeg by 1.8.11