Searched refs:accu1 (Results 1 - 3 of 3) sorted by last modified time

/frameworks/av/media/libstagefright/codecs/aacenc/src/asm/ARMV5E/
H A DCalcWindowEnergy_v5.s60 smulwb r3, r14, r9 @ accu1 = L_mpy_ls(Coeff1, tempUnfiltered);
66 sub r0, r3, r10 @ accu3 = accu1 - states0;
69 mov r10, r3 @ states0 = accu1;
/frameworks/av/media/libstagefright/codecs/aacenc/src/
H A Dblock_switch.c299 Word32 accu1, accu2, accu3; local
304 accu1 = L_mpy_ls(Coeff1, tempUnfiltered);
306 accu3 = accu1 - states0;
309 states0 = accu1;
H A Dtns.c724 Word32 accu1, accu2; local
725 accu1 = L_add(pWorkBuffer[j], fixmul(refc, workBuffer[j - i]));
727 pWorkBuffer[j] = accu1;

Completed in 77 milliseconds