Searched defs:SMLAWB (Results 1 - 1 of 1) sorted by relevance

/external/aac/libFDK/src/arm/
H A Dqmf_arm.cpp443 inline INT SMLAWB(const LONG accu, const LONG a, const LONG b) function
486 *sta++ = SMLAWB( sta[1], real, A ); /* index=316...........6 */
487 *sta++ = SMLAWB( sta[1], imag, B ); /* index=8,18, ...318 */
492 *sta++ = SMLAWB( sta[1], real, A ); /* index=318...........8 */
493 *sta++ = SMLAWB( sta[1], imag, B ); /* index=6...........316 */
506 result = SMLAWB( sta[0], real, A ); /* index=310...........0 */
507 *sta++ = SMLAWB( sta[1], imag, B ); /* index=14..........324 */
513 *sta++ = SMLAWB( sta[1], real, A ); /* index=312...........2 */
514 *sta++ = SMLAWB( sta[1], imag, B ); /* index=12..........322 */
519 *sta++ = SMLAWB( st
[all...]

Completed in 101 milliseconds