FFmpeg
|
#include "libavutil/common.h"
Go to the source code of this file.
Variables | |
static const uint8_t | lsf_dim_codebook [] = { 3, 3, 4 } |
static const uint8_t | lsf_size_codebook [] = { 64, 128, 128 } |
static const int16_t | lsf_weight_20ms [] = { 12288, 8192, 4096, 0 } |
static const int16_t | lsf_weight_30ms [] = { 8192, 16384, 10923, 5461, 0, 0 } |
static const int16_t | hp_out_coeffs [] = { 3849, -7699, 3849, 7918, -3833 } |
static const int16_t | kPlcPfSlope [] = { 26667, 18729, 13653, 10258, 7901, 6214 } |
static const int16_t | kPlcPitchFact [] = { 0, 5462, 10922, 16384, 21846, 27306 } |
static const int16_t | kCbFiltersRev [] |
static const int16_t | kPlcPerSqr [] = { 839, 1343, 2048, 2998, 4247, 5849 } |
static const int16_t | alpha [] |
static const int16_t | kLpcChirpSyntDenum [] |
static const int16_t | LpcChirpWeightDenum [] |
static const int16_t | cos_tbl [64] |
static const int16_t | cos_derivative_tbl [64] |
static const int16_t | lsf_codebook [64 *3+128 *3+128 *4] |
static const int16_t | gain3 [9] |
static const int16_t | gain4 [17] |
static const int16_t | gain5 [33] |
static const int16_t *const | ilbc_gain [] |
static const int16_t | ilbc_state [8] |
static const int16_t | frg_quant_mod [64] |
|
static |
Definition at line 38 of file ilbcdata.h.
Referenced by lsf_dequantization().
|
static |
Definition at line 39 of file ilbcdata.h.
Referenced by lsf_dequantization().
|
static |
Definition at line 40 of file ilbcdata.h.
Referenced by lsp_interpolate().
|
static |
Definition at line 41 of file ilbcdata.h.
Referenced by lsp_interpolate().
|
static |
Definition at line 43 of file ilbcdata.h.
Referenced by ilbc_decode_frame().
|
static |
Definition at line 45 of file ilbcdata.h.
Referenced by do_plc().
|
static |
Definition at line 47 of file ilbcdata.h.
Referenced by do_plc().
|
static |
Definition at line 49 of file ilbcdata.h.
Referenced by get_codebook().
|
static |
Definition at line 53 of file ilbcdata.h.
Referenced by do_plc().
|
static |
Definition at line 55 of file ilbcdata.h.
Referenced by adaptive_gain_control(), alpha_composite(), autoregression(), av_parse_color(), avc_h_loop_filter_chroma422_mbaff_msa(), avc_h_loop_filter_chroma422_msa(), avc_h_loop_filter_luma_mbaff_intra_msa(), avc_h_loop_filter_luma_mbaff_msa(), avc_loopfilter_cb_or_cr_inter_edge_hor_msa(), avc_loopfilter_cb_or_cr_inter_edge_ver_msa(), avc_loopfilter_cb_or_cr_intra_edge_hor_msa(), avc_loopfilter_cb_or_cr_intra_edge_ver_msa(), avc_loopfilter_luma_inter_edge_hor_msa(), avc_loopfilter_luma_inter_edge_ver_msa(), avc_loopfilter_luma_intra_edge_ver_msa(), bidirectional_obmc(), blend_line(), blend_line16(), blend_pixel(), blend_plane(), blend_slice_packed_rgb(), bmp_decode_frame(), celt_decode_coarse_energy(), config_filter(), config_input(), config_output(), create_augmented_vector(), crossover_setup(), deblock_v8_luma_intra_8_mmi(), decode_dvd_subtitles(), do_chromahold_slice(), do_lumakey_slice16(), do_lumakey_slice8(), dvbsub_parse_clut_segment(), dxt3_block_internal(), dxt5_block_internal(), encode_frame(), encode_headers(), exp_quant_coarse(), ff_adaptive_gain_control(), ff_ass_split_override_codes(), ff_blend_mask(), ff_blend_rectangle(), ff_cavs_filter(), ff_deblock_h_chroma_8_mmi(), ff_deblock_h_chroma_intra_8_mmi(), ff_deblock_v8_luma_8_mmi(), ff_mdct15_init(), ff_mdct_init(), ff_sws_alphablendaway(), fft_ref_init(), filter(), filter_frame(), filter_mb_edgech(), filter_mb_edgecv(), filter_mb_edgeh(), filter_mb_edgev(), filter_mb_mbaff_edgecv(), filter_mb_mbaff_edgev(), g2m_paint_cursor(), guess_palette(), interpolate(), loop_filter_c2(), loop_filter_l2(), mpeg4_decode_sprite_trajectory(), opencl_get_plane_format(), parse_palette_segment(), predict(), premultiply_slice(), process_frame(), ps_tableinit(), Rgb16ToPlanarRgb16Wrapper(), rv40_adaptive_loop_filter(), rv40_loop_filter(), sbr_dequant(), sbr_hf_gen_c(), set_frame_data(), set_highshelf_rbj(), set_hp(), set_lp(), set_lp_rbj(), sub_left_prediction_bgr32(), tdsc_paint_cursor(), update_alpha(), and vp7_fade_frame().
|
static |
Definition at line 59 of file ilbcdata.h.
Referenced by lsp_interpolate().
|
static |
Definition at line 63 of file ilbcdata.h.
|
static |
Definition at line 67 of file ilbcdata.h.
Referenced by lsf2lsp().
|
static |
Definition at line 78 of file ilbcdata.h.
Referenced by lsf2lsp().
|
static |
Definition at line 89 of file ilbcdata.h.
Referenced by lsf_dequantization().
|
static |
Definition at line 199 of file ilbcdata.h.
|
static |
Definition at line 203 of file ilbcdata.h.
|
static |
Definition at line 208 of file ilbcdata.h.
|
static |
|
static |
Definition at line 221 of file ilbcdata.h.
Referenced by state_construct().
|
static |
Definition at line 225 of file ilbcdata.h.
Referenced by state_construct().