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

/external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
H A Ddecode_plc.c104 static __inline int16_t exp2_Q10_T(int16_t x) { // Both in and out in Q10 function
387 tmp16 = exp2_Q10_T( tmp16 );
391 tmp16 = exp2_Q10_T( tmp16 )>>10;
H A Dlpc_masking_model.c441 static __inline int16_t exp2_Q10_T(int16_t x) { // Both in and out in Q10 function
584 tmp16b = exp2_Q10_T(tmp16); // Q10

Completed in 105 milliseconds