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

  /external/libopus/silk/
control_codec.c 324 psEncC->pitchEstimationThreshold_Q16 = SILK_FIX_CONST( 0.8, 16 );
335 psEncC->pitchEstimationThreshold_Q16 = SILK_FIX_CONST( 0.76, 16 );
346 psEncC->pitchEstimationThreshold_Q16 = SILK_FIX_CONST( 0.74, 16 );
357 psEncC->pitchEstimationThreshold_Q16 = SILK_FIX_CONST( 0.72, 16 );
368 psEncC->pitchEstimationThreshold_Q16 = SILK_FIX_CONST( 0.7, 16 );
structs.h 171 opus_int32 pitchEstimationThreshold_Q16; /* Threshold for pitch estimator */
  /external/libopus/silk/fixed/
find_pitch_lags_FIX.c 130 &psEnc->LTPCorr_Q15, psEnc->sCmn.prevLag, psEnc->sCmn.pitchEstimationThreshold_Q16,
  /external/libopus/silk/float/
find_pitch_lags_FLP.c 119 &psEnc->sCmn.indices.contourIndex, &psEnc->LTPCorr, psEnc->sCmn.prevLag, psEnc->sCmn.pitchEstimationThreshold_Q16 / 65536.0f,

Completed in 111 milliseconds