Home
last modified time | relevance | path

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

/external/aac/libFDK/src/arm/
Dscale_arm.cpp108 FIXP_DBL *mySpec = vector; in scaleValuesWithFactor() local
116 FIXP_DBL tmp0 = mySpec[0]; in scaleValuesWithFactor()
117 FIXP_DBL tmp1 = mySpec[1]; in scaleValuesWithFactor()
118 FIXP_DBL tmp2 = mySpec[2]; in scaleValuesWithFactor()
119 FIXP_DBL tmp3 = mySpec[3]; in scaleValuesWithFactor()
128 *mySpec++ = tmp0; in scaleValuesWithFactor()
129 *mySpec++ = tmp1; in scaleValuesWithFactor()
130 *mySpec++ = tmp2; in scaleValuesWithFactor()
131 *mySpec++ = tmp3; in scaleValuesWithFactor()
135 FIXP_DBL tmp0 = mySpec[0]; in scaleValuesWithFactor()
[all …]