Searched refs:cosb (Results 1 - 3 of 3) sorted by relevance

/frameworks/av/media/libstagefright/codecs/aacenc/src/asm/ARMV7/
H A DPrePostMDCT_v7.s42 VLD4.I32 {d1, d3, d5, d7}, [r2]! @ cosb = *csptr++@ sinb = *csptr++@
62 VQDMULH.S32 Q10, Q2, Q9 @ MULHIGH(cosb, tr2)
64 VQDMULH.S32 Q12, Q2, Q5 @ MULHIGH(cosb, ti2)
104 VLD4.I32 {d1, d3, d5, d7}, [r2]! @ cosb = *csptr++@ sinb = *csptr++@
120 VQDMULH.S32 Q10, Q2, Q8 @ MULHIGH(cosb, tr2)
122 VQDMULH.S32 Q12, Q2, Q9 @ MULHIGH(cosb, ti2)
/frameworks/av/media/libstagefright/codecs/aacenc/src/
H A Dtransform.c283 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/av/media/libstagefright/codecs/aacenc/src/asm/ARMV5E/
H A DPrePostMDCT_v5.s115 add r6, r8, r5 @ MULHIGH(cosb, tr2) + MULHIGH(sinb, ti2)@
116 sub r5, r10, r12 @ MULHIGH(sinb, tr2) - MULHIGH(cosb, ti2)@

Completed in 66 milliseconds