/external/libopus/silk/x86/ |
D | main_sse.h | 92 …const opus_int16 LTPCoef_Q14[ LTP_ORDER * MAX_NB_SUBFR ], /* I Long term predicti… 93 …const opus_int16 AR2_Q13[ MAX_NB_SUBFR * MAX_SHAPE_LPC_ORDER ], /* I Noise shaping coef… 94 …const opus_int HarmShapeGain_Q14[ MAX_NB_SUBFR ], /* I Long term shaping … 95 …const opus_int Tilt_Q14[ MAX_NB_SUBFR ], /* I Spectral tilt … 96 …const opus_int32 LF_shp_Q14[ MAX_NB_SUBFR ], /* I Low frequency shap… 97 …const opus_int32 Gains_Q16[ MAX_NB_SUBFR ], /* I Quantization step … 98 …const opus_int pitchL[ MAX_NB_SUBFR ], /* I Pitch lags … 119 …const opus_int16 LTPCoef_Q14[ LTP_ORDER * MAX_NB_SUBFR ], /* I Long term predicti… 120 …const opus_int16 AR2_Q13[ MAX_NB_SUBFR * MAX_SHAPE_LPC_ORDER ], /* I Noise shaping coef… 121 …const opus_int HarmShapeGain_Q14[ MAX_NB_SUBFR ], /* I Long term shaping … [all …]
|
D | x86_silk_map.c | 76 …const opus_int16 LTPCoef_Q14[ LTP_ORDER * MAX_NB_SUBFR ], /* I Long term predicti… 77 …const opus_int16 AR2_Q13[ MAX_NB_SUBFR * MAX_SHAPE_LPC_ORDER ], /* I Noise shaping coef… 78 …const opus_int HarmShapeGain_Q14[ MAX_NB_SUBFR ], /* I Long term shaping … 79 …const opus_int Tilt_Q14[ MAX_NB_SUBFR ], /* I Spectral tilt … 80 …const opus_int32 LF_shp_Q14[ MAX_NB_SUBFR ], /* I Low frequency shap… 81 …const opus_int32 Gains_Q16[ MAX_NB_SUBFR ], /* I Quantization step … 82 …const opus_int pitchL[ MAX_NB_SUBFR ], /* I Pitch lags … 120 …const opus_int16 LTPCoef_Q14[ LTP_ORDER * MAX_NB_SUBFR ], /* I Long term predicti… 121 …const opus_int16 AR2_Q13[ MAX_NB_SUBFR * MAX_SHAPE_LPC_ORDER ], /* I Noise shaping coef… 122 …const opus_int HarmShapeGain_Q14[ MAX_NB_SUBFR ], /* I Long term shaping … [all …]
|
D | NSQ_sse.c | 48 const opus_int32 Gains_Q16[ MAX_NB_SUBFR ], /* I */ 49 const opus_int pitchL[ MAX_NB_SUBFR ], /* I Pitch lag */ 80 …const opus_int16 LTPCoef_Q14[ LTP_ORDER * MAX_NB_SUBFR ], /* I Long term predicti… in silk_NSQ_sse4_1() 81 …const opus_int16 AR2_Q13[ MAX_NB_SUBFR * MAX_SHAPE_LPC_ORDER ], /* I Noise shaping coef… in silk_NSQ_sse4_1() 82 …const opus_int HarmShapeGain_Q14[ MAX_NB_SUBFR ], /* I Long term shaping … in silk_NSQ_sse4_1() 83 …const opus_int Tilt_Q14[ MAX_NB_SUBFR ], /* I Spectral tilt … in silk_NSQ_sse4_1() 84 …const opus_int32 LF_shp_Q14[ MAX_NB_SUBFR ], /* I Low frequency shap… in silk_NSQ_sse4_1() 85 …const opus_int32 Gains_Q16[ MAX_NB_SUBFR ], /* I Quantization step … in silk_NSQ_sse4_1() 86 …const opus_int pitchL[ MAX_NB_SUBFR ], /* I Pitch lags … in silk_NSQ_sse4_1() 612 const opus_int32 Gains_Q16[ MAX_NB_SUBFR ], /* I */ in silk_nsq_scale_states_sse4_1() [all …]
|
/external/libopus/silk/fixed/ |
D | structs_FIX.h | 82 opus_int32 Gains_Q16[ MAX_NB_SUBFR ]; 84 opus_int16 LTPCoef_Q14[ LTP_ORDER * MAX_NB_SUBFR ]; 86 opus_int pitchL[ MAX_NB_SUBFR ]; 90 silk_DWORD_ALIGN opus_int16 AR1_Q13[ MAX_NB_SUBFR * MAX_SHAPE_LPC_ORDER ]; 91 silk_DWORD_ALIGN opus_int16 AR2_Q13[ MAX_NB_SUBFR * MAX_SHAPE_LPC_ORDER ]; 92 …opus_int32 LF_shp_Q14[ MAX_NB_SUBFR ]; /* Packs two int16 coefficient… 93 opus_int GainsPre_Q14[ MAX_NB_SUBFR ]; 94 opus_int HarmBoost_Q14[ MAX_NB_SUBFR ]; 95 opus_int Tilt_Q14[ MAX_NB_SUBFR ]; 96 opus_int HarmShapeGain_Q14[ MAX_NB_SUBFR ]; [all …]
|
D | residual_energy_FIX.c | 38 …opus_int32 nrgs[ MAX_NB_SUBFR ], /* O Residual energy per subf… in silk_residual_energy_FIX() 39 …opus_int nrgsQ[ MAX_NB_SUBFR ], /* O Q value per subframe … in silk_residual_energy_FIX() 42 …const opus_int32 gains[ MAX_NB_SUBFR ], /* I Quantization gains… in silk_residual_energy_FIX() 60 ALLOC( LPC_res, ( MAX_NB_SUBFR >> 1 ) * offset, opus_int16 ); in silk_residual_energy_FIX() 61 silk_assert( ( nb_subfr >> 1 ) * ( MAX_NB_SUBFR >> 1 ) == nb_subfr ); in silk_residual_energy_FIX() 64 …silk_LPC_analysis_filter( LPC_res, x_ptr, a_Q12[ i ], ( MAX_NB_SUBFR >> 1 ) * offset, LPC_order, a… in silk_residual_energy_FIX() 68 for( j = 0; j < ( MAX_NB_SUBFR >> 1 ); j++ ) { in silk_residual_energy_FIX() 70 … silk_sum_sqr_shift( &nrgs[ i * ( MAX_NB_SUBFR >> 1 ) + j ], &rshift, LPC_res_ptr, subfr_length ); in silk_residual_energy_FIX() 73 nrgsQ[ i * ( MAX_NB_SUBFR >> 1 ) + j ] = -rshift; in silk_residual_energy_FIX() 79 x_ptr += ( MAX_NB_SUBFR >> 1 ) * offset; in silk_residual_energy_FIX()
|
D | main_FIX.h | 171 …opus_int16 b_Q14[ MAX_NB_SUBFR * LTP_ORDER ], /* O LTP coefs … 172 …opus_int32 WLTP[ MAX_NB_SUBFR * LTP_ORDER * LTP_ORDER ], /* O Weight for L… 175 …const opus_int lag[ MAX_NB_SUBFR ], /* I LTP lags … 176 …const opus_int32 Wght_Q15[ MAX_NB_SUBFR ], /* I weights … 180 …opus_int corr_rshifts[ MAX_NB_SUBFR ], /* O right shifts appli… 187 …const opus_int16 LTPCoef_Q14[ LTP_ORDER * MAX_NB_SUBFR ],/* I LTP_ORDER LTP coef… 188 …const opus_int pitchL[ MAX_NB_SUBFR ], /* I Pitch lag, one for… 189 …const opus_int32 invGains_Q16[ MAX_NB_SUBFR ], /* I Inverse quantizati… 198 …opus_int32 nrgs[ MAX_NB_SUBFR ], /* O Residual energy per subf… 199 …opus_int nrgsQ[ MAX_NB_SUBFR ], /* O Q value per subframe … [all …]
|
D | find_LTP_FIX.c | 44 …opus_int16 b_Q14[ MAX_NB_SUBFR * LTP_ORDER ], /* O LTP coefs … in silk_find_LTP_FIX() 45 …opus_int32 WLTP[ MAX_NB_SUBFR * LTP_ORDER * LTP_ORDER ], /* O Weight for L… in silk_find_LTP_FIX() 48 …const opus_int lag[ MAX_NB_SUBFR ], /* I LTP lags … in silk_find_LTP_FIX() 49 …const opus_int32 Wght_Q15[ MAX_NB_SUBFR ], /* I weights … in silk_find_LTP_FIX() 53 …opus_int corr_rshifts[ MAX_NB_SUBFR ], /* O right shifts appli… in silk_find_LTP_FIX() 63 …_int32 b_Q16[ LTP_ORDER ], delta_b_Q14[ LTP_ORDER ], d_Q14[ MAX_NB_SUBFR ], nrg[ MAX_NB_SUBFR ], g… in silk_find_LTP_FIX() 64 opus_int32 w[ MAX_NB_SUBFR ], WLTP_max, max_abs_d_Q14, max_w_bits; in silk_find_LTP_FIX() 70 opus_int32 Rr[ LTP_ORDER ], rr[ MAX_NB_SUBFR ]; in silk_find_LTP_FIX()
|
D | LTP_analysis_filter_FIX.c | 37 …const opus_int16 LTPCoef_Q14[ LTP_ORDER * MAX_NB_SUBFR ],/* I LTP_ORDER LTP coef… in silk_LTP_analysis_filter_FIX() 38 …const opus_int pitchL[ MAX_NB_SUBFR ], /* I Pitch lag, one for… in silk_LTP_analysis_filter_FIX() 39 …const opus_int32 invGains_Q16[ MAX_NB_SUBFR ], /* I Inverse quantizati… in silk_LTP_analysis_filter_FIX()
|
D | find_pred_coefs_FIX.c | 44 …opus_int32 invGains_Q16[ MAX_NB_SUBFR ], local_gains[ MAX_NB_SUBFR ], Wght_Q15[ MAX_NB_SUBFR… in silk_find_pred_coefs_FIX() 50 opus_int LTP_corrs_rshift[ MAX_NB_SUBFR ]; in silk_find_pred_coefs_FIX()
|
/external/libopus/silk/float/ |
D | structs_FLP.h | 82 silk_float Gains[ MAX_NB_SUBFR ]; 84 silk_float LTPCoef[LTP_ORDER * MAX_NB_SUBFR]; 86 opus_int pitchL[ MAX_NB_SUBFR ]; 89 silk_float AR1[ MAX_NB_SUBFR * MAX_SHAPE_LPC_ORDER ]; 90 silk_float AR2[ MAX_NB_SUBFR * MAX_SHAPE_LPC_ORDER ]; 91 silk_float LF_MA_shp[ MAX_NB_SUBFR ]; 92 silk_float LF_AR_shp[ MAX_NB_SUBFR ]; 93 silk_float GainsPre[ MAX_NB_SUBFR ]; 94 silk_float HarmBoost[ MAX_NB_SUBFR ]; 95 silk_float Tilt[ MAX_NB_SUBFR ]; [all …]
|
D | main_FLP.h | 156 …silk_float b[ MAX_NB_SUBFR * LTP_ORDER ], /* O LTP coefs … 157 …silk_float WLTP[ MAX_NB_SUBFR * LTP_ORDER * LTP_ORDER ], /* O Weight for L… 160 …const opus_int lag[ MAX_NB_SUBFR ], /* I LTP lags … 161 …const silk_float Wght[ MAX_NB_SUBFR ], /* I Weights … 170 …const silk_float B[ LTP_ORDER * MAX_NB_SUBFR ], /* I LTP coefficients for e… 171 …const opus_int pitchL[ MAX_NB_SUBFR ], /* I Pitch lags … 172 …const silk_float invGains[ MAX_NB_SUBFR ], /* I Inverse quantization g… 181 …silk_float nrgs[ MAX_NB_SUBFR ], /* O Residual energy per su… 201 …silk_float B[ MAX_NB_SUBFR * LTP_ORDER ], /* I/O (Un-)quantized LTP gai… 202 …opus_int8 cbk_index[ MAX_NB_SUBFR ], /* O Codebook index … [all …]
|
D | wrappers_FLP.c | 106 opus_int32 Gains_Q16[ MAX_NB_SUBFR ]; in silk_NSQ_wrapper_FLP() 108 opus_int16 LTPCoef_Q14[ LTP_ORDER * MAX_NB_SUBFR ]; in silk_NSQ_wrapper_FLP() 112 opus_int16 AR2_Q13[ MAX_NB_SUBFR * MAX_SHAPE_LPC_ORDER ]; in silk_NSQ_wrapper_FLP() 113 …opus_int32 LF_shp_Q14[ MAX_NB_SUBFR ]; /* Packs two int16 coefficients per int32 value … in silk_NSQ_wrapper_FLP() 115 opus_int Tilt_Q14[ MAX_NB_SUBFR ]; in silk_NSQ_wrapper_FLP() 116 opus_int HarmShapeGain_Q14[ MAX_NB_SUBFR ]; in silk_NSQ_wrapper_FLP() 175 …silk_float B[ MAX_NB_SUBFR * LTP_ORDER ], /* I/O (Un-)quantized LTP gai… in silk_quant_LTP_gains_FLP() 176 …opus_int8 cbk_index[ MAX_NB_SUBFR ], /* O Codebook index … in silk_quant_LTP_gains_FLP() 179 …const silk_float W[ MAX_NB_SUBFR * LTP_ORDER * LTP_ORDER ], /* I Error weights … in silk_quant_LTP_gains_FLP() 187 opus_int16 B_Q14[ MAX_NB_SUBFR * LTP_ORDER ]; in silk_quant_LTP_gains_FLP() [all …]
|
D | find_LTP_FLP.c | 36 …silk_float b[ MAX_NB_SUBFR * LTP_ORDER ], /* O LTP coefs … in silk_find_LTP_FLP() 37 …silk_float WLTP[ MAX_NB_SUBFR * LTP_ORDER * LTP_ORDER ], /* O Weight for L… in silk_find_LTP_FLP() 40 …const opus_int lag[ MAX_NB_SUBFR ], /* I LTP lags … in silk_find_LTP_FLP() 41 …const silk_float Wght[ MAX_NB_SUBFR ], /* I Weights … in silk_find_LTP_FLP() 50 silk_float d[ MAX_NB_SUBFR ], m, g, delta_b[ LTP_ORDER ]; in silk_find_LTP_FLP() 51 silk_float w[ MAX_NB_SUBFR ], nrg[ MAX_NB_SUBFR ], regu; in silk_find_LTP_FLP() 52 silk_float Rr[ LTP_ORDER ], rr[ MAX_NB_SUBFR ]; in silk_find_LTP_FLP()
|
D | find_LPC_FLP.c | 51 silk_float LPC_res[ MAX_FRAME_LENGTH + MAX_NB_SUBFR * MAX_LPC_ORDER ]; in silk_find_LPC_FLP() 61 …C->useInterpolatedNLSFs && !psEncC->first_frame_after_reset && psEncC->nb_subfr == MAX_NB_SUBFR ) { in silk_find_LPC_FLP() 64 …-= silk_burg_modified_FLP( a_tmp, x + ( MAX_NB_SUBFR / 2 ) * subfr_length, minInvGain, subfr_lengt… in silk_find_LPC_FLP() 103 …->useInterpolatedNLSFs && !psEncC->first_frame_after_reset && psEncC->nb_subfr == MAX_NB_SUBFR ) ); in silk_find_LPC_FLP()
|
D | LTP_analysis_filter_FLP.c | 37 …const silk_float B[ LTP_ORDER * MAX_NB_SUBFR ], /* I LTP coefficients for e… in silk_LTP_analysis_filter_FLP() 38 …const opus_int pitchL[ MAX_NB_SUBFR ], /* I Pitch lags … in silk_LTP_analysis_filter_FLP() 39 …const silk_float invGains[ MAX_NB_SUBFR ], /* I Inverse quantization g… in silk_LTP_analysis_filter_FLP()
|
D | find_pred_coefs_FLP.c | 44 silk_float WLTP[ MAX_NB_SUBFR * LTP_ORDER * LTP_ORDER ]; in silk_find_pred_coefs_FLP() 45 silk_float invGains[ MAX_NB_SUBFR ], Wght[ MAX_NB_SUBFR ]; in silk_find_pred_coefs_FLP() 48 silk_float *x_pre_ptr, LPC_in_pre[ MAX_NB_SUBFR * MAX_LPC_ORDER + MAX_FRAME_LENGTH ]; in silk_find_pred_coefs_FLP()
|
D | residual_energy_FLP.c | 92 …silk_float nrgs[ MAX_NB_SUBFR ], /* O Residual energy per su… in silk_residual_energy_FLP() 102 silk_float *LPC_res_ptr, LPC_res[ ( MAX_FRAME_LENGTH + MAX_NB_SUBFR * MAX_LPC_ORDER ) / 2 ]; in silk_residual_energy_FLP() 112 if( nb_subfr == MAX_NB_SUBFR ) { in silk_residual_energy_FLP()
|
/external/libopus/silk/ |
D | main.h | 175 …opus_int8 ind[ MAX_NB_SUBFR ], /* O gain indices … 176 …opus_int32 gain_Q16[ MAX_NB_SUBFR ], /* I/O gains (quantized out) … 184 …opus_int32 gain_Q16[ MAX_NB_SUBFR ], /* O quantized gains … 185 …const opus_int8 ind[ MAX_NB_SUBFR ], /* I gain indices … 193 …const opus_int8 ind[ MAX_NB_SUBFR ], /* I gain indices … 208 …opus_int16 B_Q14[ MAX_NB_SUBFR * LTP_ORDER ], /* I/O (un)quantized LTP … 209 …opus_int8 cbk_index[ MAX_NB_SUBFR ], /* O Codebook Index … 212 …const opus_int32 W_Q18[ MAX_NB_SUBFR*LTP_ORDER*LTP_ORDER ], /* I Error Weights in Q… 252 …const opus_int16 LTPCoef_Q14[ LTP_ORDER * MAX_NB_SUBFR ], /* I Long term predicti… 253 …const opus_int16 AR2_Q13[ MAX_NB_SUBFR * MAX_SHAPE_LPC_ORDER ], /* I Noise shaping coef… [all …]
|
D | gain_quant.c | 40 …opus_int8 ind[ MAX_NB_SUBFR ], /* O gain indices … in silk_gains_quant() 41 …opus_int32 gain_Q16[ MAX_NB_SUBFR ], /* I/O gains (quantized out) … in silk_gains_quant() 94 …opus_int32 gain_Q16[ MAX_NB_SUBFR ], /* O quantized gains … in silk_gains_dequant() 95 …const opus_int8 ind[ MAX_NB_SUBFR ], /* I gain indices … in silk_gains_dequant() 128 …const opus_int8 ind[ MAX_NB_SUBFR ], /* I gain indices … in silk_gains_ID()
|
D | decoder_set_fs.c | 44 silk_assert( psDec->nb_subfr == MAX_NB_SUBFR || psDec->nb_subfr == MAX_NB_SUBFR/2 ); in silk_decoder_set_fs() 60 if( psDec->nb_subfr == MAX_NB_SUBFR ) { in silk_decoder_set_fs() 66 if( psDec->nb_subfr == MAX_NB_SUBFR ) { in silk_decoder_set_fs()
|
D | quant_LTP_gains.c | 36 …opus_int16 B_Q14[ MAX_NB_SUBFR * LTP_ORDER ], /* I/O (un)quantized LTP … in silk_quant_LTP_gains() 37 …opus_int8 cbk_index[ MAX_NB_SUBFR ], /* O Codebook Index … in silk_quant_LTP_gains() 40 …const opus_int32 W_Q18[ MAX_NB_SUBFR*LTP_ORDER*LTP_ORDER ], /* I Error Weights in Q… in silk_quant_LTP_gains() 48 opus_int8 temp_idx[ MAX_NB_SUBFR ]; in silk_quant_LTP_gains()
|
D | NSQ.c | 46 const opus_int32 Gains_Q16[ MAX_NB_SUBFR ], /* I */ 47 const opus_int pitchL[ MAX_NB_SUBFR ], /* I Pitch lag */ 84 …const opus_int16 LTPCoef_Q14[ LTP_ORDER * MAX_NB_SUBFR ], /* I Long term predicti… in silk_NSQ_c() 85 …const opus_int16 AR2_Q13[ MAX_NB_SUBFR * MAX_SHAPE_LPC_ORDER ], /* I Noise shaping coef… in silk_NSQ_c() 86 …const opus_int HarmShapeGain_Q14[ MAX_NB_SUBFR ], /* I Long term shaping … in silk_NSQ_c() 87 …const opus_int Tilt_Q14[ MAX_NB_SUBFR ], /* I Spectral tilt … in silk_NSQ_c() 88 …const opus_int32 LF_shp_Q14[ MAX_NB_SUBFR ], /* I Low frequency shap… in silk_NSQ_c() 89 …const opus_int32 Gains_Q16[ MAX_NB_SUBFR ], /* I Quantization step … in silk_NSQ_c() 90 …const opus_int pitchL[ MAX_NB_SUBFR ], /* I Pitch lags … in silk_NSQ_c() 365 const opus_int32 Gains_Q16[ MAX_NB_SUBFR ], /* I */ in silk_nsq_scale_states() [all …]
|
D | structs.h | 116 opus_int8 GainsIndices[ MAX_NB_SUBFR ]; 117 opus_int8 LTPIndex[ MAX_NB_SUBFR ]; 314 opus_int pitchL[ MAX_NB_SUBFR ]; 315 opus_int32 Gains_Q16[ MAX_NB_SUBFR ]; 318 opus_int16 LTPCoef_Q14[ LTP_ORDER * MAX_NB_SUBFR ];
|
D | NSQ_del_dec.c | 76 const opus_int32 Gains_Q16[ MAX_NB_SUBFR ], /* I */ 77 const opus_int pitchL[ MAX_NB_SUBFR ], /* I Pitch lag */ 122 …const opus_int16 LTPCoef_Q14[ LTP_ORDER * MAX_NB_SUBFR ], /* I Long term predicti… in silk_NSQ_del_dec_c() 123 …const opus_int16 AR2_Q13[ MAX_NB_SUBFR * MAX_SHAPE_LPC_ORDER ], /* I Noise shaping coef… in silk_NSQ_del_dec_c() 124 …const opus_int HarmShapeGain_Q14[ MAX_NB_SUBFR ], /* I Long term shaping … in silk_NSQ_del_dec_c() 125 …const opus_int Tilt_Q14[ MAX_NB_SUBFR ], /* I Spectral tilt … in silk_NSQ_del_dec_c() 126 …const opus_int32 LF_shp_Q14[ MAX_NB_SUBFR ], /* I Low frequency shap… in silk_NSQ_del_dec_c() 127 …const opus_int32 Gains_Q16[ MAX_NB_SUBFR ], /* I Quantization step … in silk_NSQ_del_dec_c() 128 …const opus_int pitchL[ MAX_NB_SUBFR ], /* I Pitch lags … in silk_NSQ_del_dec_c() 641 const opus_int32 Gains_Q16[ MAX_NB_SUBFR ], /* I */ in silk_nsq_del_dec_scale_states() [all …]
|
D | define.h | 85 #define MAX_NB_SUBFR 4 macro 91 #define MAX_FRAME_LENGTH_MS ( SUB_FRAME_LENGTH_MS * MAX_NB_SUBFR )
|