HomeSort by relevance Sort by last modified time
    Searched full:word32_high (Results 1 - 1 of 1) sorted by null

  /external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
lpc_masking_model.c 482 int32_t tmp32 = 0, word32_high = 0, word32_low = 0, residual_energy = 0; local
514 word32_high = (int32_t)(sum64 >> 32);
518 if(word32_high != 0) {
519 shift_norm = 32 - WebRtcSpl_NormW32(word32_high);
    [all...]

Completed in 954 milliseconds