Home
last modified time | relevance | path

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

/external/libopus/silk/
DNLSF_decode.c74 opus_int32 W_tmp_Q9, NLSF_Q15_tmp; in silk_NLSF_decode() local
94 W_tmp_Q9 = silk_SQRT_APPROX( silk_LSHIFT( (opus_int32)W_tmp_QW[ i ], 18 - NLSF_W_Q ) ); in silk_NLSF_decode()
95 …lk_ADD32( pNLSF_Q15[ i ], silk_DIV32_16( silk_LSHIFT( (opus_int32)res_Q10[ i ], 14 ), W_tmp_Q9 ) ); in silk_NLSF_decode()
DNLSF_encode.c49 opus_int32 W_tmp_Q9, ret; in silk_NLSF_encode() local
98 W_tmp_Q9 = silk_SQRT_APPROX( silk_LSHIFT( (opus_int32)W_tmp_QW[ i ], 18 - NLSF_W_Q ) ); in silk_NLSF_encode()
99 res_Q10[ i ] = (opus_int16)silk_RSHIFT( silk_SMULBB( res_Q15[ i ], W_tmp_Q9 ), 14 ); in silk_NLSF_encode()