Home
last modified time | relevance | path

Searched refs:LTPredCodGain_Q7 (Results 1 – 4 of 4) sorted by relevance

/external/libopus/silk/fixed/
Dfind_pred_coefs_FIX.c94 …&psEnc->sCmn.sum_log_gain_Q7, &psEncCtrl->LTPredCodGain_Q7, XXLTP_Q17, xXLTP_Q17, psEnc->sCmn.subf… in silk_find_pred_coefs_FIX()
118 psEncCtrl->LTPredCodGain_Q7 = 0; in silk_find_pred_coefs_FIX()
126 …in_Q30 = silk_log2lin( silk_SMLAWB( 16 << 7, (opus_int32)psEncCtrl->LTPredCodGain_Q7, SILK_FIX_CON… in silk_find_pred_coefs_FIX()
Dprocess_gains_FIX.c49 …s_Q16 = -silk_sigm_Q15( silk_RSHIFT_ROUND( psEncCtrl->LTPredCodGain_Q7 - SILK_FIX_CONST( 12.0, 7 )… in silk_process_gains_FIX()
99 …if( psEncCtrl->LTPredCodGain_Q7 + silk_RSHIFT( psEnc->sCmn.input_tilt_Q15, 8 ) > SILK_FIX_CONST( 1… in silk_process_gains_FIX()
DLTP_scale_ctrl_FIX.c47 …silk_SMULWB( silk_SMULBB( round_loss, psEncCtrl->LTPredCodGain_Q7 ), SILK_FIX_CONST( 0.1, 9 ) ), 0… in silk_LTP_scale_ctrl_FIX()
Dstructs_FIX.h86 opus_int LTPredCodGain_Q7; member