Searched refs:WLTP (Results 1 – 6 of 6) sorted by relevance
/external/libopus/silk/fixed/ |
D | find_pred_coefs_FIX.c | 80 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()
|
D | find_LTP_FIX.c | 45 …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()
|
D | main_FIX.h | 172 …opus_int32 WLTP[ MAX_NB_SUBFR * LTP_ORDER * LTP_ORDER ], /* O Weight for L…
|
/external/libopus/silk/float/ |
D | find_pred_coefs_FLP.c | 44 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()
|
D | find_LTP_FLP.c | 37 …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()
|
D | main_FLP.h | 157 …silk_float WLTP[ MAX_NB_SUBFR * LTP_ORDER * LTP_ORDER ], /* O Weight for L…
|