Home
last modified time | relevance | path

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

/external/libopus/silk/fixed/mips/
Dwarped_autocorrelation_FIX_mipsr1.h55 …opus_int32 tmp1_QS=0, tmp2_QS=0, tmp3_QS=0, tmp4_QS=0, tmp5_QS=0, tmp6_QS=0, tmp7_QS=0, tmp8_QS=0,… in silk_warped_autocorrelation_FIX() local
70 tmp1_QS = silk_LSHIFT32( (opus_int32)input[ n ], QS ); in silk_warped_autocorrelation_FIX()
71 start_1 = tmp1_QS; in silk_warped_autocorrelation_FIX()
81 tmp2_QS = silk_SMLAWB( state_QS[ i ], state_QS[ i + 1 ] - tmp1_QS, warping_Q16 ); in silk_warped_autocorrelation_FIX()
82 corr_QC[ i ] = __builtin_mips_madd( corr_QC[ i ], tmp1_QS, start_1); in silk_warped_autocorrelation_FIX()
84 tmp4_QS = silk_SMLAWB( tmp1_QS, tmp2_QS - tmp3_QS, warping_Q16 ); 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()
98 tmp3_QS = silk_SMLAWB( tmp2_QS, tmp1_QS - tmp4_QS, warping_Q16 ); in silk_warped_autocorrelation_FIX()
111 corr_QC[ order ] = __builtin_mips_madd( corr_QC[ order ], tmp1_QS, start_1); in silk_warped_autocorrelation_FIX()
119 tmp1_QS = silk_LSHIFT32( (opus_int32)input[ n ], QS ); in silk_warped_autocorrelation_FIX()
[all …]
/external/libopus/silk/fixed/
Dwarped_autocorrelation_FIX.c54 opus_int32 tmp1_QS, tmp2_QS; in silk_warped_autocorrelation_FIX() local
64 tmp1_QS = silk_LSHIFT32( (opus_int32)input[ n ], QS ); in silk_warped_autocorrelation_FIX()
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()
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()