Home
last modified time | relevance | path

Searched refs:opus_uint8 (Results 1 – 25 of 30) sorted by relevance

12

/external/chromium_org/third_party/opus/src/silk/
Dtables.h40 extern const opus_uint8 silk_gain_iCDF[ 3 ][ N_LEVELS_QGAIN / 8 ]; …
41 extern const opus_uint8 silk_delta_gain_iCDF[ MAX_DELTA_GAIN_QUANT - MIN_DELTA_GAIN_QUANT + 1 ]; …
43 extern const opus_uint8 silk_pitch_lag_iCDF[ 2 * ( PITCH_EST_MAX_LAG_MS - PITCH_EST_MIN_LAG_MS ) ]…
44 extern const opus_uint8 silk_pitch_delta_iCDF[ 21 ]; …
45 extern const opus_uint8 silk_pitch_contour_iCDF[ 34 ]; …
46 extern const opus_uint8 silk_pitch_contour_NB_iCDF[ 11 ]; …
47 extern const opus_uint8 silk_pitch_contour_10_ms_iCDF[ 12 ]; …
48 extern const opus_uint8 silk_pitch_contour_10_ms_NB_iCDF[ 3 ]; …
50 extern const opus_uint8 silk_pulses_per_block_iCDF[ N_RATE_LEVELS ][ MAX_PULSES + 2 ]; …
51 extern const opus_uint8 silk_pulses_per_block_BITS_Q5[ N_RATE_LEVELS - 1 ][ MAX_PULSES + 2 ]; …
[all …]
Dtables_other.c60 const opus_uint8 silk_stereo_pred_joint_iCDF[ 25 ] = {
67 const opus_uint8 silk_stereo_only_code_mid_iCDF[ 2 ] = { 64, 0 };
70 static const opus_uint8 silk_LBRR_flags_2_iCDF[ 3 ] = { 203, 150, 0 };
71 static const opus_uint8 silk_LBRR_flags_3_iCDF[ 7 ] = { 215, 195, 166, 125, 110, 82, 0 };
72 const opus_uint8 * const silk_LBRR_flags_iCDF_ptr[ 2 ] = {
78 const opus_uint8 silk_lsb_iCDF[ 2 ] = { 120, 0 };
81 const opus_uint8 silk_LTPscale_iCDF[ 3 ] = { 128, 64, 0 };
84 const opus_uint8 silk_type_offset_VAD_iCDF[ 4 ] = {
87 const opus_uint8 silk_type_offset_no_VAD_iCDF[ 2 ] = {
92 const opus_uint8 silk_NLSF_interpolation_factor_iCDF[ 5 ] = { 243, 221, 192, 181, 0 };
[all …]
Dtables_pulses_per_block.c34 const opus_uint8 silk_max_pulses_table[ 4 ] = {
38 const opus_uint8 silk_pulses_per_block_iCDF[ 10 ][ 18 ] = {
91 const opus_uint8 silk_pulses_per_block_BITS_Q5[ 9 ][ 18 ] = {
139 const opus_uint8 silk_rate_levels_iCDF[ 2 ][ 9 ] =
151 const opus_uint8 silk_rate_levels_BITS_Q5[ 2 ][ 9 ] =
163 const opus_uint8 silk_shell_code_table0[ 152 ] = {
185 const opus_uint8 silk_shell_code_table1[ 152 ] = {
207 const opus_uint8 silk_shell_code_table2[ 152 ] = {
229 const opus_uint8 silk_shell_code_table3[ 152 ] = {
251 const opus_uint8 silk_shell_code_table_offsets[ 17 ] = {
[all …]
Dtables_LTP.c34 const opus_uint8 silk_LTP_per_index_iCDF[3] = {
38 static const opus_uint8 silk_LTP_gain_iCDF_0[8] = {
42 static const opus_uint8 silk_LTP_gain_iCDF_1[16] = {
47 static const opus_uint8 silk_LTP_gain_iCDF_2[32] = {
56 static const opus_uint8 silk_LTP_gain_BITS_Q5_0[8] = {
60 static const opus_uint8 silk_LTP_gain_BITS_Q5_1[16] = {
65 static const opus_uint8 silk_LTP_gain_BITS_Q5_2[32] = {
72 const opus_uint8 * const silk_LTP_gain_iCDF_ptrs[NB_LTP_CBKS] = {
78 const opus_uint8 * const silk_LTP_gain_BITS_Q5_ptrs[NB_LTP_CBKS] = {
Dtables_pitch_lag.c34 const opus_uint8 silk_pitch_lag_iCDF[ 2 * ( PITCH_EST_MAX_LAG_MS - PITCH_EST_MIN_LAG_MS ) ] = {
41 const opus_uint8 silk_pitch_delta_iCDF[21] = {
47 const opus_uint8 silk_pitch_contour_iCDF[34] = {
55 const opus_uint8 silk_pitch_contour_NB_iCDF[11] = {
60 const opus_uint8 silk_pitch_contour_10_ms_iCDF[12] = {
65 const opus_uint8 silk_pitch_contour_10_ms_NB_iCDF[3] = {
Dtables_NLSF_CB_NB_MB.c34 static const opus_uint8 silk_NLSF_CB1_NB_MB_Q8[ 320 ] = {
77 static const opus_uint8 silk_NLSF_CB1_iCDF_NB_MB[ 64 ] = {
88 static const opus_uint8 silk_NLSF_CB2_SELECT_NB_MB[ 160 ] = {
111 static const opus_uint8 silk_NLSF_CB2_iCDF_NB_MB[ 72 ] = {
123 static const opus_uint8 silk_NLSF_CB2_BITS_NB_MB_Q5[ 72 ] = {
135 static const opus_uint8 silk_NLSF_PRED_NB_MB_Q8[ 18 ] = {
Dtables_NLSF_CB_WB.c34 static const opus_uint8 silk_NLSF_CB1_WB_Q8[ 512 ] = {
101 static const opus_uint8 silk_NLSF_CB1_iCDF_WB[ 64 ] = {
112 static const opus_uint8 silk_NLSF_CB2_SELECT_WB[ 256 ] = {
147 static const opus_uint8 silk_NLSF_CB2_iCDF_WB[ 72 ] = {
159 static const opus_uint8 silk_NLSF_CB2_BITS_WB_Q5[ 72 ] = {
171 static const opus_uint8 silk_NLSF_PRED_WB_Q8[ 30 ] = {
Dstructs.h88 const opus_uint8 *CB1_NLSF_Q8;
89 const opus_uint8 *CB1_iCDF;
90 const opus_uint8 *pred_Q8;
91 const opus_uint8 *ec_sel;
92 const opus_uint8 *ec_iCDF;
93 const opus_uint8 *ec_Rates_Q5;
180 …const opus_uint8 *pitch_lag_low_bits_iCDF; /* Pointer to iCDF table for low b…
181 …const opus_uint8 *pitch_contour_iCDF; /* Pointer to iCDF table for pitch…
273 …const opus_uint8 *pitch_lag_low_bits_iCDF; /* Pointer to iCDF table for low b…
274 …const opus_uint8 *pitch_contour_iCDF; /* Pointer to iCDF table for pitch…
DNLSF_unpack.c37opus_uint8 pred_Q8[], /* O LSF predictor [ LPC_ORDER ] … in silk_NLSF_unpack()
43 opus_uint8 entry; in silk_NLSF_unpack()
44 const opus_uint8 *ec_sel_ptr; in silk_NLSF_unpack()
Dcode_signs.c51 opus_uint8 icdf[ 2 ]; in silk_encode_signs()
53 const opus_uint8 *icdf_ptr; in silk_encode_signs()
85 opus_uint8 icdf[ 2 ]; in silk_decode_signs()
87 const opus_uint8 *icdf_ptr; in silk_decode_signs()
Dtables_gain.c39 const opus_uint8 silk_gain_iCDF[ 3 ][ N_LEVELS_QGAIN / 8 ] =
52 const opus_uint8 silk_delta_gain_iCDF[ MAX_DELTA_GAIN_QUANT - MIN_DELTA_GAIN_QUANT + 1 ] = {
DNLSF_decode.c38 …const opus_uint8 pred_coef_Q8[], /* I Backward predictor coefs [ order … in silk_NLSF_residual_dequant()
70 opus_uint8 pred_Q8[ MAX_LPC_ORDER ]; in silk_NLSF_decode()
75 const opus_uint8 *pCB_element; in silk_NLSF_decode()
Dmain.h220 …const opus_uint8 *cl_Q5, /* I code length for each codebook …
313 …const opus_uint8 pCB_Q8[], /* I Codebook vectors [K*LPC_order]…
323 …const opus_uint8 pred_coef_Q8[], /* I Backward predictor coefs [ ord…
325 …const opus_uint8 ec_rates_Q5[], /* I Rates [] …
335opus_uint8 pred_Q8[], /* O LSF predictor [ LPC_ORDER ] …
DNLSF_del_dec_quant.c39 …const opus_uint8 pred_coef_Q8[], /* I Backward predictor coefs [ ord… in silk_NLSF_del_dec_quant()
41 …const opus_uint8 ec_rates_Q5[], /* I Rates [] … in silk_NLSF_del_dec_quant()
57 const opus_uint8 *rates_Q5; in silk_NLSF_del_dec_quant()
Dshell_coder.c52 … const opus_uint8 *shell_table /* I table of shell cdfs */ in encode_split()
65 … const opus_uint8 *shell_table /* I table of shell cdfs */ in decode_split()
DNLSF_encode.c59 opus_uint8 pred_Q8[ MAX_LPC_ORDER ]; in silk_NLSF_encode()
61 const opus_uint8 *pCB_element, *iCDF_ptr; in silk_NLSF_encode()
Dencode_pulses.c76 const opus_uint8 *cdf_ptr; in silk_encode_pulses()
77 const opus_uint8 *nBits_ptr; in silk_encode_pulses()
DNLSF_VQ.c38 …const opus_uint8 pCB_Q8[], /* I Codebook vectors [K*LPC_order]… in silk_NLSF_VQ()
DAPI.h121 …const opus_uint8 *payload, /* I Payload data …
Dquant_LTP_gains.c46 const opus_uint8 *cl_ptr_Q5; in silk_quant_LTP_gains()
Ddecode_pulses.c48 const opus_uint8 *cdf_ptr; in silk_decode_pulses()
DVQ_WMat_EC.c41 …const opus_uint8 *cl_Q5, /* I code length for each codebook … in silk_VQ_WMat_EC()
Ddecode_indices.c46 opus_uint8 pred_Q8[ MAX_LPC_ORDER ]; in silk_decode_indices()
/external/chromium_org/third_party/opus/src/include/
Dopus_types.h157 #define opus_uint8 unsigned char macro
/external/chromium_org/third_party/opus/src/silk/fixed/
Dencode_frame_FIX.c123 VARDECL( opus_uint8, ec_buf_copy ); in silk_encode_frame_FIX()
177 ALLOC( ec_buf_copy, 1275, opus_uint8 ); in silk_encode_frame_FIX()

12