/external/libopus/silk/arm/ |
D | NSQ_del_dec_arm.h | 37 const opus_int16 PredCoef_Q12[2 * MAX_LPC_ORDER], 49 #define silk_NSQ_del_dec(psEncC, NSQ, psIndices, x16, pulses, PredCoef_Q12, \ argument 55 psEncC, NSQ, psIndices, x16, pulses, PredCoef_Q12, LTPCoef_Q14, \ 68 const opus_int16 PredCoef_Q12[2 * MAX_LPC_ORDER], 78 #define silk_NSQ_del_dec(psEncC, NSQ, psIndices, x16, pulses, PredCoef_Q12, \ argument 83 psEncC, NSQ, psIndices, x16, pulses, PredCoef_Q12, LTPCoef_Q14, \ 88 #define silk_NSQ_del_dec(psEncC, NSQ, psIndices, x16, pulses, PredCoef_Q12, \ argument 93 silk_NSQ_del_dec_neon(psEncC, NSQ, psIndices, x16, pulses, PredCoef_Q12, \
|
D | arm_silk_map.c | 70 …const opus_int16 PredCoef_Q12[ 2 * MAX_LPC_ORDER ], /* I Short term predict…
|
D | NSQ_del_dec_neon_intr.c | 223 …const opus_int16 PredCoef_Q12[ 2 * MAX_LPC_ORDER ], /* I Short term predict… in silk_NSQ_del_dec_neon() 245 …silk_NSQ_del_dec_c( psEncC, &NSQ_c, &psIndices_c, x16, pulses_c, PredCoef_Q12, LTPCoef_Q14, AR_Q13… in silk_NSQ_del_dec_neon() 257 …silk_NSQ_del_dec_c( psEncC, NSQ, psIndices, x16, pulses, PredCoef_Q12, LTPCoef_Q14, AR_Q13, HarmSh… in silk_NSQ_del_dec_neon() 333 … A_Q12 = &PredCoef_Q12[ ( ( k >> 1 ) | ( 1 - LSF_interpolation_flag ) ) * MAX_LPC_ORDER ]; in silk_NSQ_del_dec_neon()
|
/external/libopus/silk/x86/ |
D | main_sse.h | 94 …const opus_int16 PredCoef_Q12[ 2 * MAX_LPC_ORDER ], /* I Short term predict… 108 #define silk_NSQ(psEncC, NSQ, psIndices, x_Q3, pulses, PredCoef_Q12, LTPCoef_Q14, AR2_Q13, \ 110 …((void)(arch),silk_NSQ_sse4_1(psEncC, NSQ, psIndices, x_Q3, pulses, PredCoef_Q12, LTPCoef_Q14, AR2… 121 …const opus_int16 PredCoef_Q12[ 2 * MAX_LPC_ORDER ], /* I Short term predict… 133 # define silk_NSQ(psEncC, NSQ, psIndices, x_Q3, pulses, PredCoef_Q12, LTPCoef_Q14, AR2_Q13, \ 135 …((*SILK_NSQ_IMPL[(arch) & OPUS_ARCHMASK])(psEncC, NSQ, psIndices, x_Q3, pulses, PredCoef_Q12, LTPC… 148 …const opus_int16 PredCoef_Q12[ 2 * MAX_LPC_ORDER ], /* I Short term predict… 162 #define silk_NSQ_del_dec(psEncC, NSQ, psIndices, x_Q3, pulses, PredCoef_Q12, LTPCoef_Q14, AR2_Q13, \ 164 …((void)(arch),silk_NSQ_del_dec_sse4_1(psEncC, NSQ, psIndices, x_Q3, pulses, PredCoef_Q12, LTPCoef_… 175 …const opus_int16 PredCoef_Q12[ 2 * MAX_LPC_ORDER ], /* I Short term predict… [all …]
|
D | x86_silk_map.c | 76 …const opus_int16 PredCoef_Q12[ 2 * MAX_LPC_ORDER ], /* I Short term predict… 124 …const opus_int16 PredCoef_Q12[ 2 * MAX_LPC_ORDER ], /* I Short term predict…
|
D | NSQ_sse4_1.c | 79 …const opus_int16 PredCoef_Q12[ 2 * MAX_LPC_ORDER ], /* I Short term predict… in silk_NSQ_sse4_1() 184 A_Q12 = &PredCoef_Q12[ (( k >> 1 ) | ( 1 - LSF_interpolation_flag )) * MAX_LPC_ORDER ]; in silk_NSQ_sse4_1()
|
D | NSQ_del_dec_sse4_1.c | 120 …const opus_int16 PredCoef_Q12[ 2 * MAX_LPC_ORDER ], /* I Short term predict… in silk_NSQ_del_dec_sse4_1() 199 … A_Q12 = &PredCoef_Q12[ ( ( k >> 1 ) | ( 1 - LSF_interpolation_flag ) ) * MAX_LPC_ORDER ]; in silk_NSQ_del_dec_sse4_1()
|
/external/libopus/silk/ |
D | decode_parameters.c | 55 silk_NLSF2A( psDecCtrl->PredCoef_Q12[ 1 ], pNLSF_Q15, psDec->LPC_order, psDec->arch ); in silk_decode_parameters() 72 silk_NLSF2A( psDecCtrl->PredCoef_Q12[ 0 ], pNLSF0_Q15, psDec->LPC_order, psDec->arch ); in silk_decode_parameters() 75 …silk_memcpy( psDecCtrl->PredCoef_Q12[ 0 ], psDecCtrl->PredCoef_Q12[ 1 ], psDec->LPC_order * sizeof… in silk_decode_parameters() 82 silk_bwexpander( psDecCtrl->PredCoef_Q12[ 0 ], psDec->LPC_order, BWE_AFTER_LOSS_Q16 ); in silk_decode_parameters() 83 silk_bwexpander( psDecCtrl->PredCoef_Q12[ 1 ], psDec->LPC_order, BWE_AFTER_LOSS_Q16 ); in silk_decode_parameters()
|
D | process_NLSFs.c | 37 …opus_int16 PredCoef_Q12[ 2 ][ MAX_LPC_ORDER ], /* O Prediction coefficients … in silk_process_NLSFs() 92 silk_NLSF2A( PredCoef_Q12[ 1 ], pNLSF_Q15, psEncC->predictLPCOrder, psEncC->arch ); in silk_process_NLSFs() 100 silk_NLSF2A( PredCoef_Q12[ 0 ], pNLSF0_temp_Q15, psEncC->predictLPCOrder, psEncC->arch ); in silk_process_NLSFs() 105 …silk_memcpy( PredCoef_Q12[ 0 ], PredCoef_Q12[ 1 ], psEncC->predictLPCOrder * sizeof( opus_int16 ) … in silk_process_NLSFs()
|
D | main.h | 255 …const opus_int16 PredCoef_Q12[ 2 * MAX_LPC_ORDER ], /* I Short term predict… 268 #define silk_NSQ(psEncC, NSQ, psIndices, x16, pulses, PredCoef_Q12, LTPCoef_Q14, AR_Q13, \ argument 270 … ((void)(arch),silk_NSQ_c(psEncC, NSQ, psIndices, x16, pulses, PredCoef_Q12, LTPCoef_Q14, AR_Q13, \ 281 …const opus_int16 PredCoef_Q12[ 2 * MAX_LPC_ORDER ], /* I Short term predict… 294 #define silk_NSQ_del_dec(psEncC, NSQ, psIndices, x16, pulses, PredCoef_Q12, LTPCoef_Q14, AR_Q13, \ argument 296 …((void)(arch),silk_NSQ_del_dec_c(psEncC, NSQ, psIndices, x16, pulses, PredCoef_Q12, LTPCoef_Q14, A… 333 …opus_int16 PredCoef_Q12[ 2 ][ MAX_LPC_ORDER ], /* O Prediction coefficients …
|
D | NSQ.c | 83 …const opus_int16 PredCoef_Q12[ 2 * MAX_LPC_ORDER ], /* I Short term predict… in silk_NSQ_c() 128 A_Q12 = &PredCoef_Q12[ (( k >> 1 ) | ( 1 - LSF_interpolation_flag )) * MAX_LPC_ORDER ]; in silk_NSQ_c()
|
D | structs.h | 319 silk_DWORD_ALIGN opus_int16 PredCoef_Q12[ 2 ][ MAX_LPC_ORDER ]; member
|
D | decode_core.c | 99 A_Q12 = psDecCtrl->PredCoef_Q12[ k >> 1 ]; in silk_decode_core()
|
D | NSQ_del_dec.c | 123 …const opus_int16 PredCoef_Q12[ 2 * MAX_LPC_ORDER ], /* I Short term predict… in silk_NSQ_del_dec_c() 202 … A_Q12 = &PredCoef_Q12[ ( ( k >> 1 ) | ( 1 - LSF_interpolation_flag ) ) * MAX_LPC_ORDER ]; in silk_NSQ_del_dec_c()
|
D | PLC.c | 160 …silk_memcpy( psPLC->prevLPC_Q12, psDecCtrl->PredCoef_Q12[ 1 ], psDec->LPC_order * sizeof( opus_int… in silk_PLC_update()
|
/external/libopus/silk/float/ |
D | wrappers_FLP.c | 82 opus_int16 PredCoef_Q12[ 2 ][ MAX_LPC_ORDER ]; in silk_process_NLSFs_FLP() local 84 silk_process_NLSFs( psEncC, PredCoef_Q12, NLSF_Q15, prev_NLSF_Q15); in silk_process_NLSFs_FLP() 88 PredCoef[ j ][ i ] = ( silk_float )PredCoef_Q12[ j ][ i ] * ( 1.0f / 4096.0f ); in silk_process_NLSFs_FLP() 108 silk_DWORD_ALIGN opus_int16 PredCoef_Q12[ 2 ][ MAX_LPC_ORDER ]; in silk_NSQ_wrapper_FLP() local 142 … PredCoef_Q12[ j ][ i ] = (opus_int16)silk_float2int( psEncCtrl->PredCoef[ j ][ i ] * 4096.0f ); in silk_NSQ_wrapper_FLP() 164 … silk_NSQ_del_dec( &psEnc->sCmn, psNSQ, psIndices, x16, pulses, PredCoef_Q12[ 0 ], LTPCoef_Q14, in silk_NSQ_wrapper_FLP() 167 silk_NSQ( &psEnc->sCmn, psNSQ, psIndices, x16, pulses, PredCoef_Q12[ 0 ], LTPCoef_Q14, in silk_NSQ_wrapper_FLP()
|
/external/libopus/silk/fixed/ |
D | find_pred_coefs_FIX.c | 136 … silk_process_NLSFs( &psEnc->sCmn, psEncCtrl->PredCoef_Q12, NLSF_Q15, psEnc->sCmn.prev_NLSFq_Q15 ); in silk_find_pred_coefs_FIX() 139 …nergy_FIX( psEncCtrl->ResNrg, psEncCtrl->ResNrgQ, LPC_in_pre, psEncCtrl->PredCoef_Q12, local_gains, in silk_find_pred_coefs_FIX()
|
D | encode_frame_FIX.c | 202 … sEncCtrl.PredCoef_Q12[ 0 ], sEncCtrl.LTPCoef_Q14, sEncCtrl.AR_Q13, sEncCtrl.HarmShapeGain_Q14, in silk_encode_frame_FIX() 207 … sEncCtrl.PredCoef_Q12[ 0 ], sEncCtrl.LTPCoef_Q14, sEncCtrl.AR_Q13, sEncCtrl.HarmShapeGain_Q14, in silk_encode_frame_FIX() 435 …psEnc->sCmn.pulses_LBRR[ psEnc->sCmn.nFramesEncoded ], psEncCtrl->PredCoef_Q12[ 0 ], psEncCtrl->LT… in silk_LBRR_encode_FIX() 440 …psEnc->sCmn.pulses_LBRR[ psEnc->sCmn.nFramesEncoded ], psEncCtrl->PredCoef_Q12[ 0 ], psEncCtrl->LT… in silk_LBRR_encode_FIX()
|
D | structs_FIX.h | 69 silk_DWORD_ALIGN opus_int16 PredCoef_Q12[ 2 ][ MAX_LPC_ORDER ]; member
|