FFmpeg
|
#include <stdint.h>
Go to the source code of this file.
Variables | |
static const uint8_t | ivi5_common_pic_sizes [30] |
standard picture dimensions (width, height divided by 4) More... | |
static const uint16_t | ivi5_base_quant_8x8_inter [5][64] |
Indeo5 dequantization matrixes consist of two tables: base table and scale table. More... | |
static const uint16_t | ivi5_base_quant_8x8_intra [5][64] |
static const uint16_t | ivi5_base_quant_4x4_inter [16] |
static const uint16_t | ivi5_base_quant_4x4_intra [16] |
static const uint8_t | ivi5_scale_quant_8x8_inter [5][24] |
static const uint8_t | ivi5_scale_quant_8x8_intra [5][24] |
static const uint8_t | ivi5_scale_quant_4x4_inter [24] |
static const uint8_t | ivi5_scale_quant_4x4_intra [24] |
This file contains data needed for the Indeo5 decoder.
Definition in file indeo5data.h.
|
static |
standard picture dimensions (width, height divided by 4)
Definition at line 35 of file indeo5data.h.
Referenced by decode_gop_header().
|
static |
Indeo5 dequantization matrixes consist of two tables: base table and scale table.
The base table defines the dequantization matrix itself and the scale table tells how this matrix should be scaled for a particular quant level (0...24).
ivi5_base_quant_bbb_ttt - base tables for block size 'bbb' of type 'ttt' ivi5_scale_quant_bbb_ttt - scale tables for block size 'bbb' of type 'ttt'
Definition at line 50 of file indeo5data.h.
Referenced by decode_gop_header().
|
static |
Definition at line 78 of file indeo5data.h.
Referenced by decode_gop_header().
|
static |
Definition at line 106 of file indeo5data.h.
Referenced by decode_gop_header().
|
static |
Definition at line 110 of file indeo5data.h.
Referenced by decode_gop_header().
|
static |
Definition at line 115 of file indeo5data.h.
Referenced by decode_gop_header().
|
static |
Definition at line 133 of file indeo5data.h.
Referenced by decode_gop_header().
|
static |
Definition at line 151 of file indeo5data.h.
Referenced by decode_gop_header().
|
static |
Definition at line 156 of file indeo5data.h.
Referenced by decode_gop_header().