FFmpeg
|
mss34dsp.h File Reference
#include <stdint.h>
Include dependency graph for mss34dsp.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Functions | |
void | ff_mss34_gen_quant_mat (uint16_t *qmat, int quality, int luma) |
Generate quantisation matrix for given quality. More... | |
void | ff_mss34_dct_put (uint8_t *dst, int stride, int *block) |
Transform and output DCT block. More... | |
Function Documentation
Transform and output DCT block.
- Parameters
-
dst output plane stride output plane stride block block to transform and output
Definition at line 90 of file mss34dsp.c.
Referenced by decode_dct_block(), and mss4_decode_dct_block().
void ff_mss34_gen_quant_mat | ( | uint16_t * | qmat, |
int | quality, | ||
int | luma | ||
) |
Generate quantisation matrix for given quality.
- Parameters
-
qmat destination matrix quality quality setting (1-100) luma generate quantisation matrix for luma or chroma
Definition at line 48 of file mss34dsp.c.
Referenced by mss4_decode_frame(), and reset_coders().
Generated on Mon Nov 18 2024 06:52:08 for FFmpeg by 1.8.11