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

  /external/chromium_org/third_party/opus/src/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 112 thrhld -= 0.1f * psEnc->sCmn.input_tilt_Q15 * ( 1.0f / 32768.0f );
  /external/chromium_org/third_party/opus/src/silk/fixed/
find_pitch_lags_FIX.c 117 thrhld_Q15 = silk_SMLAWB( thrhld_Q15, SILK_FIX_CONST( -0.1, 16 ), 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/chromium_org/third_party/opus/src/silk/
VAD.c 216 psEncC->input_tilt_Q15 = silk_LSHIFT( silk_sigm_Q15( input_tilt ) - 16384, 1 );
structs.h 184 opus_int input_tilt_Q15;

Completed in 57 milliseconds