Home
last modified time | relevance | path

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

/external/aac/libFDK/src/arm/
Dscale_arm.cpp115 FIXP_DBL *mySpec = vector; in scaleValuesWithFactor() local
121 FIXP_DBL tmp0 = mySpec[0]; in scaleValuesWithFactor()
122 FIXP_DBL tmp1 = mySpec[1]; in scaleValuesWithFactor()
123 FIXP_DBL tmp2 = mySpec[2]; in scaleValuesWithFactor()
124 FIXP_DBL tmp3 = mySpec[3]; in scaleValuesWithFactor()
133 *mySpec++ = tmp0; in scaleValuesWithFactor()
134 *mySpec++ = tmp1; in scaleValuesWithFactor()
135 *mySpec++ = tmp2; in scaleValuesWithFactor()
136 *mySpec++ = tmp3; in scaleValuesWithFactor()
139 FIXP_DBL tmp0 = mySpec[0]; in scaleValuesWithFactor()
[all …]