|
FFmpeg
|
#include <stdint.h>#include <stdlib.h>Go to the source code of this file.
Variables | ||
| static const uint8_t | vp31_intra_y_dequant [64] | |
| static const uint8_t | vp31_inter_dequant [64] | |
| static const uint8_t | vp31_dc_scale_factor [64] | |
| static const uint16_t | vp31_ac_scale_factor [64] | |
| static const uint8_t | vp31_filter_limit_values [64] | |
| static const uint8_t | superblock_run_length_vlc_lens [34] | |
| static const uint8_t | fragment_run_length_vlc_len [30] | |
| static const uint8_t | mode_code_vlc_len [8] | |
| static const uint8_t | motion_vector_vlc_table [63][2] | |
| static const int8_t | fixed_motion_vector_table [64] | |
| struct { | ||
| uint8_t base | ||
| uint8_t bits | ||
| } | eob_run_table [7] | |
| static const uint8_t | zero_run_base [32] | |
| static const uint8_t | zero_run_get_bits [32] | |
| static const uint8_t | coeff_get_bits [32] | |
| static const int16_t | coeff_table_token_7_8 [1] = { 0 } | |
| static const int16_t | coeff_table_token_9 [1] = { 1 } | |
| static const int16_t | coeff_table_token_10 [1] = { -1 } | |
| static const int16_t | coeff_table_token_11 [1] = { 2 } | |
| static const int16_t | coeff_table_token_12 [1] = { -2 } | |
| static const int16_t | coeff_table_token_13 [2] = { 3, -3 } | |
| static const int16_t | coeff_table_token_14 [2] = { 4, -4 } | |
| static const int16_t | coeff_table_token_15 [2] = { 5, -5 } | |
| static const int16_t | coeff_table_token_16 [2] = { 6, -6 } | |
| static const int16_t | coeff_table_token_23_24_25_26_27_28_29 [2] = { 1, -1 } | |
| static const int16_t | coeff_table_token_30_31 [4] = { 2, 3, -2, -3 } | |
| static const int16_t | coeff_table_token_17 [4] | |
| static const int16_t | coeff_table_token_18 [8] | |
| static const int16_t | coeff_table_token_19 [16] | |
| static const int16_t | coeff_table_token_20 [32] | |
| static const int16_t | coeff_table_token_21 [64] | |
| static const int16_t | coeff_table_token_22 [1024] | |
| static const int16_t *const | coeff_tables [32] | |
| static const uint8_t | vp3_bias [5 *16][32][2] | |
|
static |
Definition at line 29 of file vp3data.h.
Referenced by vp3_decode_init().
|
static |
Definition at line 41 of file vp3data.h.
Referenced by vp3_decode_init().
|
static |
Definition at line 52 of file vp3data.h.
Referenced by vp3_decode_init().
|
static |
Definition at line 63 of file vp3data.h.
Referenced by vp3_decode_init().
|
static |
Definition at line 74 of file vp3data.h.
Referenced by vp3_decode_init().
|
static |
Definition at line 85 of file vp3data.h.
Referenced by init_tables_once().
|
static |
Definition at line 92 of file vp3data.h.
Referenced by init_tables_once().
|
static |
Definition at line 97 of file vp3data.h.
Referenced by init_tables_once().
|
static |
Definition at line 101 of file vp3data.h.
Referenced by init_tables_once().
|
static |
Definition at line 115 of file vp3data.h.
Referenced by unpack_vectors().
| uint8_t base |
Definition at line 128 of file vp3data.h.
Referenced by alloc_frame(), ape_decode_value_3990(), apply_tone_map(), celt_search_for_tf(), checkasm_check_nlmeans(), cipher_init56(), cng_rand(), compute_row(), config_output(), config_output(), config_output(), config_output(), config_output(), create_freq_table(), decode_pivot(), decode_var_block_data(), dequant_lsps(), dequantize_coefficients(), enlarge_roq_mb4(), ff_dnn_filter_child_next(), ff_dnn_filter_init_child_class(), ff_make_absolute_url(), ff_make_absolute_url2(), ff_url_join(), ff_vfscanf(), ffintscan(), filter_frame(), filter_slice(), find_best_wrapper(), flush_bases(), get_delay(), get_delay(), get_lines_in(), get_preset_file(), get_preset_file_2(), get_row_data(), get_window_exe_name(), if(), interleave_addrinfo(), lcevc_flush_pictures(), lcevc_merge(), make_bands(), make_bands(), mix_exp(), mp3_parse_vbr_tags(), mp3_parse_vbri_tag(), mp3_write_audio_packet(), new_playlist(), new_variant(), nmr_trellis_step_c(), parse_gradient(), parseu(), pow_2(), premultiply_slice(), process_frame(), process_frame(), process_frame(), process_frame(), quantize(), read_odml_index(), read_scalefactors(), recombine_block(), recombine_block_il(), render_line(), replace_alpha_plane(), scale_internal(), swr_get_delay(), test(), ts_str(), vaapi_encode_av1_init_slice_params(), vaapi_encode_h264_write_extra_header(), vaapi_encode_h265_write_extra_header(), vaapi_encode_mjpeg_init_slice_params(), vaapi_encode_mjpeg_write_extra_buffer(), vvc_get_cabac(), and wv_get_value().
| const struct { ... } eob_run_table[7] |
Referenced by get_eob_run().
|
static |
Definition at line 133 of file vp3data.h.
Referenced by get_coeff().
|
static |
Definition at line 140 of file vp3data.h.
Referenced by get_coeff().
|
static |
Definition at line 148 of file vp3data.h.
Referenced by get_coeff().
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
Definition at line 332 of file vp3data.h.
Referenced by get_coeff().
|
static |
Definition at line 370 of file vp3data.h.
Referenced by vp3_decode_init().