HomeSort by relevance Sort by last modified time
    Searched refs:input_tilt_Q15 (Results 1 - 7 of 7) sorted by null

  /external/libopus/silk/float/
process_gains_FLP.c 85 if( psEncCtrl->LTPredCodGain + psEnc->sCmn.input_tilt_Q15 * ( 1.0f / 32768.0f ) > 1.0f ) {
find_pitch_lags_FLP.c 113 thrhld -= 0.1f * psEnc->sCmn.input_tilt_Q15 * ( 1.0f / 32768.0f );
  /external/libopus/silk/fixed/
find_pitch_lags_FIX.c 121 thrhld_Q13 = silk_SMLAWB( thrhld_Q13, SILK_FIX_CONST( -0.1, 14 ), psEnc->sCmn.input_tilt_Q15 );
process_gains_FIX.c 99 if( psEncCtrl->LTPredCodGain_Q7 + silk_RSHIFT( psEnc->sCmn.input_tilt_Q15, 8 ) > SILK_FIX_CONST( 1.0, 7 ) ) {
  /external/libopus/silk/
structs.h 186 opus_int input_tilt_Q15;
VAD.c 244 psEncC->input_tilt_Q15 = silk_LSHIFT( silk_sigm_Q15( input_tilt ) - 16384, 1 );
  /external/libopus/silk/x86/
VAD_sse4_1.c 225 psEncC->input_tilt_Q15 = silk_LSHIFT( silk_sigm_Q15( input_tilt ) - 16384, 1 );

Completed in 85 milliseconds