Home
last modified time | relevance | path

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

/external/aac/libSYS/include/
DgenericStds.h279 ap = ((type *)FDKaalloc_L((num) * sizeof(type), ALIGNMENT_DEFAULT, s)); \
298 ap = ((type *)FDKaalloc_L((n1) * sizeof(type), ALIGNMENT_DEFAULT, s)); \
443 void *FDKaalloc_L(const UINT size, const UINT alignment, MEMORY_SECTION s);
/external/aac/libFDK/src/
DFDK_matrixCalloc.cpp116 return FDKaalloc_L(dim * size, ALIGNMENT_DEFAULT, s); in fdkCallocMatrix1D_int_aligned()
/external/aac/libSYS/src/
DgenericStds.cpp247 void *FDKaalloc_L(const UINT size, const UINT alignment, MEMORY_SECTION s) { in FDKaalloc_L() function