HomeSort by relevance Sort by last modified time
    Searched refs:exp2_Q10_T (Results 1 - 2 of 2) sorted by null

  /external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
decode_plc.c 108 static __inline WebRtc_Word16 exp2_Q10_T(WebRtc_Word16 x) { // Both in and out in Q10
390 tmp16 = exp2_Q10_T( tmp16 );
394 tmp16 = exp2_Q10_T( tmp16 )>>10;
lpc_masking_model.c 453 static __inline WebRtc_Word16 exp2_Q10_T(WebRtc_Word16 x) { // Both in and out in Q10
596 tmp16b = exp2_Q10_T(tmp16); // Q10
    [all...]

Completed in 42 milliseconds