/external/libopus/silk/ |
D | main.h | 52 …opus_int16 x1[], /* I/O Left input signal, becomes mid… 53 …opus_int16 x2[], /* I/O Right input signal, becomes si… 67 …opus_int16 x1[], /* I/O Left input signal, becomes mid… 68 …opus_int16 x2[], /* I/O Right input signal, becomes si… 77 …const opus_int16 x[], /* I Basis signal … 78 …const opus_int16 y[], /* I Target signal … 127 …opus_int16 pulses[], /* I/O pulse signal … 172 …opus_int16 *pulses0, /* O data: nonnegative pulse amplit… 203 …opus_int16 xi[ MAX_LPC_ORDER ], /* O interpolated vector … 204 …const opus_int16 x0[ MAX_LPC_ORDER ], /* I first vector … [all …]
|
D | structs.h | 46 …opus_int16 xq[ 2 * MAX_FRAME_LENGTH ]; /* Buffer for quantized output s… 69 …opus_int16 HPstate; /* State of differentiator in the lowe… 86 const opus_int16 nVectors; 87 const opus_int16 order; 88 const opus_int16 quantStepSize_Q16; 89 const opus_int16 invQuantStepSize_Q6; 91 const opus_int16 *CB1_Wght_Q9; 97 const opus_int16 *deltaMin_Q15; 101 opus_int16 pred_prev_Q13[ 2 ]; 102 opus_int16 sMid[ 2 ]; [all …]
|
D | SigProc_FIX.h | 74 …opus_int16 out[], /* O Output signal … 75 …const opus_int16 in[], /* I Input signal … 84 …opus_int16 *out, /* O Output signal [ len ] … 85 …const opus_int16 *in, /* I Input signal [ floor(len/2) ] … 94 …opus_int16 *out, /* O Output signal [ floor(2*inLen/3) ] … 95 …const opus_int16 *in, /* I Input signal [ inLen ] … 105 …const opus_int16 *in, /* I input signal … 109 …opus_int16 *out, /* O output signal … 114 …const opus_int16 *in, /* I input signal … 118 …opus_int16 *out, /* O output signal … [all …]
|
D | resampler_rom.h | 45 static const opus_int16 silk_resampler_down2_0 = 9872; 46 static const opus_int16 silk_resampler_down2_1 = 39809 - 65536; 49 static const opus_int16 silk_resampler_up2_hq_0[ 3 ] = { 1746, 14986, 39083 - 65536 }; 50 static const opus_int16 silk_resampler_up2_hq_1[ 3 ] = { 6854, 25769, 55542 - 65536 }; 53 extern const opus_int16 silk_Resampler_3_4_COEFS[ 2 + 3 * RESAMPLER_DOWN_ORDER_FIR0 / 2 ]; 54 extern const opus_int16 silk_Resampler_2_3_COEFS[ 2 + 2 * RESAMPLER_DOWN_ORDER_FIR0 / 2 ]; 55 extern const opus_int16 silk_Resampler_1_2_COEFS[ 2 + RESAMPLER_DOWN_ORDER_FIR1 / 2 ]; 56 extern const opus_int16 silk_Resampler_1_3_COEFS[ 2 + RESAMPLER_DOWN_ORDER_FIR2 / 2 ]; 57 extern const opus_int16 silk_Resampler_1_4_COEFS[ 2 + RESAMPLER_DOWN_ORDER_FIR2 / 2 ]; 58 extern const opus_int16 silk_Resampler_1_6_COEFS[ 2 + RESAMPLER_DOWN_ORDER_FIR2 / 2 ]; [all …]
|
D | MacroCount.h | 88 …ret = (a32 >> 16) * (opus_int32)((opus_int16)b32) + (((a32 & 0x0000FFFF) * (opus_int32)((opus_int1… in silk_SMULWB() 95 …((a32) + ((((b32) >> 16) * (opus_int32)((opus_int16)(c32))) + ((((b32) & 0x0000FFFF) * (opus_int32… in silk_SMLAWB() 118 ret = (opus_int32)((opus_int16)a32) * (opus_int32)((opus_int16)b32); in silk_SMULBB() 125 ret = a32 + (opus_int32)((opus_int16)b32) * (opus_int32)((opus_int16)c32); in silk_SMLABB() 133 ret = ((opus_int32)((opus_int16)a32)) * (b32 >> 16); in silk_SMULBT() 141 ret = a32 + ((opus_int32)((opus_int16)b32)) * (c32 >> 16); in silk_SMLABT() 197 static OPUS_INLINE opus_int64 silk_SMLALBB(opus_int64 a64, opus_int16 b16, opus_int16 c16){ in silk_SMLALBB() 205 static OPUS_INLINE opus_int32 SigProcFIX_CLZ16(opus_int16 in16) in SigProcFIX_CLZ16() 248 return SigProcFIX_CLZ16((opus_int16)(in32 >> 16)); in SigProcFIX_CLZ32() 250 return SigProcFIX_CLZ16((opus_int16)in32) + 16; in SigProcFIX_CLZ32() [all …]
|
D | stereo_LR_to_MS.c | 38 …opus_int16 x1[], /* I/O Left input signal, becomes mid… in silk_stereo_LR_to_MS() 39 …opus_int16 x2[], /* I/O Right input signal, becomes si… in silk_stereo_LR_to_MS() 53 VARDECL( opus_int16, side ); in silk_stereo_LR_to_MS() 54 VARDECL( opus_int16, LP_mid ); in silk_stereo_LR_to_MS() 55 VARDECL( opus_int16, HP_mid ); in silk_stereo_LR_to_MS() 56 VARDECL( opus_int16, LP_side ); in silk_stereo_LR_to_MS() 57 VARDECL( opus_int16, HP_side ); in silk_stereo_LR_to_MS() 58 opus_int16 *mid = &x1[ -2 ]; in silk_stereo_LR_to_MS() 61 ALLOC( side, frame_length + 2, opus_int16 ); in silk_stereo_LR_to_MS() 66 mid[ n ] = (opus_int16)silk_RSHIFT_ROUND( sum, 1 ); in silk_stereo_LR_to_MS() [all …]
|
D | resampler_private.h | 47 opus_int16 out[], /* O Output signal */ 48 const opus_int16 in[], /* I Input signal */ 55 opus_int16 out[], /* O Output signal */ 56 const opus_int16 in[], /* I Input signal */ 63 opus_int16 *out, /* O Output signal [ 2 * len ] */ 64 const opus_int16 *in, /* I Input signal [ len ] */ 71 opus_int16 *out, /* O Output signal [ 2 * len ] */ 72 const opus_int16 *in, /* I Input signal [ len ] */ 80 const opus_int16 in[], /* I Input signal */ 81 const opus_int16 A_Q14[], /* I AR coefficients, Q14 */
|
D | resampler_private_IIR_FIR.c | 36 static OPUS_INLINE opus_int16 *silk_resampler_private_IIR_FIR_INTERPOL( in silk_resampler_private_IIR_FIR_INTERPOL() 37 opus_int16 *out, in silk_resampler_private_IIR_FIR_INTERPOL() 38 opus_int16 *buf, in silk_resampler_private_IIR_FIR_INTERPOL() 44 opus_int16 *buf_ptr; in silk_resampler_private_IIR_FIR_INTERPOL() 60 *out++ = (opus_int16)silk_SAT16( silk_RSHIFT_ROUND( res_Q15, 15 ) ); in silk_resampler_private_IIR_FIR_INTERPOL() 67 opus_int16 out[], /* O Output signal */ in silk_resampler_private_IIR_FIR() 68 const opus_int16 in[], /* I Input signal */ in silk_resampler_private_IIR_FIR() 75 VARDECL( opus_int16, buf ); in silk_resampler_private_IIR_FIR() 78 ALLOC( buf, 2 * S->batchSize + RESAMPLER_ORDER_FIR_12, opus_int16 ); in silk_resampler_private_IIR_FIR() 81 silk_memcpy( buf, S->sFIR.i16, RESAMPLER_ORDER_FIR_12 * sizeof( opus_int16 ) ); in silk_resampler_private_IIR_FIR() [all …]
|
D | resampler_rom.c | 43 silk_DWORD_ALIGN const opus_int16 silk_Resampler_3_4_COEFS[ 2 + 3 * RESAMPLER_DOWN_ORDER_FIR0 / 2 ]… 50 silk_DWORD_ALIGN const opus_int16 silk_Resampler_2_3_COEFS[ 2 + 2 * RESAMPLER_DOWN_ORDER_FIR0 / 2 ]… 56 silk_DWORD_ALIGN const opus_int16 silk_Resampler_1_2_COEFS[ 2 + RESAMPLER_DOWN_ORDER_FIR1 / 2 ] = { 61 silk_DWORD_ALIGN const opus_int16 silk_Resampler_1_3_COEFS[ 2 + RESAMPLER_DOWN_ORDER_FIR2 / 2 ] = { 66 silk_DWORD_ALIGN const opus_int16 silk_Resampler_1_4_COEFS[ 2 + RESAMPLER_DOWN_ORDER_FIR2 / 2 ] = { 71 silk_DWORD_ALIGN const opus_int16 silk_Resampler_1_6_COEFS[ 2 + RESAMPLER_DOWN_ORDER_FIR2 / 2 ] = { 76 silk_DWORD_ALIGN const opus_int16 silk_Resampler_2_3_COEFS_LQ[ 2 + 2 * 2 ] = { 83 silk_DWORD_ALIGN const opus_int16 silk_resampler_frac_FIR_12[ 12 ][ RESAMPLER_ORDER_FIR_12 / 2 ] = {
|
D | macros.h | 44 #define silk_SMULWB(a32, b32) ((opus_int32)(((a32) * (opus_int64)((opus_int16)(b32))) >>… 46 … ((((a32) >> 16) * (opus_int32)((opus_int16)(b32))) + ((((a32) & 0x0000FFFF) * (opus_int32… 51 #define silk_SMLAWB(a32, b32, c32) ((opus_int32)((a32) + (((b32) * (opus_int64)((opus_int16)(… 53 …((a32) + ((((b32) >> 16) * (opus_int32)((opus_int16)(c32))) + ((((b32) & 0x0000FFFF) * (opus_int32… 71 …efine silk_SMULBB(a32, b32) ((opus_int32)((opus_int16)(a32)) * (opus_int32)((opus_int16… 74 …k_SMLABB(a32, b32, c32) ((a32) + ((opus_int32)((opus_int16)(b32))) * (opus_int32)((opus_int1… 77 #define silk_SMULBT(a32, b32) ((opus_int32)((opus_int16)(a32)) * ((b32) >> 16)) 80 #define silk_SMLABT(a32, b32, c32) ((a32) + ((opus_int32)((opus_int16)(b32))) * ((c32) >> 16)) 132 static OPUS_INLINE opus_int32 silk_CLZ16(opus_int16 in16) in silk_CLZ16()
|
D | NLSF_decode.c | 36 …opus_int16 x_Q10[], /* O Output [ order ] … in silk_NLSF_residual_dequant() 40 …const opus_int16 order /* I Number of input values … in silk_NLSF_residual_dequant() 47 pred_Q10 = silk_RSHIFT( silk_SMULBB( out_Q10, (opus_int16)pred_coef_Q8[ i ] ), 8 ); in silk_NLSF_residual_dequant() 64 …opus_int16 *pNLSF_Q15, /* O Quantized NLSF vector [ LPC_ORDER ] … in silk_NLSF_decode() 71 opus_int16 ec_ix[ MAX_LPC_ORDER ]; in silk_NLSF_decode() 72 opus_int16 res_Q10[ MAX_LPC_ORDER ]; in silk_NLSF_decode() 75 const opus_int16 *pCB_Wght_Q9; in silk_NLSF_decode() 87 …_16( silk_LSHIFT( (opus_int32)res_Q10[ i ], 14 ), pCB_Wght_Q9[ i ] ), (opus_int16)pCB_element[ i ]… in silk_NLSF_decode() 88 pNLSF_Q15[ i ] = (opus_int16)silk_LIMIT( NLSF_Q15_tmp, 0, 32767 ); in silk_NLSF_decode()
|
D | stereo_MS_to_LR.c | 37 …opus_int16 x1[], /* I/O Left input signal, becomes mid… in silk_stereo_MS_to_LR() 38 …opus_int16 x2[], /* I/O Right input signal, becomes si… in silk_stereo_MS_to_LR() 48 silk_memcpy( x1, state->sMid, 2 * sizeof( opus_int16 ) ); in silk_stereo_MS_to_LR() 49 silk_memcpy( x2, state->sSide, 2 * sizeof( opus_int16 ) ); in silk_stereo_MS_to_LR() 50 silk_memcpy( state->sMid, &x1[ frame_length ], 2 * sizeof( opus_int16 ) ); in silk_stereo_MS_to_LR() 51 silk_memcpy( state->sSide, &x2[ frame_length ], 2 * sizeof( opus_int16 ) ); in silk_stereo_MS_to_LR() 65 x2[ n + 1 ] = (opus_int16)silk_SAT16( silk_RSHIFT_ROUND( sum, 8 ) ); in silk_stereo_MS_to_LR() 73 x2[ n + 1 ] = (opus_int16)silk_SAT16( silk_RSHIFT_ROUND( sum, 8 ) ); in silk_stereo_MS_to_LR() 82 x1[ n + 1 ] = (opus_int16)silk_SAT16( sum ); in silk_stereo_MS_to_LR() 83 x2[ n + 1 ] = (opus_int16)silk_SAT16( diff ); in silk_stereo_MS_to_LR()
|
D | PLC.c | 37 static const opus_int16 HARM_ATT_Q15[NB_ATT] = { 32440, 31130 }; /* 0.99, 0.95 */ 38 static const opus_int16 PLC_RAND_ATTENUATE_V_Q15[NB_ATT] = { 31130, 26214 }; /* 0.95, 0.8 */ 39 static const opus_int16 PLC_RAND_ATTENUATE_UV_Q15[NB_ATT] = { 32440, 29491 }; /* 0.99, 0.9 */ 49 opus_int16 frame[], /* O LPC residual signal */ 68 opus_int16 frame[], /* I/O signal */ in silk_PLC() 125 LTP_ORDER * sizeof( opus_int16 ) ); in silk_PLC_update() 131 silk_memset( psPLC->LTPCoef_Q14, 0, LTP_ORDER * sizeof( opus_int16 ) ); in silk_PLC_update() 156 silk_memset( psPLC->LTPCoef_Q14, 0, LTP_ORDER * sizeof( opus_int16 )); in silk_PLC_update() 160 …emcpy( psPLC->prevLPC_Q12, psDecCtrl->PredCoef_Q12[ 1 ], psDec->LPC_order * sizeof( opus_int16 ) ); in silk_PLC_update() 174 VARDECL( opus_int16, exc_buf ); in silk_PLC_energy() [all …]
|
D | ana_filt_bank_1.c | 35 static opus_int16 A_fb1_20 = 5394 << 1; 36 static opus_int16 A_fb1_21 = -24290; /* (opus_int16)(20623 << 1) */ 40 …const opus_int16 *in, /* I Input signal [N] … in silk_ana_filt_bank_1() 42 …opus_int16 *outL, /* O Low band [N/2] … in silk_ana_filt_bank_1() 43 …opus_int16 *outH, /* O High band [N/2] … in silk_ana_filt_bank_1() 71 outL[ k ] = (opus_int16)silk_SAT16( silk_RSHIFT_ROUND( silk_ADD32( out_2, out_1 ), 11 ) ); in silk_ana_filt_bank_1() 72 outH[ k ] = (opus_int16)silk_SAT16( silk_RSHIFT_ROUND( silk_SUB32( out_2, out_1 ), 11 ) ); in silk_ana_filt_bank_1()
|
D | process_NLSFs.c | 37 …opus_int16 PredCoef_Q12[ 2 ][ MAX_LPC_ORDER ], /* O Prediction coefficients … in silk_process_NLSFs() 38 …opus_int16 pNLSF_Q15[ MAX_LPC_ORDER ], /* I/O Normalized LSFs (quant out… in silk_process_NLSFs() 39 …const opus_int16 prev_NLSFq_Q15[ MAX_LPC_ORDER ] /* I Previous Normalized LSFs (… in silk_process_NLSFs() 44 opus_int16 i_sqr_Q15; in silk_process_NLSFs() 45 opus_int16 pNLSF0_temp_Q15[ MAX_LPC_ORDER ]; in silk_process_NLSFs() 46 opus_int16 pNLSFW_QW[ MAX_LPC_ORDER ]; in silk_process_NLSFs() 47 opus_int16 pNLSFW0_temp_QW[ MAX_LPC_ORDER ]; in silk_process_NLSFs() 105 …ilk_memcpy( PredCoef_Q12[ 0 ], PredCoef_Q12[ 1 ], psEncC->predictLPCOrder * sizeof( opus_int16 ) ); in silk_process_NLSFs()
|
D | NSQ.c | 40 const opus_int16 x16[], /* I input */ 42 const opus_int16 sLTP[], /* I re-whitened LTP state in Q0 */ 57 opus_int16 xq[], /* O */ 59 const opus_int16 a_Q12[], /* I Short term prediction coefs */ 60 const opus_int16 b_Q14[], /* I Long term prediction coefs */ 61 const opus_int16 AR_shp_Q13[], /* I Noise shaping AR coefs */ 81 …const opus_int16 x16[], /* I Input … in silk_NSQ_c() 83 …const opus_int16 PredCoef_Q12[ 2 * MAX_LPC_ORDER ], /* I Short term predict… in silk_NSQ_c() 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() [all …]
|
/external/libopus/silk/fixed/ |
D | main_FIX.h | 105 …const opus_int16 *pitch_res, /* I LPC residual from … 106 …const opus_int16 *x, /* I Input signal [ fra… 114 …const opus_int16 *input, /* I Input data to corr… 139 …opus_int16 res[], /* O residual … 140 …const opus_int16 x[], /* I Speech signal … 148 …const opus_int16 res_pitch[], /* I Residual from pitc… 149 …const opus_int16 x[], /* I Speech signal … 156 …opus_int16 NLSF_Q15[], /* O NLSFs … 157 …const opus_int16 x[], /* I Input signal … 165 …const opus_int16 r_lpc[], /* I Residual signal af… [all …]
|
D | vector_ops_FIX.c | 37 opus_int16 *data_out, in silk_scale_copy_vector16() 38 const opus_int16 *data_in, in silk_scale_copy_vector16() 48 data_out[ i ] = (opus_int16)silk_CHECK_FIT16( tmp32 ); in silk_scale_copy_vector16() 72 …const opus_int16 *const inVec1, /* I input vector 1 … in silk_inner_prod_aligned() 73 …const opus_int16 *const inVec2, /* I input vector 2 … in silk_inner_prod_aligned() 91 …const opus_int16 *inVec1, /* I input vector 1 … in silk_inner_prod16_aligned_64_c() 92 …const opus_int16 *inVec2, /* I input vector 2 … in silk_inner_prod16_aligned_64_c()
|
/external/libopus/include/ |
D | opus_types.h | 53 typedef int16_t opus_int16; typedef 65 typedef _G_int16 opus_int16; typedef 68 typedef short opus_int16; typedef 75 typedef short opus_int16; typedef 81 typedef __int16 opus_int16; typedef 88 typedef SInt16 opus_int16; typedef 96 typedef int16_t opus_int16; typedef 105 typedef int16 opus_int16; typedef 113 typedef short opus_int16; typedef 121 typedef short opus_int16; typedef [all …]
|
/external/libopus/src/ |
D | mapping_matrix.c | 50 size = rows * (opus_int32)cols * sizeof(opus_int16); in mapping_matrix_get_size() 57 opus_int16 *mapping_matrix_get_data(const MappingMatrix *matrix) in mapping_matrix_get_data() 60 return (opus_int16*)(void*)((char*)matrix + align(sizeof(MappingMatrix))); in mapping_matrix_get_data() 64 int rows, int cols, int gain, const opus_int16 *data, opus_int32 data_size) in mapping_matrix_init() 67 opus_int16 *ptr; in mapping_matrix_init() 72 celt_assert(align(data_size) == align(rows * cols * sizeof(opus_int16))); in mapping_matrix_init() 95 opus_int16* matrix_data; in mapping_matrix_multiply_channel_in_float() 130 opus_int16* matrix_data; in mapping_matrix_multiply_channel_out_float() 158 const opus_int16 *input, in mapping_matrix_multiply_channel_in_short() 166 opus_int16* matrix_data; in mapping_matrix_multiply_channel_in_short() [all …]
|
D | mapping_matrix.h | 53 opus_int16 *mapping_matrix_get_data(const MappingMatrix *matrix); 60 const opus_int16 *data, 88 const opus_int16 *input, 101 opus_int16 *output, 112 extern const opus_int16 mapping_matrix_foa_mixing_data[36]; 115 extern const opus_int16 mapping_matrix_soa_mixing_data[121]; 118 extern const opus_int16 mapping_matrix_toa_mixing_data[324]; 121 extern const opus_int16 mapping_matrix_foa_demixing_data[36]; 124 extern const opus_int16 mapping_matrix_soa_demixing_data[121]; 127 extern const opus_int16 mapping_matrix_toa_demixing_data[324];
|
/external/libopus/silk/x86/ |
D | main_sse.h | 44 …const opus_int16 *in_Q14, /* I input vector to be quantized … 67 …const opus_int16 *in_Q14, /* I input vector to be quantized … 94 …const opus_int16 PredCoef_Q12[ 2 * MAX_LPC_ORDER ], /* I Short term predict… 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… 121 …const opus_int16 PredCoef_Q12[ 2 * MAX_LPC_ORDER ], /* I Short term predict… 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… 148 …const opus_int16 PredCoef_Q12[ 2 * MAX_LPC_ORDER ], /* I Short term predict… 149 …const opus_int16 LTPCoef_Q14[ LTP_ORDER * MAX_NB_SUBFR ], /* I Long term predicti… [all …]
|
D | x86_silk_map.c | 45 const opus_int16 *inVec1, 46 const opus_int16 *inVec2, 60 const opus_int16 pIn[] 76 …const opus_int16 PredCoef_Q12[ 2 * MAX_LPC_ORDER ], /* I Short term predict… 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… 100 …const opus_int16 *in_Q14, /* I input vector to be quantized … 124 …const opus_int16 PredCoef_Q12[ 2 * MAX_LPC_ORDER ], /* I Short term predict… 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… [all …]
|
/external/libopus/silk/arm/ |
D | arm_silk_map.c | 41 …const opus_int16 *in, /* I input signal … 45 …opus_int16 *out, /* O output signal … 55 …const opus_int16 *A_Q12, /* I Prediction coefficients, Q1… 68 …const opus_int16 x16[], /* I Input … 70 …const opus_int16 PredCoef_Q12[ 2 * MAX_LPC_ORDER ], /* I Short term predict… 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… 94 const opus_int32 *data0, opus_int32 *data1, const opus_int16 *coef, 110 …const opus_int16 *input, /* I Input data to corr…
|
/external/libopus/silk/float/ |
D | wrappers_FLP.c | 38 …opus_int16 *NLSF_Q15, /* O NLSF vector [ LPC… in silk_A2NLSF_FLP() 56 …const opus_int16 *NLSF_Q15, /* I NLSF vector [ LPC… in silk_NLSF2A_FLP() 62 opus_int16 a_fix_Q12[ MAX_LPC_ORDER ]; in silk_NLSF2A_FLP() 77 …opus_int16 NLSF_Q15[ MAX_LPC_ORDER ], /* I/O Normalized LSFs (quant… in silk_process_NLSFs_FLP() 78 …const opus_int16 prev_NLSF_Q15[ MAX_LPC_ORDER ] /* I Previous Normalized LS… in silk_process_NLSFs_FLP() 82 opus_int16 PredCoef_Q12[ 2 ][ MAX_LPC_ORDER ]; in silk_process_NLSFs_FLP() 106 opus_int16 x16[ MAX_FRAME_LENGTH ]; in silk_NSQ_wrapper_FLP() 108 silk_DWORD_ALIGN opus_int16 PredCoef_Q12[ 2 ][ MAX_LPC_ORDER ]; 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() [all …]
|