Searched refs:extra_shifts (Results 1 – 1 of 1) sorted by relevance
45 opus_int i, k, extra_shifts; in silk_find_LTP_FIX() local58 extra_shifts = xx_shifts - XX_shifts; in silk_find_LTP_FIX()59 if( extra_shifts > 0 ) { in silk_find_LTP_FIX()63 …XXLTP_Q17_ptr[ i ] = silk_RSHIFT32( XXLTP_Q17_ptr[ i ], extra_shifts ); /* Q( -xX_shi… in silk_find_LTP_FIX()65 …nrg = silk_RSHIFT32( nrg, extra_shifts ); /* Q( -xX… in silk_find_LTP_FIX()66 } else if( extra_shifts < 0 ) { in silk_find_LTP_FIX()69 …xx = silk_RSHIFT32( xx, -extra_shifts ); /* Q( -xX… in silk_find_LTP_FIX()