OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:word32_high
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/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
199
word32_high
= sum64_hi;
203
if (
word32_high
!= 0) {
204
shift_norm = 32 - WebRtcSpl_NormW32(
word32_high
);
lpc_masking_model.c
470
int32_t tmp32 = 0,
word32_high
= 0, word32_low = 0, residual_energy = 0;
local
502
word32_high
= (int32_t)(sum64 >> 32);
506
if(
word32_high
!= 0) {
507
shift_norm = 32 - WebRtcSpl_NormW32(
word32_high
);
Completed in 59 milliseconds