/external/libopus/silk/x86/ |
D | main_sse.h | 95 …const opus_int16 LTPCoef_Q14[ LTP_ORDER * MAX_NB_SUBFR ], /* I Long term predicti… 96 …const opus_int16 AR2_Q13[ MAX_NB_SUBFR * MAX_SHAPE_LPC_ORDER ], /* I Noise shaping coef… 97 …const opus_int HarmShapeGain_Q14[ MAX_NB_SUBFR ], /* I Long term shaping … 98 …const opus_int Tilt_Q14[ MAX_NB_SUBFR ], /* I Spectral tilt … 99 …const opus_int32 LF_shp_Q14[ MAX_NB_SUBFR ], /* I Low frequency shap… 100 …const opus_int32 Gains_Q16[ MAX_NB_SUBFR ], /* I Quantization step … 101 …const opus_int pitchL[ MAX_NB_SUBFR ], /* I Pitch lags … 122 …const opus_int16 LTPCoef_Q14[ LTP_ORDER * MAX_NB_SUBFR ], /* I Long term predicti… 123 …const opus_int16 AR2_Q13[ MAX_NB_SUBFR * MAX_SHAPE_LPC_ORDER ], /* I Noise shaping coef… 124 …const opus_int HarmShapeGain_Q14[ MAX_NB_SUBFR ], /* I Long term shaping … [all …]
|
D | x86_silk_map.c | 77 …const opus_int16 LTPCoef_Q14[ LTP_ORDER * MAX_NB_SUBFR ], /* I Long term predicti… 78 …const opus_int16 AR2_Q13[ MAX_NB_SUBFR * MAX_SHAPE_LPC_ORDER ], /* I Noise shaping coef… 79 …const opus_int HarmShapeGain_Q14[ MAX_NB_SUBFR ], /* I Long term shaping … 80 …const opus_int Tilt_Q14[ MAX_NB_SUBFR ], /* I Spectral tilt … 81 …const opus_int32 LF_shp_Q14[ MAX_NB_SUBFR ], /* I Low frequency shap… 82 …const opus_int32 Gains_Q16[ MAX_NB_SUBFR ], /* I Quantization step … 83 …const opus_int pitchL[ MAX_NB_SUBFR ], /* I Pitch lags … 125 …const opus_int16 LTPCoef_Q14[ LTP_ORDER * MAX_NB_SUBFR ], /* I Long term predicti… 126 …const opus_int16 AR2_Q13[ MAX_NB_SUBFR * MAX_SHAPE_LPC_ORDER ], /* I Noise shaping coef… 127 …const opus_int HarmShapeGain_Q14[ MAX_NB_SUBFR ], /* I Long term shaping … [all …]
|
D | NSQ_sse4_1.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() 611 const opus_int32 Gains_Q16[ MAX_NB_SUBFR ], /* I */ in silk_nsq_scale_states_sse4_1() [all …]
|
/external/libopus/silk/arm/ |
D | NSQ_del_dec_arm.h | 38 const opus_int16 LTPCoef_Q14[LTP_ORDER * MAX_NB_SUBFR], 39 const opus_int16 AR_Q13[MAX_NB_SUBFR * MAX_SHAPE_LPC_ORDER], 40 const opus_int HarmShapeGain_Q14[MAX_NB_SUBFR], 41 const opus_int Tilt_Q14[MAX_NB_SUBFR], 42 const opus_int32 LF_shp_Q14[MAX_NB_SUBFR], 43 const opus_int32 Gains_Q16[MAX_NB_SUBFR], 44 const opus_int pitchL[MAX_NB_SUBFR], const opus_int Lambda_Q10, 69 const opus_int16 LTPCoef_Q14[LTP_ORDER * MAX_NB_SUBFR], 70 const opus_int16 AR_Q13[MAX_NB_SUBFR * MAX_SHAPE_LPC_ORDER], 71 const opus_int HarmShapeGain_Q14[MAX_NB_SUBFR], [all …]
|
D | arm_silk_map.c | 71 …const opus_int16 LTPCoef_Q14[ LTP_ORDER * MAX_NB_SUBFR ], /* I Long term predicti… 72 …const opus_int16 AR_Q13[ MAX_NB_SUBFR * MAX_SHAPE_LPC_ORDER ], /* I Noise shaping coefs… 73 …const opus_int HarmShapeGain_Q14[ MAX_NB_SUBFR ], /* I Long term shaping … 74 …const opus_int Tilt_Q14[ MAX_NB_SUBFR ], /* I Spectral tilt … 75 …const opus_int32 LF_shp_Q14[ MAX_NB_SUBFR ], /* I Low frequency shap… 76 …const opus_int32 Gains_Q16[ MAX_NB_SUBFR ], /* I Quantization step … 77 …const opus_int pitchL[ MAX_NB_SUBFR ], /* I Pitch lags …
|
/external/libopus/silk/float/ |
D | structs_FLP.h | 66 silk_float Gains[ MAX_NB_SUBFR ]; 68 silk_float LTPCoef[LTP_ORDER * MAX_NB_SUBFR]; 70 opus_int pitchL[ MAX_NB_SUBFR ]; 73 silk_float AR[ MAX_NB_SUBFR * MAX_SHAPE_LPC_ORDER ]; 74 silk_float LF_MA_shp[ MAX_NB_SUBFR ]; 75 silk_float LF_AR_shp[ MAX_NB_SUBFR ]; 76 silk_float Tilt[ MAX_NB_SUBFR ]; 77 silk_float HarmShapeGain[ MAX_NB_SUBFR ]; 85 … silk_float ResNrg[ MAX_NB_SUBFR ]; /* Residual energy per subframe */ 88 opus_int32 GainsUnq_Q16[ MAX_NB_SUBFR ];
|
D | wrappers_FLP.c | 107 opus_int32 Gains_Q16[ MAX_NB_SUBFR ]; in silk_NSQ_wrapper_FLP() 109 opus_int16 LTPCoef_Q14[ LTP_ORDER * MAX_NB_SUBFR ]; in silk_NSQ_wrapper_FLP() 113 opus_int16 AR_Q13[ MAX_NB_SUBFR * MAX_SHAPE_LPC_ORDER ]; in silk_NSQ_wrapper_FLP() 114 …opus_int32 LF_shp_Q14[ MAX_NB_SUBFR ]; /* Packs two int16 coefficients per int32 value … in silk_NSQ_wrapper_FLP() 116 opus_int Tilt_Q14[ MAX_NB_SUBFR ]; in silk_NSQ_wrapper_FLP() 117 opus_int HarmShapeGain_Q14[ MAX_NB_SUBFR ]; in silk_NSQ_wrapper_FLP() 176 …silk_float B[ MAX_NB_SUBFR * LTP_ORDER ], /* O Quantized LTP gains … in silk_quant_LTP_gains_FLP() 177 …opus_int8 cbk_index[ MAX_NB_SUBFR ], /* O Codebook index … in silk_quant_LTP_gains_FLP() 181 …const silk_float XX[ MAX_NB_SUBFR * LTP_ORDER * LTP_ORDER ], /* I Correlation ma… in silk_quant_LTP_gains_FLP() 182 …const silk_float xX[ MAX_NB_SUBFR * LTP_ORDER ], /* I Correlation vector … in silk_quant_LTP_gains_FLP() [all …]
|
D | main_FLP.h | 146 …silk_float XX[ MAX_NB_SUBFR * LTP_ORDER * LTP_ORDER ], /* O Weight for LTP… 147 …silk_float xX[ MAX_NB_SUBFR * LTP_ORDER ], /* O Weight for LTP quantiz… 149 …const opus_int lag[ MAX_NB_SUBFR ], /* I LTP lags … 157 …const silk_float B[ LTP_ORDER * MAX_NB_SUBFR ], /* I LTP coefficients for e… 158 …const opus_int pitchL[ MAX_NB_SUBFR ], /* I Pitch lags … 159 …const silk_float invGains[ MAX_NB_SUBFR ], /* I Inverse quantization g… 168 …silk_float nrgs[ MAX_NB_SUBFR ], /* O Residual energy per su… 188 …silk_float B[ MAX_NB_SUBFR * LTP_ORDER ], /* O Quantized LTP gains … 189 …opus_int8 cbk_index[ MAX_NB_SUBFR ], /* O Codebook index … 193 …const silk_float XX[ MAX_NB_SUBFR * LTP_ORDER * LTP_ORDER ], /* I Correlation ma… [all …]
|
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 | find_LTP_FLP.c | 36 …silk_float XX[ MAX_NB_SUBFR * LTP_ORDER * LTP_ORDER ], /* O Weight for LTP… in silk_find_LTP_FLP() 37 …silk_float xX[ MAX_NB_SUBFR * LTP_ORDER ], /* O Weight for LTP quantiz… in silk_find_LTP_FLP() 39 …const opus_int lag[ MAX_NB_SUBFR ], /* I LTP lags … in silk_find_LTP_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 XXLTP[ MAX_NB_SUBFR * LTP_ORDER * LTP_ORDER ]; in silk_find_pred_coefs_FLP() 45 silk_float xXLTP[ MAX_NB_SUBFR * LTP_ORDER ]; in silk_find_pred_coefs_FLP() 46 silk_float invGains[ MAX_NB_SUBFR ]; in silk_find_pred_coefs_FLP() 49 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/fixed/ |
D | structs_FIX.h | 68 opus_int32 Gains_Q16[ MAX_NB_SUBFR ]; 70 opus_int16 LTPCoef_Q14[ LTP_ORDER * MAX_NB_SUBFR ]; 72 opus_int pitchL[ MAX_NB_SUBFR ]; 76 silk_DWORD_ALIGN opus_int16 AR_Q13[ MAX_NB_SUBFR * MAX_SHAPE_LPC_ORDER ]; 77 …opus_int32 LF_shp_Q14[ MAX_NB_SUBFR ]; /* Packs two int16 coefficient… 78 opus_int Tilt_Q14[ MAX_NB_SUBFR ]; 79 opus_int HarmShapeGain_Q14[ MAX_NB_SUBFR ]; 87 …opus_int32 ResNrg[ MAX_NB_SUBFR ]; /* Residual energy per subfram… 88 …opus_int ResNrgQ[ MAX_NB_SUBFR ]; /* Q domain for the residual e… 91 opus_int32 GainsUnq_Q16[ MAX_NB_SUBFR ];
|
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 celt_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 | 163 …opus_int32 XXLTP_Q17[ MAX_NB_SUBFR * LTP_ORDER * LTP_ORDER ], /* O Correla… 164 …opus_int32 xXLTP_Q17[ MAX_NB_SUBFR * LTP_ORDER ], /* O Correlation vector… 166 …const opus_int lag[ MAX_NB_SUBFR ], /* I LTP lags … 175 …const opus_int16 LTPCoef_Q14[ LTP_ORDER * MAX_NB_SUBFR ],/* I LTP_ORDER LTP coef… 176 …const opus_int pitchL[ MAX_NB_SUBFR ], /* I Pitch lag, one for… 177 …const opus_int32 invGains_Q16[ MAX_NB_SUBFR ], /* I Inverse quantizati… 186 …opus_int32 nrgs[ MAX_NB_SUBFR ], /* O Residual energy per subf… 187 …opus_int nrgsQ[ MAX_NB_SUBFR ], /* O Q value per subframe … 190 …const opus_int32 gains[ MAX_NB_SUBFR ], /* I Quantization gains…
|
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_LTP_FIX.c | 36 …opus_int32 XXLTP_Q17[ MAX_NB_SUBFR * LTP_ORDER * LTP_ORDER ], /* O Correla… in silk_find_LTP_FIX() 37 …opus_int32 xXLTP_Q17[ MAX_NB_SUBFR * LTP_ORDER ], /* O Correlation vector… in silk_find_LTP_FIX() 39 …const opus_int lag[ MAX_NB_SUBFR ], /* I LTP lags … in silk_find_LTP_FIX()
|
/external/libopus/silk/ |
D | main.h | 179 …opus_int8 ind[ MAX_NB_SUBFR ], /* O gain indices … 180 …opus_int32 gain_Q16[ MAX_NB_SUBFR ], /* I/O gains (quantized out) … 188 …opus_int32 gain_Q16[ MAX_NB_SUBFR ], /* O quantized gains … 189 …const opus_int8 ind[ MAX_NB_SUBFR ], /* I gain indices … 197 …const opus_int8 ind[ MAX_NB_SUBFR ], /* I gain indices … 212 …opus_int16 B_Q14[ MAX_NB_SUBFR * LTP_ORDER ], /* O Quantized LTP gain… 213 …opus_int8 cbk_index[ MAX_NB_SUBFR ], /* O Codebook Index … 217 …const opus_int32 XX_Q17[ MAX_NB_SUBFR*LTP_ORDER*LTP_ORDER ], /* I Correlation matrix… 218 …const opus_int32 xX_Q17[ MAX_NB_SUBFR*LTP_ORDER ], /* I Correlation vector… 256 …const opus_int16 LTPCoef_Q14[ LTP_ORDER * MAX_NB_SUBFR ], /* I Long term predicti… [all …]
|
D | quant_LTP_gains.c | 36 …opus_int16 B_Q14[ MAX_NB_SUBFR * LTP_ORDER ], /* O Quantized LTP gain… in silk_quant_LTP_gains() 37 …opus_int8 cbk_index[ MAX_NB_SUBFR ], /* O Codebook Index … in silk_quant_LTP_gains() 41 …const opus_int32 XX_Q17[ MAX_NB_SUBFR*LTP_ORDER*LTP_ORDER ], /* I Correlation matrix… in silk_quant_LTP_gains() 42 …const opus_int32 xX_Q17[ MAX_NB_SUBFR*LTP_ORDER ], /* I Correlation vector… in silk_quant_LTP_gains() 49 opus_int8 temp_idx[ MAX_NB_SUBFR ]; in silk_quant_LTP_gains()
|
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() 95 …opus_int32 gain_Q16[ MAX_NB_SUBFR ], /* O quantized gains … in silk_gains_dequant() 96 …const opus_int8 ind[ MAX_NB_SUBFR ], /* I gain indices … in silk_gains_dequant() 129 …const opus_int8 ind[ MAX_NB_SUBFR ], /* I gain indices … in silk_gains_ID()
|
D | decoder_set_fs.c | 44 celt_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 | 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 AR_Q13[ MAX_NB_SUBFR * MAX_SHAPE_LPC_ORDER ], /* I Noise shaping coefs… 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() 377 const opus_int32 Gains_Q16[ MAX_NB_SUBFR ], /* I */ in silk_nsq_scale_states() [all …]
|
D | structs.h | 119 opus_int8 GainsIndices[ MAX_NB_SUBFR ]; 120 opus_int8 LTPIndex[ MAX_NB_SUBFR ]; 316 opus_int pitchL[ MAX_NB_SUBFR ]; 317 opus_int32 Gains_Q16[ MAX_NB_SUBFR ]; 320 opus_int16 LTPCoef_Q14[ LTP_ORDER * MAX_NB_SUBFR ];
|
D | NSQ_del_dec.c | 78 const opus_int32 Gains_Q16[ MAX_NB_SUBFR ], /* I */ 79 const opus_int pitchL[ MAX_NB_SUBFR ], /* I Pitch lag */ 124 …const opus_int16 LTPCoef_Q14[ LTP_ORDER * MAX_NB_SUBFR ], /* I Long term predicti… in silk_NSQ_del_dec_c() 125 …const opus_int16 AR_Q13[ MAX_NB_SUBFR * MAX_SHAPE_LPC_ORDER ], /* I Noise shaping coefs… in silk_NSQ_del_dec_c() 126 …const opus_int HarmShapeGain_Q14[ MAX_NB_SUBFR ], /* I Long term shaping … in silk_NSQ_del_dec_c() 127 …const opus_int Tilt_Q14[ MAX_NB_SUBFR ], /* I Spectral tilt … in silk_NSQ_del_dec_c() 128 …const opus_int32 LF_shp_Q14[ MAX_NB_SUBFR ], /* I Low frequency shap… in silk_NSQ_del_dec_c() 129 …const opus_int32 Gains_Q16[ MAX_NB_SUBFR ], /* I Quantization step … in silk_NSQ_del_dec_c() 130 …const opus_int pitchL[ MAX_NB_SUBFR ], /* I Pitch lags … in silk_NSQ_del_dec_c() 662 const opus_int32 Gains_Q16[ MAX_NB_SUBFR ], /* I */ in silk_nsq_del_dec_scale_states() [all …]
|