Home
last modified time | relevance | path

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

/external/libopus/silk/fixed/mips/
Dwarped_autocorrelation_FIX_mipsr1.h56 opus_int32 state_QS[ MAX_SHAPE_LPC_ORDER + 1 ] = { 0 }; in silk_warped_autocorrelation_FIX() local
81 tmp2_QS = silk_SMLAWB( state_QS[ i ], state_QS[ i + 1 ] - tmp1_QS, warping_Q16 ); in silk_warped_autocorrelation_FIX()
91 state_QS[ i ] = tmp7_QS; in silk_warped_autocorrelation_FIX()
92 corr_QC[ i ] = __builtin_mips_madd( corr_QC[ i ], tmp7_QS, state_QS[0]); in silk_warped_autocorrelation_FIX()
95 tmp1_QS = silk_SMLAWB( state_QS[ i + 1 ], state_QS[ i + 2 ] - tmp2_QS, warping_Q16 ); in silk_warped_autocorrelation_FIX()
105 state_QS[ i + 1 ] = tmp8_QS; in silk_warped_autocorrelation_FIX()
106 corr_QC[ i+1 ] = __builtin_mips_madd( corr_QC[ i+1 ], tmp8_QS, state_QS[ 0 ]); in silk_warped_autocorrelation_FIX()
109 state_QS[ order ] = tmp7_QS; in silk_warped_autocorrelation_FIX()
114 corr_QC[ order ] = __builtin_mips_madd( corr_QC[ order ], tmp7_QS, state_QS[ 0 ]); in silk_warped_autocorrelation_FIX()
125 tmp2_QS = silk_SMLAWB( state_QS[ i ], state_QS[ i + 1 ] - tmp1_QS, warping_Q16 ); in silk_warped_autocorrelation_FIX()
[all …]
/external/libopus/silk/fixed/
Dwarped_autocorrelation_FIX.c55 opus_int32 state_QS[ MAX_SHAPE_LPC_ORDER + 1 ] = { 0 }; in silk_warped_autocorrelation_FIX() local
68 tmp2_QS = silk_SMLAWB( state_QS[ i ], state_QS[ i + 1 ] - tmp1_QS, warping_Q16 ); in silk_warped_autocorrelation_FIX()
69 state_QS[ i ] = tmp1_QS; in silk_warped_autocorrelation_FIX()
70 corr_QC[ i ] += silk_RSHIFT64( silk_SMULL( tmp1_QS, state_QS[ 0 ] ), 2 * QS - QC ); in silk_warped_autocorrelation_FIX()
72 tmp1_QS = silk_SMLAWB( state_QS[ i + 1 ], state_QS[ i + 2 ] - tmp2_QS, warping_Q16 ); in silk_warped_autocorrelation_FIX()
73 state_QS[ i + 1 ] = tmp2_QS; in silk_warped_autocorrelation_FIX()
74 corr_QC[ i + 1 ] += silk_RSHIFT64( silk_SMULL( tmp2_QS, state_QS[ 0 ] ), 2 * QS - QC ); in silk_warped_autocorrelation_FIX()
76 state_QS[ order ] = tmp1_QS; in silk_warped_autocorrelation_FIX()
77 corr_QC[ order ] += silk_RSHIFT64( silk_SMULL( tmp1_QS, state_QS[ 0 ] ), 2 * QS - QC ); in silk_warped_autocorrelation_FIX()