Go to the source code of this file.
|
static void | put_dct (MpegEncContext *s, int16_t *block, int i, uint8_t *dest, int line_size, int qscale) |
|
static void | add_dequant_dct (MpegEncContext *s, int16_t *block, int i, uint8_t *dest, int line_size, int qscale) |
|
static av_always_inline void | mpv_reconstruct_mb_internal (MpegEncContext *s, int16_t block[12][64], int lowres_flag, int is_mpeg12) |
|
◆ NOT_MPEG12_H261
#define NOT_MPEG12_H261 0 |
◆ MAY_BE_MPEG12_H261
#define MAY_BE_MPEG12_H261 1 |
◆ DEFINITELY_MPEG12_H261
#define DEFINITELY_MPEG12_H261 2 |
◆ IS_MPEG12_H261
◆ put_dct()
static void put_dct |
( |
MpegEncContext * |
s, |
|
|
int16_t * |
block, |
|
|
int |
i, |
|
|
uint8_t * |
dest, |
|
|
int |
line_size, |
|
|
int |
qscale |
|
) |
| |
|
inlinestatic |
◆ add_dequant_dct()
static void add_dequant_dct |
( |
MpegEncContext * |
s, |
|
|
int16_t * |
block, |
|
|
int |
i, |
|
|
uint8_t * |
dest, |
|
|
int |
line_size, |
|
|
int |
qscale |
|
) |
| |
|
inlinestatic |
◆ mpv_reconstruct_mb_internal()