Searched refs:word32_high (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/fix/source/
H A Dlpc_masking_model_mips.c25 int32_t tmp32 = 0, word32_high = 0, word32_low = 0, residual_energy = 0; local
199 word32_high = sum64_hi;
203 if (word32_high != 0) {
204 shift_norm = 32 - WebRtcSpl_NormW32(word32_high);
H A Dlpc_masking_model.c482 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);
/external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
H A Dlpc_masking_model.c482 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);

Completed in 74 milliseconds