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

  /external/chromium_org/third_party/opus/src/silk/float/
noise_shape_analysis_FLP.c 140 silk_float x_windowed[ SHAPE_LPC_WIN_MAX ]; local
236 silk_apply_sine_window_FLP( x_windowed, x_ptr, 1, slope_part );
238 silk_memcpy( x_windowed + shift, x_ptr + shift, flat_part * sizeof(silk_float) );
240 silk_apply_sine_window_FLP( x_windowed + shift, x_ptr + shift, 2, slope_part );
247 silk_warped_autocorrelation_FLP( auto_corr, x_windowed, warping,
251 silk_autocorrelation_FLP( auto_corr, x_windowed, psEnc->sCmn.shapeWinLength, psEnc->sCmn.shapingLPCOrder + 1 );
  /external/libopus/silk/float/
noise_shape_analysis_FLP.c 140 silk_float x_windowed[ SHAPE_LPC_WIN_MAX ]; local
236 silk_apply_sine_window_FLP( x_windowed, x_ptr, 1, slope_part );
238 silk_memcpy( x_windowed + shift, x_ptr + shift, flat_part * sizeof(silk_float) );
240 silk_apply_sine_window_FLP( x_windowed + shift, x_ptr + shift, 2, slope_part );
247 silk_warped_autocorrelation_FLP( auto_corr, x_windowed, warping,
251 silk_autocorrelation_FLP( auto_corr, x_windowed, psEnc->sCmn.shapeWinLength, psEnc->sCmn.shapingLPCOrder + 1 );

Completed in 496 milliseconds