Home
last modified time | relevance | path

Searched refs:orderT (Results 1 – 1 of 1) sorted by relevance

/external/libopus/silk/fixed/arm/
Dwarped_autocorrelation_FIX_neon_intr.c76 const opus_int orderT = ( order + 3 ) & ~3; in silk_warped_autocorrelation_FIX_neon() local
124 input_QS = input_QST + MAX_SHAPE_LPC_ORDER - orderT; in silk_warped_autocorrelation_FIX_neon()
152 const opus_int32 *in = input_QS + orderT; in silk_warped_autocorrelation_FIX_neon()
153 opus_int o = orderT; in silk_warped_autocorrelation_FIX_neon()
156 ALLOC( state, length + orderT, opus_int32 ); in silk_warped_autocorrelation_FIX_neon()
218 corr_QC[ orderT ] = corr_QC_orderT; in silk_warped_autocorrelation_FIX_neon()
221 corr_QCT = corr_QC + orderT - order; in silk_warped_autocorrelation_FIX_neon()