Searched refs:exp2_Q10_T (Results 1 - 4 of 4) sorted by relevance

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

Completed in 258 milliseconds