Home
last modified time | relevance | path

Searched refs:sta0 (Results 1 – 1 of 1) sorted by relevance

/external/aac/libFDK/src/arm/
Dqmf_arm.cpp182 FIXP_QAS sta0, sta1; in qmfAnaPrototypeFirSlot() local
211 sta0 = *sta_0; sta_0 += staStep1; /* 1,3,5, ... 29/61 */ in qmfAnaPrototypeFirSlot()
213 accu0 = SMULBT( sta0, flt); in qmfAnaPrototypeFirSlot()
217 sta0 = *sta_0; sta_0 += staStep1; in qmfAnaPrototypeFirSlot()
219 accu0 = SMLABB( accu0, sta0, flt); in qmfAnaPrototypeFirSlot()
222 sta0 = *sta_0; sta_0 += staStep1; in qmfAnaPrototypeFirSlot()
224 accu0 = SMLABT( accu0, sta0, flt); in qmfAnaPrototypeFirSlot()
228 sta0 = *sta_0; sta_0 += staStep1; in qmfAnaPrototypeFirSlot()
230 accu0 = SMLABB( accu0, sta0, flt); in qmfAnaPrototypeFirSlot()
233 sta0 = *sta_0; sta_0 -= staStep2; in qmfAnaPrototypeFirSlot()
[all …]