Home
last modified time | relevance | path

Searched refs:WLTP (Results 1 – 6 of 6) sorted by relevance

/external/libopus/silk/fixed/
Dfind_pred_coefs_FIX.c80 VARDECL( opus_int32, WLTP ); in silk_find_pred_coefs_FIX()
87 ALLOC( WLTP, psEnc->sCmn.nb_subfr * LTP_ORDER * LTP_ORDER, opus_int32 ); in silk_find_pred_coefs_FIX()
90 silk_find_LTP_FIX( psEncCtrl->LTPCoef_Q14, WLTP, &psEncCtrl->LTPredCodGain_Q7, in silk_find_pred_coefs_FIX()
96 …&psEnc->sCmn.sum_log_gain_Q7, WLTP, psEnc->sCmn.mu_LTP_Q9, psEnc->sCmn.LTPQuantLowComplexity, psEn… in silk_find_pred_coefs_FIX()
Dfind_LTP_FIX.c45 …opus_int32 WLTP[ MAX_NB_SUBFR * LTP_ORDER * LTP_ORDER ], /* O Weight for L… in silk_find_LTP_FIX()
74 WLTP_ptr = WLTP; in silk_find_LTP_FIX()
Dmain_FIX.h172 …opus_int32 WLTP[ MAX_NB_SUBFR * LTP_ORDER * LTP_ORDER ], /* O Weight for L…
/external/libopus/silk/float/
Dfind_pred_coefs_FLP.c44 silk_float WLTP[ MAX_NB_SUBFR * LTP_ORDER * LTP_ORDER ]; in silk_find_pred_coefs_FLP() local
65 silk_find_LTP_FLP( psEncCtrl->LTPCoef, WLTP, &psEncCtrl->LTPredCodGain, res_pitch, in silk_find_pred_coefs_FLP()
70 …&psEnc->sCmn.sum_log_gain_Q7, WLTP, psEnc->sCmn.mu_LTP_Q9, psEnc->sCmn.LTPQuantLowComplexity, psEn… in silk_find_pred_coefs_FLP()
Dfind_LTP_FLP.c37 …silk_float WLTP[ MAX_NB_SUBFR * LTP_ORDER * LTP_ORDER ], /* O Weight for L… in silk_find_LTP_FLP()
56 WLTP_ptr = WLTP; in silk_find_LTP_FLP()
Dmain_FLP.h157 …silk_float WLTP[ MAX_NB_SUBFR * LTP_ORDER * LTP_ORDER ], /* O Weight for L…