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

  /frameworks/av/media/libstagefright/codecs/amrnb/dec/src/
d8_31pf.cpp 175 Word32 tempWord32;
194 tempWord32 =
201 ia = (Word16)(MSBs - (tempWord32 >> 1));
208 tempWord32 =
214 ib = ia - (Word16)(tempWord32 >> 1);
355 Word32 tempWord32;
414 tempWord32 =
423 tempWord32,
447 tempWord32 =
454 ib = MSBs0_24 - (Word16)(tempWord32 >> 1)
    [all...]
  /frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
c8_31pf.cpp 447 Word32 tempWord32;
455 tempWord32 = ((Word32) ib * 5) << 1;
457 tempWord32 = tempWord32 >> 1;
459 ib = (Word16) tempWord32;
463 tempWord32 = ((Word32) ic * 25) << 1;
465 tempWord32 = tempWord32 >> 1;
467 ic = (Word16) tempWord32;
579 Word32 tempWord32;
    [all...]

Completed in 155 milliseconds