FFmpeg
|
Data tables for the EVRC decoder. More...
#include "libavutil/common.h"
Go to the source code of this file.
Variables | |
static const float | evrc_energy_quant [][3] |
Rate 1/8 frame energy quantization. More... | |
static const float | evrc_lspq_full_codebook1 [64][2] |
LSP vector quantization tables. More... | |
static const float | evrc_lspq_full_codebook2 [64][2] |
static const float | evrc_lspq_full_codebook3 [512][3] |
static const float | evrc_lspq_full_codebook4 [128][3] |
static const float | evrc_lspq_half_codebook1 [128][3] |
static const float | evrc_lspq_half_codebook2 [128][3] |
static const float | evrc_lspq_half_codebook3 [256][4] |
static const float | evrc_lspq_quant_codebook1 [16][5] |
static const float | evrc_lspq_quant_codebook2 [16][5] |
static const float *const | evrc_lspq_full_codebooks [] |
static const float *const | evrc_lspq_half_codebooks [] |
static const float *const | evrc_lspq_quant_codebooks [] |
static const float *const *const | evrc_lspq_codebooks [] |
static const uint8_t | evrc_lspq_nb_codebooks [] |
static const uint8_t | evrc_lspq_full_codebooks_row_sizes [] |
static const uint8_t | evrc_lspq_half_codebooks_row_sizes [] |
static const uint8_t | evrc_lspq_quant_codebooks_row_sizes [] |
static const uint8_t *const | evrc_lspq_codebooks_row_sizes [] |
static const float | pitch_gain_vq [] = { 0, 0.3, 0.55, 0.7, 0.8, 0.9, 1, 1.2 } |
static const float | estimation_delay [] = { 55.0, 80.0, 39.0, 71.0, 33.0 } |
static const uint8_t | subframe_sizes [] = { 53, 53, 54 } |
Data tables for the EVRC decoder.
Definition in file evrcdata.h.
|
static |
Rate 1/8 frame energy quantization.
TIA/IS-127 table 8-18
Definition at line 38 of file evrcdata.h.
Referenced by evrc_decode_frame(), and frame_erasure().
|
static |
LSP vector quantization tables.
TIA/IS-127 tables 8-1 through 8-9
Definition at line 174 of file evrcdata.h.
|
static |
Definition at line 208 of file evrcdata.h.
|
static |
Definition at line 242 of file evrcdata.h.
|
static |
Definition at line 756 of file evrcdata.h.
|
static |
Definition at line 886 of file evrcdata.h.
|
static |
Definition at line 1016 of file evrcdata.h.
|
static |
Definition at line 1146 of file evrcdata.h.
|
static |
Definition at line 1404 of file evrcdata.h.
|
static |
Definition at line 1422 of file evrcdata.h.
|
static |
Definition at line 1440 of file evrcdata.h.
|
static |
Definition at line 1445 of file evrcdata.h.
|
static |
Definition at line 1450 of file evrcdata.h.
|
static |
Definition at line 1454 of file evrcdata.h.
Referenced by decode_lspf().
|
static |
Definition at line 1462 of file evrcdata.h.
Referenced by decode_lspf().
|
static |
Definition at line 1470 of file evrcdata.h.
|
static |
Definition at line 1477 of file evrcdata.h.
|
static |
Definition at line 1483 of file evrcdata.h.
|
static |
Definition at line 1488 of file evrcdata.h.
Referenced by decode_lspf().
|
static |
Definition at line 1496 of file evrcdata.h.
Referenced by evrc_decode_frame().
|
static |
Definition at line 1497 of file evrcdata.h.
Referenced by frame_erasure().
|
static |
Definition at line 1498 of file evrcdata.h.
Referenced by evrc_decode_frame(), and frame_erasure().