Home
last modified time | relevance | path

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

/external/libopus/silk/fixed/
Dwarped_autocorrelation_FIX.c48 opus_int32 tmp1_QS, tmp2_QS; in silk_warped_autocorrelation_FIX() local
62 tmp2_QS = silk_SMLAWB( state_QS[ i ], state_QS[ i + 1 ] - tmp1_QS, warping_Q16 ); in silk_warped_autocorrelation_FIX()
66 tmp1_QS = silk_SMLAWB( state_QS[ i + 1 ], state_QS[ i + 2 ] - tmp2_QS, warping_Q16 ); in silk_warped_autocorrelation_FIX()
67 state_QS[ i + 1 ] = tmp2_QS; in silk_warped_autocorrelation_FIX()
68 corr_QC[ i + 1 ] += silk_RSHIFT64( silk_SMULL( tmp2_QS, state_QS[ 0 ] ), 2 * QS - QC ); in silk_warped_autocorrelation_FIX()