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

  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
decode_plc.c 104 static __inline int16_t exp2_Q10_T(int16_t x) { // Both in and out in Q10
387 tmp16 = exp2_Q10_T( tmp16 );
391 tmp16 = exp2_Q10_T( tmp16 )>>10;
lpc_masking_model.c 441 static __inline int16_t exp2_Q10_T(int16_t x) { // Both in and out in Q10
584 tmp16b = exp2_Q10_T(tmp16); // Q10

Completed in 524 milliseconds