Searched refs:BWExp1_Q16 (Results 1 - 2 of 2) sorted by relevance

/external/libopus/silk/fixed/mips/
H A Dnoise_shape_analysis_FIX_mipsr1.h46 opus_int32 delta_Q16, BWExp1_Q16, BWExp2_Q16, gain_mult_Q16, gain_add_Q16, strength_Q16, b_Q8; local
135 BWExp1_Q16 = BWExp2_Q16 = silk_DIV32_varQ( SILK_FIX_CONST( BANDWIDTH_EXPANSION, 16 ),
139 BWExp1_Q16 = silk_SUB32( BWExp1_Q16, delta_Q16 );
142 BWExp1_Q16 = silk_DIV32_16( silk_LSHIFT( BWExp1_Q16, 14 ), silk_RSHIFT( BWExp2_Q16, 2 ) );
223 silk_assert( BWExp1_Q16 <= SILK_FIX_CONST( 1.0, 16 ) );
224 silk_bwexpander_32( AR1_Q24, psEnc->sCmn.shapingLPCOrder, BWExp1_Q16 );
/external/libopus/silk/fixed/
H A Dnoise_shape_analysis_FIX.c161 opus_int32 delta_Q16, BWExp1_Q16, BWExp2_Q16, gain_mult_Q16, gain_add_Q16, strength_Q16, b_Q8; local
250 BWExp1_Q16 = BWExp2_Q16 = silk_DIV32_varQ( SILK_FIX_CONST( BANDWIDTH_EXPANSION, 16 ),
254 BWExp1_Q16 = silk_SUB32( BWExp1_Q16, delta_Q16 );
257 BWExp1_Q16 = silk_DIV32_16( silk_LSHIFT( BWExp1_Q16, 14 ), silk_RSHIFT( BWExp2_Q16, 2 ) );
337 silk_assert( BWExp1_Q16 <= SILK_FIX_CONST( 1.0, 16 ) );
338 silk_bwexpander_32( AR1_Q24, psEnc->sCmn.shapingLPCOrder, BWExp1_Q16 );

Completed in 99 milliseconds