Home
last modified time | relevance | path

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

/external/aac/libFDK/src/
Dfixpoint_math.cpp117 void LdDataVector(FIXP_DBL *srcVector, FIXP_DBL *destVector, INT n) { in LdDataVector() argument
120 destVector[i] = fLog2(srcVector[i], 0); in LdDataVector()
/external/aac/libFDK/include/
Dfixpoint_math.h195 void LdDataVector(FIXP_DBL *srcVector, FIXP_DBL *destVector, INT number);