Home
last modified time | relevance | path

Searched refs:tnoise1 (Results 1 – 1 of 1) sorted by relevance

/external/webrtc/webrtc/modules/audio_processing/aecm/
Daecm_core_mips.c1258 int32_t tmp32, tmp321, tnoise, tnoise1; in ComfortNoise() local
1379 [outLShift32] "=r" (outLShift32), [tnoise1] "=&r" (tnoise1) in ComfortNoise()
1384 if (outLShift32 < tnoise1) { in ComfortNoise()
1388 if (tnoise1 < (1 << minTrackShift)) { in ComfortNoise()
1394 tnoise1--; in ComfortNoise()
1402 : [tmp32] "=&r" (tmp32), [tnoise1] "+r" (tnoise1) in ComfortNoise()
1410 if ((tnoise1 >> 19) <= 0) { in ComfortNoise()
1411 if ((tnoise1 >> 11) > 0) { in ComfortNoise()
1416 : [tnoise1] "+r" (tnoise1) in ComfortNoise()
1429 : [tnoise1] "+r" (tnoise1), [tmp32] "=&r" (tmp32) in ComfortNoise()
[all …]