Home | History | Annotate | Download | only in fixed

Lines Matching defs:Cmax

105     opus_int   d_srch[ PE_D_SRCH_LENGTH ], Cmax, length_d_srch, length_d_comp;
251 Cmax = (opus_int)C[ 0 ]; /* Q14 */
252 if( Cmax < SILK_FIX_CONST( 0.2, 14 ) ) {
261 threshold = silk_SMULWB( search_thres1_Q16, Cmax );