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

  /external/libopus/silk/
pitch_est_defines.h 68 #define PE_SHORTLAG_BIAS 0.2f /* for logarithmic weighting */
  /external/libopus/silk/fixed/
pitch_analysis_core_FIX.c 425 silk_assert( nb_subfr * SILK_FIX_CONST( PE_SHORTLAG_BIAS, 13 ) == silk_SAT16( nb_subfr * SILK_FIX_CONST( PE_SHORTLAG_BIAS, 13 ) ) );
426 CCmax_new_b = CCmax_new - silk_RSHIFT( silk_SMULBB( nb_subfr * SILK_FIX_CONST( PE_SHORTLAG_BIAS, 13 ), lag_log2_Q7 ), 7 ); /* Q13 */
    [all...]
  /external/libopus/silk/float/
pitch_analysis_core_FLP.c 362 CCmax_new_b = CCmax_new - PE_SHORTLAG_BIAS * nb_subfr * lag_log2;

Completed in 598 milliseconds