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

  /external/libopus/silk/float/
pitch_analysis_core_FLP.c 97 silk_float Cmax, CCmax, CCmax_b, CCmax_new_b, CCmax_new;
308 CCmax = 0.0f; /* This value doesn't matter */
375 CCmax = CCmax_new;
391 *LTPCorr = (silk_float)( CCmax / nb_subfr );
411 CCmax = -1000.0f;
450 if( CCmax_new > CCmax && ( d + (opus_int)silk_CB_lags_stage3[ 0 ][ j ] ) <= max_lag ) {
451 CCmax = CCmax_new;
  /external/libopus/silk/fixed/
pitch_analysis_core_FIX.c 110 opus_int32 CC[ PE_NB_CBKS_STAGE2_EXT ], CCmax, CCmax_b, CCmax_new_b, CCmax_new;
365 CCmax = silk_int32_MIN;
444 CCmax = CCmax_new;
461 *LTPCorr_Q15 = (opus_int)silk_LSHIFT( silk_DIV32_16( CCmax, nb_subfr ), 2 );
502 CCmax = silk_int32_MIN;
554 if( CCmax_new > CCmax && ( d + silk_CB_lags_stage3[ 0 ][ j ] ) <= max_lag ) {
555 CCmax = CCmax_new;
    [all...]

Completed in 47 milliseconds