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

  /external/libopus/silk/float/
pitch_analysis_core_FLP.c 98 opus_int CBimax, CBimax_new, lag, start_lag, end_lag, lag_new;
352 CBimax_new = 0;
356 CBimax_new = i;
377 CBimax = CBimax_new;
  /external/libopus/silk/fixed/
pitch_analysis_core_FIX.c 109 opus_int CBimax, CBimax_new, CBimax_old, lag, start_lag, end_lag, lag_new;
414 CBimax_new = 0;
418 CBimax_new = i;
441 silk_CB_lags_stage2[ 0 ][ CBimax_new ] <= MIN_LAG_8KHZ /* Lag must be in range */
446 CBimax = CBimax_new;
    [all...]

Completed in 149 milliseconds