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

  /external/libopus/silk/float/
pitch_analysis_core_FLP.c 503 opus_int i, j, k, lag_counter, lag_low, lag_high; local
530 lag_low = matrix_ptr( Lag_range_ptr, k, 0, 2 );
532 silk_assert(lag_high-lag_low+1 <= SCRATCH_SIZE);
533 celt_pitch_xcorr( target_ptr, target_ptr - start_lag - lag_high, xcorr, sf_length, lag_high - lag_low + 1, arch );
534 for( j = lag_low; j <= lag_high; j++ ) {
  /external/libopus/silk/fixed/
pitch_analysis_core_FIX.c 608 opus_int i, j, k, lag_counter, lag_low, lag_high; local
638 lag_low = matrix_ptr( Lag_range_ptr, k, 0, 2 );
640 silk_assert(lag_high-lag_low+1 <= SCRATCH_SIZE);
641 celt_pitch_xcorr( target_ptr, target_ptr - start_lag - lag_high, xcorr32, sf_length, lag_high - lag_low + 1, arch );
642 for( j = lag_low; j <= lag_high; j++ ) {
    [all...]

Completed in 315 milliseconds