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

  /frameworks/base/media/libstagefright/codecs/aacenc/src/asm/ARMV7/
PrePostMDCT_v7.s 38 VLD4.I32 {d1, d3, d5, d7}, [r2]! @ cosb = *csptr++@ sinb = *csptr++@
58 VQDMULH.S32 Q10, Q2, Q9 @ MULHIGH(cosb, tr2)
60 VQDMULH.S32 Q12, Q2, Q5 @ MULHIGH(cosb, ti2)
94 VLD4.I32 {d1, d3, d5, d7}, [r2]! @ cosb = *csptr++@ sinb = *csptr++@
110 VQDMULH.S32 Q10, Q2, Q8 @ MULHIGH(cosb, tr2)
112 VQDMULH.S32 Q12, Q2, Q9 @ MULHIGH(cosb, ti2)
  /frameworks/base/media/libstagefright/codecs/aacenc/src/
transform.c 283 int cosa, sina, cosb, sinb; local
292 cosb = *csptr++;
303 *buf1-- = MULHIGH(cosb, ti2) - MULHIGH(sinb, tr2);
304 *buf1-- = MULHIGH(cosb, tr2) + MULHIGH(sinb, ti2);
318 int cosa, sina, cosb, sinb; local
327 cosb = *csptr++;
338 *buf0++ = MULHIGH(sinb, tr2) - MULHIGH(cosb, ti2);
339 *buf1-- = MULHIGH(cosb, tr2) + MULHIGH(sinb, ti2);
  /frameworks/base/media/libstagefright/codecs/aacenc/src/asm/ARMV5E/
PrePostMDCT_v5.s 115 add r6, r8, r5 @ MULHIGH(cosb, tr2) + MULHIGH(sinb, ti2)@
116 sub r5, r10, r12 @ MULHIGH(sinb, tr2) - MULHIGH(cosb, ti2)@

Completed in 35 milliseconds