HomeSort by relevance Sort by last modified time
    Searched defs:SMLAWT (Results 1 - 4 of 4) sorted by null

  /external/aac/libFDK/src/arm/
qmf_arm.cpp 452 inline INT SMLAWT(const LONG accu, const LONG a, const LONG b)
455 asm("smlawt %0, %1, %2, %3 "
485 *sta++ = SMLAWT( sta[1], imag, B ); /* index=9...........319 */
489 *sta++ = SMLAWT( sta[1], real, A ); /* index=317...........7 */
491 *sta++ = SMLAWT( sta[1], imag, B ); /* index=7...........317 */
495 *sta++ = SMLAWT( sta[1], real, A ); /* index=9...........319 */
498 result = SMLAWT( sta0, real, A ); /* index=315...........5 */
510 *sta++ = SMLAWT( sta[1], real, A ); /* index=311...........1 */
512 *sta++ = SMLAWT( sta[1], imag, B ); /* index=13..........323 */
515 *sta++ = SMLAWT( sta[1], real, A ); /* index=313...........3 *
    [all...]
  /system/core/libpixelflinger/codeflinger/
ARMAssemblerInterface.h 332 SMLAWT(int cc, int Rd, int Rm, int Rs, int Rn) {
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/api/
armCOMM_s.h 1071 LIBI4 SMLAWB, SMLAWT, $a, $b, $c, $d, $cc
1076 LIBI4 SMLAWT, SMLAWB, $a, $b, $c, $d, $cc
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/api/
armCOMM_s.h 1074 LIBI4 SMLAWB, SMLAWT, $a, $b, $c, $d, $cc
1079 LIBI4 SMLAWT, SMLAWB, $a, $b, $c, $d, $cc

Completed in 281 milliseconds