Home
last modified time | relevance | path

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

/external/libopus/silk/
DNLSF_decode.c73 opus_int32 NLSF_Q15_tmp; in silk_NLSF_decode() local
87NLSF_Q15_tmp = silk_ADD_LSHIFT32( silk_DIV32_16( silk_LSHIFT( (opus_int32)res_Q10[ i ], 14 ), pCB_… in silk_NLSF_decode()
88 pNLSF_Q15[ i ] = (opus_int16)silk_LIMIT( NLSF_Q15_tmp, 0, 32767 ); in silk_NLSF_decode()