Home
last modified time | relevance | path

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

/external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
Ddecode_plc.c108 static __inline WebRtc_Word16 exp2_Q10_T(WebRtc_Word16 x) { // Both in and out in Q10 in exp2_Q10_T() function
390 tmp16 = exp2_Q10_T( tmp16 ); in WebRtcIsacfix_DecodePlcImpl()
394 tmp16 = exp2_Q10_T( tmp16 )>>10; in WebRtcIsacfix_DecodePlcImpl()
Dlpc_masking_model.c453 static __inline WebRtc_Word16 exp2_Q10_T(WebRtc_Word16 x) { // Both in and out in Q10 in exp2_Q10_T() function
596 tmp16b = exp2_Q10_T(tmp16); // Q10 in WebRtcIsacfix_GetLpcCoef()