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

  /external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/fix/source/
lpc_masking_model_mips.c 25 int32_t tmp32 = 0, word32_high = 0, word32_low = 0, residual_energy = 0; local
200 word32_low = sum64_lo;
221 if ((word32_low & 0x80000000) != 0) {
223 residual_energy = (uint32_t)word32_low >> 1;
225 shift_norm = WebRtcSpl_NormW32(word32_low);
226 residual_energy = word32_low << shift_norm;
lpc_masking_model.c 482 int32_t tmp32 = 0, word32_high = 0, word32_low = 0, residual_energy = 0; local
515 word32_low = (int32_t)sum64;
522 if((word32_low & 0x80000000) != 0) {
524 residual_energy = (uint32_t)word32_low >> 1;
526 shift_norm = WebRtcSpl_NormW32(word32_low);
527 residual_energy = word32_low << shift_norm;
    [all...]

Completed in 2150 milliseconds