Home | History | Annotate | Download | only in fixed

Lines Matching defs:threshold

89     const opus_int32            search_thres1_Q16,  /* I    First stage threshold for lag candidates 0 - 1              */
90 const opus_int search_thres2_Q13, /* I Final threshold for lag candidates 0 - 1 */
109 opus_int32 sum, threshold, lag_counter;
267 threshold = silk_SMULWB( search_thres1_Q16, Cmax );
269 /* Convert to 8 kHz indices for the sorted correlation that exceeds the threshold */
270 if( C[ i ] > threshold ) {