Home | History | Annotate | Download | only in aecm

Lines Matching refs:tmp32

1258   int32_t tmp32, tmp321, tnoise, tnoise1;
1297 "lh %[tmp32], 0(%[dfap]) \n\t"
1299 "sllv %[outLShift32], %[tmp32], %[shiftFromNearToNoise] \n\t"
1300 : [tmp32] "=&r" (tmp32), [outLShift32] "=r" (outLShift32),
1322 "subu %[tmp32], %[tnoise], %[outLShift32] \n\t"
1323 "srav %[tmp32], %[tmp32], %[minTrackShift] \n\t"
1324 "subu %[tnoise], %[tnoise], %[tmp32] \n\t"
1325 : [tmp32] "=&r" (tmp32), [tnoise] "+r" (tnoise)
1349 "sra %[tmp32], %[tnoise], 9 \n\t"
1351 "addu %[tnoise], %[tnoise], %[tmp32] \n\t"
1352 : [tnoise] "+r" (tnoise), [tmp32] "=&r" (tmp32)
1374 "lh %[tmp32], 2(%[dfap]) \n\t"
1377 "sllv %[outLShift32], %[tmp32], %[shiftFromNearToNoise] \n\t"
1378 : [tmp32] "=&r" (tmp32), [dfap] "+r" (dfap),
1399 "subu %[tmp32], %[tnoise1], %[outLShift32] \n\t"
1400 "srav %[tmp32], %[tmp32], %[minTrackShift] \n\t"
1401 "subu %[tnoise1], %[tnoise1], %[tmp32] \n\t"
1402 : [tmp32] "=&r" (tmp32), [tnoise1] "+r" (tnoise1)
1426 "sra %[tmp32], %[tnoise1], 9 \n\t"
1428 "addu %[tnoise1], %[tnoise1], %[tmp32] \n\t"
1429 : [tnoise1] "+r" (tnoise1), [tmp32] "=&r" (tmp32)
1456 "srav %[tmp32], %[tnoise], %[shiftFromNearToNoise] \n\t"
1461 [tmp32] "=&r" (tmp32), [tmp321] "=&r" (tmp321), [lambdap] "+r" (lambdap)
1467 if (tmp32 > 32767) {
1468 tmp32 = 32767;
1469 aecm->noiseEst[i] = tmp32 << shiftFromNearToNoise;
1477 "mul %[tmp32], %[tmp32], %[tmp16] \n\t"
1479 "sra %[nrsh1], %[tmp32], 14 \n\t"
1482 : [tmp16] "r" (tmp16), [tmp161] "r" (tmp161), [tmp32] "r" (tmp32),
1488 "lh %[tmp32], 0(%[randW16p]) \n\t"
1491 "mul %[tmp32], %[tmp32], %[c359] \n\t"
1493 "sra %[tmp16], %[tmp32], 15 \n\t"
1495 : [randW16p] "+r" (randW16p), [tmp32] "=&r" (tmp32),
1502 tmp32 = WebRtcAecm_kCosTable[tmp16];
1510 "lhx %[tmp32], %[tmp16](%[kCosTablep]) \n\t"
1514 : [tmp32] "=&r" (tmp32), [tmp321] "=&r" (tmp321),
1522 "mul %[tmp32], %[tmp32], %[nrsh1] \n\t"
1526 "sra %[tmp32], %[tmp32], 13 \n\t"
1532 : [tmp32] "+r" (tmp32), [tmp321] "+r" (tmp321), [tmp162] "=&r" (tmp162),
1538 uReal[i] = (int16_t)tmp32;