HomeSort by relevance Sort by last modified time
    Searched refs:tempInt2 (Results 1 - 2 of 2) sorted by null

  /frameworks/base/media/libstagefright/codecs/aacdec/
apply_tns.cpp 185 Int tempInt2;
310 tempInt2 = *(--pQformat);
312 if (tempInt2 < min_q)
314 min_q = tempInt2;
349 tempInt2 = *(pQformat++) - min_q;
365 if (tempInt2 > 31)
367 tempInt2 = 31;
372 *(pTempCoef++) >>= tempInt2;
373 *(pTempCoef++) >>= tempInt2;
374 *(pTempCoef++) >>= tempInt2;
    [all...]
intensity_right.cpp 38 *(pCoefRight++) = (Int32) tempInt2 * multiplier;
186 tempInt2 = (Int)(*(pCoefLeft) >> 16);
188 *(pCoefRight) = tempInt2 * multiplier;
412 Int32 tempInt2 = *(pCoefLeft++);
417 *(pCoefRight++) = tempInt2;
419 tempInt2 = *(pCoefLeft++);
427 Int32 tempInt2 = *(pCoefLeft++);
431 *(pCoefRight++) = fxp_mul32_by_16(tempInt2, multiplier) << 1;
433 tempInt2 = *(pCoefLeft++);

Completed in 153 milliseconds