FFmpeg
|
This file contains data needed for the Indeo 4 decoder. More...
Go to the source code of this file.
Variables | |
static const uint16_t | ivi4_common_pic_sizes [14] |
standard picture dimensions More... | |
static const uint8_t | ivi4_alternate_scan_8x8 [64] |
Indeo 4 8x8 scan (zigzag) patterns. More... | |
static const uint8_t | ivi4_alternate_scan_4x4 [16] |
static const uint8_t | ivi4_vertical_scan_4x4 [16] |
static const uint8_t | ivi4_horizontal_scan_4x4 [16] |
static const uint8_t *const | scan_index_to_tab [15] |
static const uint16_t | ivi4_quant_8x8_intra [9][64] |
Indeo 4 dequant tables. More... | |
static const uint16_t | ivi4_quant_8x8_inter [9][64] |
static const uint16_t | ivi4_quant_4x4_intra [5][16] |
static const uint16_t | ivi4_quant_4x4_inter [5][16] |
static const uint8_t | quant_index_to_tab [22] |
Table for mapping quant matrix index from the bitstream into internal quant table number. More... | |
This file contains data needed for the Indeo 4 decoder.
Definition in file indeo4data.h.
|
static |
standard picture dimensions
Definition at line 37 of file indeo4data.h.
Referenced by decode_pic_hdr().
|
static |
Indeo 4 8x8 scan (zigzag) patterns.
Definition at line 44 of file indeo4data.h.
|
static |
Definition at line 51 of file indeo4data.h.
|
static |
Definition at line 55 of file indeo4data.h.
|
static |
Definition at line 59 of file indeo4data.h.
|
static |
Definition at line 63 of file indeo4data.h.
Referenced by decode_band_hdr().
|
static |
Indeo 4 dequant tables.
Definition at line 89 of file indeo4data.h.
Referenced by decode_band_hdr().
|
static |
Definition at line 182 of file indeo4data.h.
Referenced by decode_band_hdr().
|
static |
Definition at line 275 of file indeo4data.h.
Referenced by decode_band_hdr().
|
static |
Definition at line 308 of file indeo4data.h.
Referenced by decode_band_hdr().
|
static |
Table for mapping quant matrix index from the bitstream into internal quant table number.
Definition at line 345 of file indeo4data.h.
Referenced by decode_band_hdr().