FFmpeg
|
#include <stdint.h>
Go to the source code of this file.
Variables | |
static const uint16_t | band_tab [33] |
static const int8_t | cyclTab [32] |
static const int8_t | cyclTab2 [32] |
static const float | imc_weights1 [31] |
static const float | imc_weights2 [31] |
static const float | imc_quantizer1 [4][8] |
static const float | imc_quantizer2 [2][56] |
static const float | xTab [14] = {7.6, 3.6, 4.4, 3.7, 6.1, 5.1, 2.3, 1.6, 6.2, 1.5, 1.8, 1.2, 0, 0} |
static const float | imc_exp_tab [32] |
static const float *const | imc_exp_tab2 = imc_exp_tab + 8 |
static const uint8_t | imc_cb_select [4][32] |
static const uint8_t | imc_huffman_sizes [4] |
static const uint8_t | imc_huffman_lens [4][4][18] |
static const uint16_t | imc_huffman_bits [4][4][18] |
|
static |
Definition at line 29 of file imcdata.h.
Referenced by bit_allocation(), iac_generate_tabs(), imc_adjust_bit_allocation(), imc_decode_block(), imc_get_coeffs(), imc_get_skip_coeff(), imc_refine_bit_allocation(), and inverse_quant_coeff().
|
static |
Definition at line 36 of file imcdata.h.
Referenced by imc_decode_init().
|
static |
Definition at line 42 of file imcdata.h.
Referenced by imc_decode_init().
|
static |
Definition at line 47 of file imcdata.h.
Referenced by imc_decode_init().
|
static |
Definition at line 53 of file imcdata.h.
Referenced by imc_decode_init().
|
static |
Definition at line 59 of file imcdata.h.
Referenced by inverse_quant_coeff().
|
static |
Definition at line 66 of file imcdata.h.
Referenced by inverse_quant_coeff().
|
static |
Definition at line 84 of file imcdata.h.
Referenced by bit_allocation().
|
static |
Definition at line 87 of file imcdata.h.
Referenced by imc_decode_level_coefficients().
|
static |
Definition at line 97 of file imcdata.h.
Referenced by imc_decode_level_coefficients2().
|
static |
Definition at line 100 of file imcdata.h.
Referenced by imc_read_level_coeffs().
|
static |
Definition at line 111 of file imcdata.h.
Referenced by imc_decode_init().
|
static |
Definition at line 115 of file imcdata.h.
Referenced by imc_decode_init().
|
static |
Definition at line 142 of file imcdata.h.
Referenced by imc_decode_init().