HomeSort by relevance Sort by last modified time
    Searched refs:lag_high (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
531 lag_high = matrix_ptr( Lag_range_ptr, k, 1, 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++ ) {
536 scratch_mem[ lag_counter ] = xcorr[ lag_high - j ];
  /external/libopus/silk/fixed/
pitch_analysis_core_FIX.c 607 opus_int i, j, k, lag_counter, lag_low, lag_high; local
638 lag_high = matrix_ptr( Lag_range_ptr, k, 1, 2 );
639 silk_assert(lag_high-lag_low+1 <= SCRATCH_SIZE);
640 celt_pitch_xcorr( target_ptr, target_ptr - start_lag - lag_high, xcorr32, sf_length, lag_high - lag_low + 1, arch );
641 for( j = lag_low; j <= lag_high; j++ ) {
643 scratch_mem[ lag_counter ] = xcorr32[ lag_high - j ];
    [all...]

Completed in 703 milliseconds