FFmpeg
|
#include <stddef.h>
#include <stdint.h>
Go to the source code of this file.
Data Structures | |
struct | twinvq_data |
TwinVQ codebooks. More... | |
Variables | |
static const uint16_t | bark_tab_l08_512 [] |
static const uint16_t | bark_tab_l11_512 [] |
static const uint16_t | bark_tab_l16_1024 [] |
static const uint16_t | bark_tab_l22_1024 [] |
static const uint16_t | bark_tab_l22_512 [] |
static const uint16_t | bark_tab_l44_2048 [] |
static const uint16_t | bark_tab_m08_256 [] |
static const uint16_t | bark_tab_m11_256 [] |
static const uint16_t | bark_tab_m16_512 [] |
static const uint16_t | bark_tab_m22_256 [] |
static const uint16_t | bark_tab_m22_512 [] |
static const uint16_t | bark_tab_m44_512 [] |
static const uint16_t | bark_tab_s08_64 [] |
static const uint16_t | bark_tab_s11_64 [] |
static const uint16_t | bark_tab_s16_128 [] |
static const uint16_t | bark_tab_s22_128 [] |
static const uint16_t | bark_tab_s44_128 [] |
static const struct twinvq_data | tab |
static const uint8_t | tab7 [][35] |
static const uint8_t | tab8 [][5] |
static const uint8_t | tab9 [][45] |
static const uint8_t | tab10 [][25] |
static const uint8_t | tab11 [][55] |
static const uint8_t | tab12 [][15] |
struct { | |
int size | |
const uint8_t * tab | |
} | tabs [] |
|
static |
Definition at line 41 of file twinvq_data.h.
|
static |
Definition at line 47 of file twinvq_data.h.
|
static |
Definition at line 53 of file twinvq_data.h.
|
static |
Definition at line 59 of file twinvq_data.h.
|
static |
Definition at line 66 of file twinvq_data.h.
|
static |
Definition at line 73 of file twinvq_data.h.
|
static |
Definition at line 80 of file twinvq_data.h.
|
static |
Definition at line 85 of file twinvq_data.h.
|
static |
Definition at line 90 of file twinvq_data.h.
|
static |
Definition at line 95 of file twinvq_data.h.
|
static |
Definition at line 100 of file twinvq_data.h.
|
static |
Definition at line 105 of file twinvq_data.h.
|
static |
Definition at line 110 of file twinvq_data.h.
|
static |
Definition at line 114 of file twinvq_data.h.
|
static |
Definition at line 118 of file twinvq_data.h.
|
static |
Definition at line 122 of file twinvq_data.h.
|
static |
Definition at line 126 of file twinvq_data.h.
|
static |
Definition at line 11135 of file twinvq_data.h.
Referenced by apcm_dequant_add(), av_dynarray_add(), av_dynarray_add_nofree(), build_filter(), capture_screen(), check_mc(), checkasm_check_h264qpel(), dct32(), dct_single_coeff_elimination(), decode_bytes(), decode_gainc_loc_codes(), decode_spectrum(), decode_var_block_data(), ff_h264_init_cabac_states(), ff_match_2uint16(), fft_ref(), fill_tone_level_array(), filter_frame(), gainc_loc_mode1(), idct32(), init_ff_cos_tabs(), main(), opengl_make_ortho(), pretwiddle(), sao_filter_CTB(), set_filter(), and twiddle().
|
static |
Definition at line 10993 of file twinvq_data.h.
|
static |
Definition at line 11029 of file twinvq_data.h.
|
static |
Definition at line 11045 of file twinvq_data.h.
|
static |
Definition at line 11068 of file twinvq_data.h.
|
static |
Definition at line 11089 of file twinvq_data.h.
|
static |
Definition at line 11119 of file twinvq_data.h.
Definition at line 11134 of file twinvq_data.h.
const { ... } tabs[] |