webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
Variables
tables_gain.c File Reference
#include "tables.h"

Variables

const opus_uint8 silk_gain_iCDF [3][N_LEVELS_QGAIN/8]
 
const opus_uint8 silk_delta_gain_iCDF [MAX_DELTA_GAIN_QUANT - MIN_DELTA_GAIN_QUANT+1]
 

Variable Documentation

◆ silk_delta_gain_iCDF

const opus_uint8 silk_delta_gain_iCDF[MAX_DELTA_GAIN_QUANT - MIN_DELTA_GAIN_QUANT+1]
Initial value:
= {
250, 245, 234, 203, 71, 50, 42, 38,
35, 33, 31, 29, 28, 27, 26, 25,
24, 23, 22, 21, 20, 19, 18, 17,
16, 15, 14, 13, 12, 11, 10, 9,
8, 7, 6, 5, 4, 3, 2, 1,
0
}

◆ silk_gain_iCDF

const opus_uint8 silk_gain_iCDF[3][N_LEVELS_QGAIN/8]
Initial value:
=
{
{
224, 112, 44, 15, 3, 2, 1, 0
},
{
254, 237, 192, 132, 70, 23, 4, 0
},
{
255, 252, 226, 155, 61, 11, 2, 0
}
}