FFmpeg
|
Go to the source code of this file.
Macros | |
#define | MB_TYPE_ZERO_MV MB_TYPE_CODEC_SPECIFIC |
Functions | |
static int | decode_dc (GetBitContext *gb, int component) |
int | ff_mpeg1_decode_block_intra (GetBitContext *gb, const uint16_t *quant_matrix, const uint8_t *scantable, int last_dc[3], int16_t *block, int index, int qscale) |
#define MB_TYPE_ZERO_MV MB_TYPE_CODEC_SPECIFIC |
Definition at line 28 of file mpeg12dec.h.
|
inlinestatic |
Definition at line 30 of file mpeg12dec.h.
Referenced by ff_mpeg1_decode_block_intra(), mdec_decode_block_intra(), and mpeg2_decode_block_intra().
int ff_mpeg1_decode_block_intra | ( | GetBitContext * | gb, |
const uint16_t * | quant_matrix, | ||
const uint8_t * | scantable, | ||
int | last_dc[3], | ||
int16_t * | block, | ||
int | index, | ||
int | qscale | ||
) |
Definition at line 196 of file mpeg12.c.
Referenced by ipu_decode_frame(), mpeg_decode_mb(), and tqi_decode_mb().