Searched refs:input_tilt_Q15 (Results 1 - 7 of 7) sorted by relevance

/external/libopus/silk/float/
H A Dprocess_gains_FLP.c85 if( psEncCtrl->LTPredCodGain + psEnc->sCmn.input_tilt_Q15 * ( 1.0f / 32768.0f ) > 1.0f ) {
H A Dfind_pitch_lags_FLP.c113 thrhld -= 0.1f * psEnc->sCmn.input_tilt_Q15 * ( 1.0f / 32768.0f );
/external/libopus/silk/fixed/
H A Dfind_pitch_lags_FIX.c123 thrhld_Q13 = silk_SMLAWB( thrhld_Q13, SILK_FIX_CONST( -0.1, 14 ), psEnc->sCmn.input_tilt_Q15 );
H A Dprocess_gains_FIX.c99 if( psEncCtrl->LTPredCodGain_Q7 + silk_RSHIFT( psEnc->sCmn.input_tilt_Q15, 8 ) > SILK_FIX_CONST( 1.0, 7 ) ) {
/external/libopus/silk/
H A Dstructs.h185 opus_int input_tilt_Q15; member in struct:__anon11320
H A DVAD.c244 psEncC->input_tilt_Q15 = silk_LSHIFT( silk_sigm_Q15( input_tilt ) - 16384, 1 );
/external/libopus/silk/x86/
H A DVAD_sse.c225 psEncC->input_tilt_Q15 = silk_LSHIFT( silk_sigm_Q15( input_tilt ) - 16384, 1 );

Completed in 291 milliseconds