Searched refs:tmp2_QS (Results 1 – 2 of 2) sorted by relevance
/external/libopus/silk/fixed/mips/ |
D | warped_autocorrelation_FIX_mipsr1.h | 55 …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_c() local 81 tmp2_QS = silk_SMLAWB( state_QS[ i ], state_QS[ i + 1 ] - tmp1_QS, warping_Q16 ); in silk_warped_autocorrelation_FIX_c() 84 tmp4_QS = silk_SMLAWB( tmp1_QS, tmp2_QS - tmp3_QS, warping_Q16 ); in silk_warped_autocorrelation_FIX_c() 95 tmp1_QS = silk_SMLAWB( state_QS[ i + 1 ], state_QS[ i + 2 ] - tmp2_QS, warping_Q16 ); in silk_warped_autocorrelation_FIX_c() 96 corr_QC[ i+1 ] = __builtin_mips_madd( corr_QC[ i+1 ], tmp2_QS, start_1); in silk_warped_autocorrelation_FIX_c() 98 tmp3_QS = silk_SMLAWB( tmp2_QS, tmp1_QS - tmp4_QS, warping_Q16 ); in silk_warped_autocorrelation_FIX_c() 125 tmp2_QS = silk_SMLAWB( state_QS[ i ], state_QS[ i + 1 ] - tmp1_QS, warping_Q16 ); in silk_warped_autocorrelation_FIX_c() 130 tmp1_QS = silk_SMLAWB( state_QS[ i + 1 ], state_QS[ i + 2 ] - tmp2_QS, warping_Q16 ); in silk_warped_autocorrelation_FIX_c() 131 state_QS[ i + 1 ] = tmp2_QS; in silk_warped_autocorrelation_FIX_c() 132 corr_QC[ i+1 ] = __builtin_mips_madd( corr_QC[ i+1 ], tmp2_QS, state_QS[ 0 ]); in silk_warped_autocorrelation_FIX_c()
|
/external/libopus/silk/fixed/ |
D | warped_autocorrelation_FIX.c | 51 opus_int32 tmp1_QS, tmp2_QS; in silk_warped_autocorrelation_FIX_c() local 65 tmp2_QS = silk_SMLAWB( state_QS[ i ], state_QS[ i + 1 ] - tmp1_QS, warping_Q16 ); in silk_warped_autocorrelation_FIX_c() 69 tmp1_QS = silk_SMLAWB( state_QS[ i + 1 ], state_QS[ i + 2 ] - tmp2_QS, warping_Q16 ); in silk_warped_autocorrelation_FIX_c() 70 state_QS[ i + 1 ] = tmp2_QS; in silk_warped_autocorrelation_FIX_c() 71 corr_QC[ i + 1 ] += silk_RSHIFT64( silk_SMULL( tmp2_QS, state_QS[ 0 ] ), 2 * QS - QC ); in silk_warped_autocorrelation_FIX_c()
|