OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tempMax
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/webrtc/common_audio/signal_processing/
complex_fft_mips.c
157
int32_t tmp5 = 0, tmp6 = 0, tmp = 0,
tempMax
= 0, round2 = 0;
177
"move %[
tempMax
], $zero \n\t"
203
"slt %[tmp5], %[
tempMax
], %[tmp1] \n\t"
204
"movn %[
tempMax
], %[tmp1], %[tmp5] \n\t"
206
"slt %[tmp5], %[
tempMax
], %[tmp2] \n\t"
207
"movn %[
tempMax
], %[tmp2], %[tmp5] \n\t"
208
"slt %[tmp5], %[
tempMax
], %[tmp3] \n\t"
209
"movn %[
tempMax
], %[tmp3], %[tmp5] \n\t"
210
"slt %[tmp5], %[
tempMax
], %[tmp4] \n\t"
211
"movn %[
tempMax
], %[tmp4], %[tmp5] \n\t
[
all
...]
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
bandwidth_estimator.c
625
int32_t
tempMax
;
700
tempMax
= 652800; /* MAX_ISAC_MD * 0.1 in Q18 */
705
tempTerm1 = tempTermX +
tempMax
- tempTermY;
716
tempTerm1 = tempTermX +
tempMax
;
[
all
...]
Completed in 45 milliseconds