webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Variables
tables_pitch_lag.c File Reference
#include "tables.h"

Variables

const opus_uint8 silk_pitch_lag_iCDF [2 *(PITCH_EST_MAX_LAG_MS - PITCH_EST_MIN_LAG_MS)]
 
const opus_uint8 silk_pitch_delta_iCDF [21]
 
const opus_uint8 silk_pitch_contour_iCDF [34]
 
const opus_uint8 silk_pitch_contour_NB_iCDF [11]
 
const opus_uint8 silk_pitch_contour_10_ms_iCDF [12]
 
const opus_uint8 silk_pitch_contour_10_ms_NB_iCDF [3]
 

Variable Documentation

◆ silk_pitch_contour_10_ms_iCDF

const opus_uint8 silk_pitch_contour_10_ms_iCDF[12]
Initial value:
= {
165, 119, 80, 61, 47, 35, 27, 20,
14, 9, 4, 0
}

◆ silk_pitch_contour_10_ms_NB_iCDF

const opus_uint8 silk_pitch_contour_10_ms_NB_iCDF[3]
Initial value:
= {
113, 63, 0
}

◆ silk_pitch_contour_iCDF

const opus_uint8 silk_pitch_contour_iCDF[34]
Initial value:
= {
223, 201, 183, 167, 152, 138, 124, 111,
98, 88, 79, 70, 62, 56, 50, 44,
39, 35, 31, 27, 24, 21, 18, 16,
14, 12, 10, 8, 6, 4, 3, 2,
1, 0
}

◆ silk_pitch_contour_NB_iCDF

const opus_uint8 silk_pitch_contour_NB_iCDF[11]
Initial value:
= {
188, 176, 155, 138, 119, 97, 67, 43,
26, 10, 0
}

◆ silk_pitch_delta_iCDF

const opus_uint8 silk_pitch_delta_iCDF[21]
Initial value:
= {
210, 208, 206, 203, 199, 193, 183, 168,
142, 104, 74, 52, 37, 27, 20, 14,
10, 6, 4, 2, 0
}

◆ silk_pitch_lag_iCDF

const opus_uint8 silk_pitch_lag_iCDF[2 *(PITCH_EST_MAX_LAG_MS - PITCH_EST_MIN_LAG_MS)]
Initial value:
= {
253, 250, 244, 233, 212, 182, 150, 131,
120, 110, 98, 85, 72, 60, 49, 40,
32, 25, 19, 15, 13, 11, 9, 8,
7, 6, 5, 4, 3, 2, 1, 0
}