OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tempMin
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/src/common_audio/signal_processing/
min_max_operations.c
186
WebRtc_Word16
tempMin
;
191
tempMin
= *tmpvector++;
194
if (*tmpvector++ <
tempMin
)
195
tempMin
= (vector[i]);
197
return
tempMin
;
204
WebRtc_Word16
tempMin
;
210
tempMin
= *tmpvector++;
213
if (*tmpvector++ <
tempMin
)
215
tempMin
= vector[i];
228
WebRtc_Word32
tempMin
;
[
all
...]
/external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
bandwidth_estimator.c
618
WebRtc_Word32
tempMin
;
690
tempMin
= 130560; /* MIN_ISAC_MD * 0.1 in Q18 */
695
tempTerm2 = tempTermY - tempTermX -
tempMin
;
699
tempTerm1 = tempTermX +
tempMin
;
[
all
...]
Completed in 133 milliseconds